qml webengine is running
I'll need to figure out the best way to show the html slideshow later but it's running and can accept html.
This commit is contained in:
parent
c1711f231b
commit
a7e3cfa39f
4 changed files with 8 additions and 3 deletions
|
@ -168,10 +168,11 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
WebEngine {
|
||||
WebEngineView {
|
||||
id: web
|
||||
anchors.fill: parent
|
||||
source: webSource
|
||||
url: webSource
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue