Replies: 1 comment
-
A small qml demo that will be optimized in the future |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like to show web content in a Qt application. This could be implemented with
QWebEngineView
, but increases the app size dramatically and links against allQtWebEngine*
which requires to build/ship Qml/QtWebKit. I do not want to crossbuildQtWebEngine
for Linux, macOS, mingw.This webview looks very promising, but I miss the binding to Qt. Is there already a Qt-integration somewhere?
Thanks a lot!
What OS are you using (
uname -a
, or Windows version)?linux, macOS, windows (mingw)
What programming language are you using (C/C++/Go/Rust)?
C/C++ 17
What did you expect to see and what you saw instead?
Beta Was this translation helpful? Give feedback.
All reactions