yesss,,,Do you think that I need of :
connect ( pbOkButtonMyDialog, SIGNAL(clicked()), myDialog, SLOT(accept())); ?
u need to connect the clicked signal of the button to the accept slot of the myDialog.
This connection is better written in the constructor of the myDialog
Didn't I already say this?Do you think that I need of :
connect ( pbOkButtonMyDialog, SIGNAL(clicked()), myDialog, SLOT(accept())); ?
Bookmarks