Dashboard
QML and Qt Quick
2
Posts
1
Posters
799
Views
1
Watching
-
i would like to program a dashboard with qtquick. My problem is that i dont know how to embed a qwindow into another qwindow. i would do like something like Qwidget::createWindowContainer but i would like that the interface of the top level window would be with qtquick.
-
sorry could be with the member function QWindow::QWindow(QWindow * parent)? but how i coul limit the position of this window to the parent area window?