PDA

View Full Version : Problem with QDialog



sudhansu
8th March 2010, 11:11
Hi ALl,
i've a dialog box.having two button yes or no. if i press no another dialog box (NODIALOG)need to open. I need to make it topmost window. I've two connected system. If i get some message from system 1, then this dialog need to be opened. If i make it


setWindowFlags(Qt::WindowStaysOnTopHint);

nd i press then the NODIALOG is opening behind this window.

If i commented the above line, and i 've opened firefox and i get some message from system1, then its coming behind this dialog.
How to solve this.