<P><FONT face=Verdana size=1> 
<P><SPAN style="FONT-SIZE: 10pt; mso-bidi-font-size: 7.5pt">I appreciate for Harald Fernengel and Victor Roeder's reply.  I have worked out my problem finally. Indeed, "mydlg.exec()" works,(Thank you so much)  However, I'm doubt in a point.  The popup dialog window can only be active when the parent is the main interface(or frame). If I want to click a button on the popup window, and again let it pop out a small window. It doesn't work. <SPAN style="FONT-SIZE: 10pt; mso-bidi-font-size: 7.5pt">As you said, I should declare the parent, I'm sorry that I don't know exactly how to do it. The sentense you wrote can not be simply added into the code. Could you indicate it more clearly?   </SPAN></SPAN></P>
<P><SPAN style="FONT-SIZE: 10pt; mso-bidi-font-size: 7.5pt">I added the following sentence into the "baseclase.cpp"</SPAN></P>
<P><SPAN style="FONT-SIZE: 10pt; mso-bidi-font-size: 7.5pt">connect( PushButton1, SIGNAL( clicked() ), this, SLOT( Slotshow() ) );</SPAN></P>
<P><SPAN style="FONT-SIZE: 10pt; mso-bidi-font-size: 7.5pt">The popup window is displayed, but seems that it response a bit slowly. </SPAN><SPAN style="FONT-SIZE: 10pt; mso-bidi-font-size: 7.5pt"></SPAN></P>
<P><SPAN style="FONT-SIZE: 10pt; mso-bidi-font-size: 7.5pt">Best regards,</SPAN></P>
<P><SPAN style="FONT-SIZE: 10pt; mso-bidi-font-size: 7.5pt">Helen</SPAN><SPAN style="FONT-SIZE: 10pt"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P>
<P></FONT><FONT face=Verdana size=1></FONT> 
<P><FONT face=Verdana size=1></FONT> 
<P> <B><I>Victor_Röder <VICTOR_ROEDER@GMX.DE></I></B>wrote: 
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<META content="MSHTML 6.00.2713.1100" name=GENERATOR>
<STYLE></STYLE>

<DIV><FONT face=Arial size=2>Sorry for the prematured mail :-)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Hi, Helen!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>1) You have to declare the parent (your main window for example), etc. (see documentation) when you create your dialog object.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><!--StartFragment --><FONT face=Arial size=2><snip></FONT> </DIV>
<DIV><FONT size=2>QDialog::QDialog ( </FONT><A href="http://doc.trolltech.com/3.0/qwidget.html"><FONT size=2>QWidget</FONT></A><FONT size=2> * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) </FONT><FONT size=2>Constructs</FONT> a dialog called <EM>name</EM>, with parent <EM>parent</EM>. </DIV>
<DIV><FONT face=Arial size=2></snip></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>2) You have to call mydlg.exec()</FONT></DIV>
<BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<P>I am working on a GUI application under KDE3/Qt environment for a few weeks. However, I'm still a beginer.  In my applicaiton, a simple function doesn't work. :(  I want to click a button, then popup a dialog window. I've built the dialog window file using Qt designer, and integrated it into KDE Project. In the slot by connecting the "click button" signal, I wrote code:</P>
<P>creatddlg mydlg;</P>
<P>mydlg.show();</P>
<P>createdlg is the baseclass name of the dialog. But it didn't be actived when I launch the application. Anyone can kindly give me a clue or advice? Thanks heaps!</P><BR></BLOCKQUOTE></BLOCKQUOTE><p><p><br><hr size=1><a href="http://uk.yahoo.com/mail/tagline_xtra/?http://uk.docs.yahoo.com/mail_storage.html"><b><font face="Arial" size="2">Get a bigger mailbox -- choose a size that fits your needs.</font></b></a><br>