HI every body ,
I am working on QT4.4.0 integrated with MSVS2005. I created application where I opened MainWindow which is derived fromQMainwindow and in main window on button click event I opened an dialog . For that dialog I enabled Qt::WStyle_MinMax property . Now I run my application , on main window I opened the dialog, If I minimize the dialog the mainwindow also minimizing . I am not able to get the problem.
I openend dialog as
Code:
diaolg dg(this); this.exec();
Now I also want to do updates from dialog class ie think there is a radiabutton in mainwindow now I want to make checked in dialog class . But In my application if I do so it was not updating , it is updating only when I close the dialog . I cant get why it was happening .
So please help me to solve this problem.
Regards,
sudheer.