Results 1 to 5 of 5

Thread: How to add a Wizard ?

  1. #1
    Join Date
    Mar 2006
    Posts
    53
    Thanks
    12
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Smile How to add a Wizard ?

    How to add a New Wizard in a Qt designer 4.2.2.

    Im using windows version of Qt. want to creat wizards.

    many thanks in advance

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to add a Wizard ?

    http://doc.trolltech.com/4.2/porting4.html#qwizard

    The QWizard class is no longer part of the Qt public API. It has been renamed Q3Wizard and moved to Qt3Support. In Qt 4 applications, you can obtain the same result by combining a QStackedWidget with a QDialog and provide QPushButtons yourself.

    There is also a QtWizard solution available from Trolltech. The new class was designed to work both for linear wizards and for wizards with more complex structures which let users reach different pages depending on the options they select. Based on the feedback we get, QtWizard may be considered for inclusion in a future Qt release.
    J-P Nurmi

  3. #3
    Join Date
    Jul 2007
    Posts
    27
    Thanks
    4
    Thanked 1 Time in 1 Post

    Question Re: How to add a Wizard ?

    Hello,

    At me the same question.
    I'm using Qt 4.3, in this version was introduced class QWizard.
    Can I use this class from Designer?
    Thanks.

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to add a Wizard ?

    You can design individual pages in designer but not the wizard dialog itself.
    J-P Nurmi

  5. #5
    Join Date
    Jul 2007
    Posts
    27
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Re: How to add a Wizard ?

    Thanks for your message,

    What does it mean?
    When need to create some Dialogs (create files for them), and using this classes for create my wizard?

    Thanks.

Similar Threads

  1. complexe wizard with designer
    By patcito in forum Qt Programming
    Replies: 4
    Last Post: 27th June 2006, 22:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.