LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   opening new by clicking pushbutton dialog box in qt for linux (https://www.linuxquestions.org/questions/programming-9/opening-new-by-clicking-pushbutton-dialog-box-in-qt-for-linux-214549/)

nbb 08-07-2004 01:46 AM

opening new by clicking pushbutton dialog box in qt for linux
 
hi
i am not able to open a new dialog box when i click the push button from the form1 dialog box. in qt for linux . kindly help

nbb

Cedrik 08-07-2004 07:11 AM

Try 'new' from the 'File' menu in designer, then choose 'Dialog'

gizmo_thunder 08-08-2004 11:18 PM

CHECK THE PARENT YOU PUT FOR THE DIALOG YOU ARE CREATING..
YOU NEED TO PUT '0' WITHOUT QUOTES AS PARENT..
HOPE THIS HELPS

cppkid 08-09-2004 03:58 AM

If you are talking about the your developed application, that in your application there is a form1 and when you click a push button on your form1 you want to see a new dialog box, you have to make a new dialog box and then create an instance of that dialog box, and then call the show() method for yor dialog box to show it.


All times are GMT -5. The time now is 12:12 PM.