Results 1 to 3 of 3

Thread: How to create nonlinear wizard with Qt Designer?

  1. #1
    Join Date
    Jun 2009
    Location
    Zhengzhou, China
    Posts
    16
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X

    Smile How to create nonlinear wizard with Qt Designer?

    Hi, all,

    I am working on a plotting application, and need to write a wizard that guide user to fill in some information. I have tried use Qt Designer to create a rough linear wizard, but it is not enough. So, how to create a nonlinear one? Where to re-implement the nextId()?

    Thanks very much!

    DONG Li

  2. #2
    Join Date
    May 2008
    Posts
    155
    Thanked 15 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How to create nonlinear wizard with Qt Designer?

    Quote Originally Posted by dongli View Post
    Hi, all,

    I am working on a plotting application, and need to write a wizard that guide user to fill in some information. I have tried use Qt Designer to create a rough linear wizard, but it is not enough. So, how to create a nonlinear one? Where to re-implement the nextId()?

    Thanks very much!

    DONG Li
    Outside Designer, using C++ code.

  3. #3
    Join Date
    Sep 2010
    Location
    Poland
    Posts
    112
    Thanks
    8
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Re: How to create nonlinear wizard with Qt Designer?

    reimplementing nextId() method and/or validateCurrentPage() if I'am correct
    by now I've done this only once, so I might be in mistake
    check it out carefully
    My schedule makes my cry
    My works makes my laugh
    My life makes... oh...no....

Similar Threads

  1. How to create QActionGroup through Qt Designer
    By kalos80 in forum Qt Tools
    Replies: 1
    Last Post: 26th June 2009, 19:06
  2. how to create .cpp file of designer
    By sh123 in forum Qt Programming
    Replies: 8
    Last Post: 13th December 2008, 13:31
  3. Replies: 2
    Last Post: 12th July 2007, 09:55
  4. complexe wizard with designer
    By patcito in forum Qt Programming
    Replies: 4
    Last Post: 27th June 2006, 22:48
  5. How to create pop up widgets in designer.
    By gsQT4 in forum Qt Tools
    Replies: 1
    Last Post: 25th May 2006, 16:40

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.