PDA

View Full Version : Qt and Quest3D SDK



bapi23
14th April 2011, 14:51
Its possible to include qt gui to Quest3D sdk. Quest 3D is DirectX engine without any good gui inside.

Or

Its possible to open Qt window or any widget in Winapi application?

cincirin
15th April 2011, 09:35
You can use this (http://doc.qt.nokia.com/4.7-snapshot/qwidget.html#winId) to obtain HWND win32 window handle from Qt widget

high_flyer
15th April 2011, 14:48
Its possible to open Qt window or any widget in Winapi application?
Yes, if you link to Qt.