Quote Originally Posted by lyuts View Post
Oh, got it.

Well, you will have your main window or main dialog which will have the desired QPushButton (in fact, it will be this button's parent). Besides this window/dialog will have a slot which will have the code for creating a new dialog and showing it. Connect this button's signal clicked() with your slot and that's it.
Thanks for the help I'll let you know what happens. I appreciate the help.


Bryce