Using Qt5 with Qt3D + QtWidgets
General and Desktop
2
Posts
2
Posters
2.0k
Views
1
Watching
-
wrote on 31 Mar 2013, 09:11 last edited by
A new Qt3D module uses QWindow instead of QWidget
http://qt.gitorious.org/qt/qt3dIs it possible to use it with QtWidgets based application?
-
wrote on 2 Apr 2013, 06:29 last edited by
Not trivial on Qt5.0, with Qt5.1 there is a "QWidget::createWindowContainer" which creates a "QWindow" in a QWidget ... this allows placing QWindow-subclasses in Widget-Layouts
The code behind the utility isn't big ... so it's possible to implement something similar on top of 5.0
1/2