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:
Chris Cochrun 2023-04-28 05:46:02 -05:00
parent c1711f231b
commit a7e3cfa39f
4 changed files with 8 additions and 3 deletions

View file

@ -168,10 +168,11 @@ Item {
}
}
WebEngine {
WebEngineView {
id: web
anchors.fill: parent
source: webSource
url: webSource
visible: false
}
}