PDA

View Full Version : Invoking QT Docking widget from MFC MDI application



Vikram
28th June 2007, 15:45
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

jpn
7th July 2007, 19:26
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 :(.
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? :)