Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Could I use QWidget and qml together?

$
0
0
I want to use QTextBrowser to create a simple help engine How could I open a QWidget from qml? something like import QtQuick 2.1   import Help 1.0   Rectangle {     width: 100     height: 62       HelpBrowser{id: helpBrowser}       MouseArea{         anchors.fill: parent           onClicked: {             helpBrowser.showBrowser()         }     }   } Or there exist easier solution in qml?

Viewing all articles
Browse latest Browse all 13965

Latest Images

Trending Articles



Latest Images