<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o = "urn:schemas-microsoft-com:office:office"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2713.1100" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial size=2>For the 
second popup dialog you have to call</FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial size=2>(pseudo 
code)</FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial size=2>reviseDlg 
redlg ( objectOfBaseDlg ); // objectOfBaseDlg is the first 
dialog</FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial size=2>What do 
you mean with "forcibly"? </FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial size=2>// Put 
this here in your constructor for example:</FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial size=2>connect ( 
pushButtonThatPopupsTheSecondDialog, SIGNAL ( clicked() ), this, SLOT ( 
popupSecondDialog() ) );</FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial size=2>That's no 
violence :-).</FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial size=2>Maybe it's 
better you send in the code so that I could have a look</FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2>Bye</FONT></SPAN></DIV>
<DIV><SPAN style="mso-bidi-font-size: 10.0pt"><FONT face=Arial 
size=2>    Victor</FONT></SPAN></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <P><SPAN style="mso-bidi-font-size: 10.0pt">Yes, that's my intension. I built 
  the second popup dialong as same as I created the first popup 
  dialog.  In the *.cpp file of ths first dialog object, I wrote the 
  following sentence into the SLOT function which correspondences to 
  the "click" button SINGAL.</SPAN> 
  <P><SPAN style="mso-bidi-font-size: 10.0pt">reviseDlg 
  redlg;<o:p></o:p></SPAN></P>
  <P><SPAN 
style="mso-bidi-font-size: 10.0pt">redlg.exec();<o:p></o:p></SPAN></P>
  <P><SPAN style="mso-bidi-font-size: 10.0pt">reviseDlg is the class name of the 
  second dialog object.  </SPAN></P>
  <P><SPAN style="mso-bidi-font-size: 10.0pt">In addition, as I said, I added 
  "connect" to forcibly combine SINGAL wiht SLOT. Although it works, I still 
  doubt if it's a right way to active displaying a popup 
  window.<o:p></o:p></SPAN></P></BLOCKQUOTE></BODY></HTML>