Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 4

Qt-interest Archive, January 2007
facing problem in connecting dialogs


Message 1 in thread

  
hi
i m sanjeev
and i m a new user of QT3
i have made three Dialogs whose class names r 
nav
ac
gen
and i hav made one more Dialogs which is called as MainForm
this dialogs hav three pushbuttons 
nav
ac
gen
and nw i want to connect pushbutton nav with the Dialog's Form nav
and ac pushbutton with Dialog ac and gen pushbutton with Dialog gen

tell me hw i can do it
what i did for calling Dialog nav
i made a custom slot using Qt designer in MainForm 

#include<nav.h>
MainForm::calldialog()
{
 nav nv1;
 nv1.show();
 nv1.exec();
 
}

bt whenevr i tried to run this program the system is hanging i m using
REDHAT Linux 8 version
so tell me hw i should proceed ..


Message 2 in thread

Where is it hanging... Have you tried using a debugger?

 

________________________________

From: sanjeev kumar [mailto:sanjeev_iic@xxxxxxxxxxxxxx] 
Sent: Tuesday, January 23, 2007 8:35 PM
To: qt-interest@xxxxxxxxxxxxx
Subject: facing problem in connecting dialogs

 

  
hi
i m sanjeev
and i m a new user of QT3
i have made three Dialogs whose class names r 
nav
ac
gen
and i hav made one more Dialogs which is called as MainForm
this dialogs hav three pushbuttons 
nav
ac
gen
and nw i want to connect pushbutton nav with the Dialog's Form nav
and ac pushbutton with Dialog ac and gen pushbutton with Dialog gen

tell me hw i can do it
what i did for calling Dialog nav
i made a custom slot using Qt designer in MainForm 

#include<nav.h>
MainForm::calldialog()
{
nav nv1;
nv1.show();
nv1.exec();

}

bt whenevr i tried to run this program the system is hanging i m using
REDHAT Linux 8 version
so tell me hw i should proceed ..



 
<http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/s
ignature-home.htm/1507191490@Middle5?PARTNER=3> 


Message 3 in thread

Hi,

> bt whenevr i tried to run this program the system is hanging i m using

What do you mean by "the system is hanging"?

--
 [ signature omitted ] 

Message 4 in thread

Please don't email me directly... Reply to the group...

 

As to your problem... You really need to RTFM about programming, not
qt...

 

I would not even know where to begin, when you don't know how do debug
an application

 

Scott

________________________________

From: sanjeev kumar [mailto:sanjeev_iic@xxxxxxxxxxxxxx] 
Sent: Wednesday, January 24, 2007 12:58 AM
To: Scott Aron Bloom
Subject: Re: RE: facing problem in connecting dialogs

 

  sorry sir
i dont knw hw to debug 
so plz tell me hw can i dubug my program ?
as i mentioned i m new in this qt programing


On Wed, 24 Jan 2007 Scott Aron Bloom wrote :
>Where is it hanging... Have you tried using a debugger?
>
>
>
>________________________________
>
> From: sanjeev kumar [mailto:sanjeev_iic@xxxxxxxxxxxxxx]
>Sent: Tuesday, January 23, 2007 8:35 PM
>To: qt-interest@xxxxxxxxxxxxx
>Subject: facing problem in connecting dialogs
>
>
>
>
>hi
>i m sanjeev
>and i m a new user of QT3
>i have made three Dialogs whose class names r
>nav
>ac
>gen
>and i hav made one more Dialogs which is called as MainForm
>this dialogs hav three pushbuttons
>nav
>ac
>gen
>and nw i want to connect pushbutton nav with the Dialog's Form nav
>and ac pushbutton with Dialog ac and gen pushbutton with Dialog gen
>
>tell me hw i can do it
>what i did for calling Dialog nav
>i made a custom slot using Qt designer in MainForm
>
>#include<nav.h>
>MainForm::calldialog()
>{
>nav nv1;
>nv1.show();
>nv1.exec();
>
>}
>
>bt whenevr i tried to run this program the system is hanging i m using
>REDHAT Linux 8 version
>so tell me hw i should proceed ..
>
>
>
>
><http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/
s
>ignature-home.htm/1507191490@Middle5?PARTNER=3>
>



 
<http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/s
ignature-home.htm/1507191490@Middle5?PARTNER=3>