qquickwidget Questions
1
I'm having a problem trying to insert a QML view into a native OSX window. I know it's possible, but I don't know what I'm doing wrong.
Basically, my goal is, given a native NSView* to then embed ...
Foghorn asked 5/8, 2016 at 15:0
1
Solved
I am experiencing with the new QQuickWidget. How can I interact between the QQuickWidget and C++?
C++
QQuickWidget *view = new QQuickWidget();
view->setSource(QUrl::fromLocalFile("myqml.qml"))...
Unpolite asked 28/5, 2014 at 13:13
1
© 2022 - 2024 — McMap. All rights reserved.