PDA

View Full Version : QDialog



jayreddy
23rd December 2009, 07:26
Hii..

Can I know how to make my QDialog transparent and move the dialog box along with my application running in the background so that the dialog box is at the same position with respect to my application.


Thanks

aamer4yu
23rd December 2009, 07:42
Try setting the dialog position when the main window position changes

jayreddy
23rd December 2009, 11:38
No, What I want is to make QDialog as part of my application rather seperate window

Ginsengelf
23rd December 2009, 13:31
Hi, have a look at QDockWidget.

Ginsengelf

jayreddy
28th December 2009, 05:57
No, I dont find QDockWidget useful here in my case. Can I have any other possible solution please

jayreddy
29th December 2009, 09:51
How to make my QDialog as a part of my application dynamically during runtime so that even if I try to reposition my application the dialog moves along with my application