|
|
|
|
|
by devwastaken
2759 days ago
|
|
Because qt UI is in all ways worse than what browsers can already do. All qt does for displaying web pages is it embeds chromium, same as electron does. Trying to tie c++ to that is shooting yourself in the foot if you can just use node, which electron does. |
|
It doesn't:
> WebView is a component for displaying web content which is implemented using native APIs on the platforms where this is available, thus it does not necessarily require including a full web browser stack as part of the application. [0]
[0] http://doc.qt.io/qt-5/qml-qtwebview-webview.html