Hi,
I have an MFC MDI application and from within I'm trying to invoke a QT docking widget which is inside a QT dll. The parent frame being MFC application.
There seems to be no error , but the widget is not visible :(. Please help.
Thanks
Vikram
Printable View
Hi,
I have an MFC MDI application and from within I'm trying to invoke a QT docking widget which is inside a QT dll. The parent frame being MFC application.
There seems to be no error , but the widget is not visible :(. Please help.
Thanks
Vikram
Just curious, how did you pass the parent? Did you invoke QWidget::show()? Am I missing something? What's the point, you can't dock it to anything else but a QMainWindow anyway? :)