Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
If I want to let the Windows's window embed to a QWidget ,what can I do about this? I need some help.Thank you!
What exactly do you want to do ? Something like QDialog ?
I think he means to put a native MS Windows window inside a QWidget.
To embed Window's Window functionality with your Qt Program , you should include Microsoft SDKs and User32.lib in your project(.pro).
( * _ * )
well,as sierdzio's word , I want to put a native MS Windows window inside a QWidget and make it to a class