[Qt-interest] QWizard: how to set previous page Id
Malyushytsky, Alex
alex at wai.com
Tue Aug 16 00:20:05 CEST 2011
Disconnect back button from the back slot,
Connect it to the custom slot, where do what you want.
Something like this:
QAbstractButton *
backButton = this->button ( BackButton) ;
disconnect( backButton , SIGNAL(clicked()), this, back() );
connect( backButton , SIGNAL(clicked()), this, my_back() );
Regards,
Alex
From: qt-interest-bounces+alex=wai.com at qt.nokia.com [mailto:qt-interest-bounces+alex=wai.com at qt.nokia.com] On Behalf Of ??????? ???????
Sent: Friday, August 12, 2011 12:18 AM
To: qt-interest at qt.nokia.com
Subject: [Qt-interest] QWizard: how to set previous page Id
I have three pages. From first I go to the second, from second to the third. But when user pressed Back button on the third page, he must go to the first. How can I do this?
---------------------------------------------------------------------------------------------------
Weidlinger Associates, Inc. made the following annotations.
“This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you.”
“Please consider our environment before printing this email.”
More information about the Qt-interest-old
mailing list