[Qt-interest] Multiple screen
mohammed imran
imran7313 at yahoo.co.in
Wed Jan 13 05:20:04 CET 2010
Hi,
I have written a code which look like this.
//welcome.h
class Welcome
{}
//welcome.cpp ...////some functions in this
//Add.h
class ADD
{}
//Add.cpp ...//some functions in this
//main.cpp
main()
{
QApplication a(argc, argv);
welcome W;
W.show();
return a.exec();
}
I am calling "Add A.show();" in Welcome.cpp.
Now when I do this I have two screens: One is from welcome and another from Add.
What I wanted is when I call the second screen "Add A.show();". The
previous screen ( welcome ) should get closed. This is what the problem
is, I could not close the previous screen.
Can somebody suggest me how do I accomplish this.
Thank you.
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100113/c5e4679e/attachment.html
More information about the Qt-interest-old
mailing list