Results 1 to 5 of 5

Thread: QWizard with progress bar

  1. #1
    Join Date
    Aug 2011
    Posts
    2
    Qt products
    Qt3

    Default QWizard with progress bar

    Hello everyone,

    I have made a wizard application. However, I now want to add a side-bar on the left to show the current progress through the wizard.

    For example, Like this:
    http://labs.qt.nokia.com/wp-content/...5AppWizard.png
    or
    http://www.michaelboeni.net/wp-conte...in_wizard2.png

    Can anyone guide me in the right direction to achieving such a layout?

    Many thanks,

    Jim

  2. #2
    Join Date
    Aug 2011
    Posts
    2
    Qt products
    Qt3

    Default Re: QWizard with progress bar

    Sorry the links I gave were invalid. Here are the correct ones:
    http://www.michaelboeni.net/wp-conte...in_wizard2.png

    http://labs.qt.nokia.com/wp-content/...5AppWizard.png

    Thanks!

  3. #3
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: QWizard with progress bar

    If you look at the Qt docs for QWizard (here), you will see that only your "HTML5AppWizard" example looks like a standard version of the QWizard page styles.

    In QWizard, the watermark is a pixmap, but it is only used in two of the 4 styles. In your examples, this isn't a pixmap, it is an interactive set of widgets with radio button behavior. So, I think you must make a widget panel that shows the buttons you want, and include it on the left side of each wizard page.

    Alternatively, you can derive from QWizard and include this widget on the main QWizard dialog, but this might be more work than it is worth.

  4. #4
    Join Date
    Oct 2013
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QWizard with progress bar

    Links are broken

  5. #5
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    503
    Thanks
    11
    Thanked 76 Times in 74 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: QWizard with progress bar

    Well, they are seven years old. That's a reason why it's better to attach images to the post instead of linking to external sources.

    Ginsengelf

Similar Threads

  1. QWizard
    By Tamar in forum Newbie
    Replies: 8
    Last Post: 22nd February 2011, 14:01
  2. QWizard
    By rmagro in forum Qt Programming
    Replies: 1
    Last Post: 20th October 2009, 17:12
  3. Help with QWizard
    By afflictedd2 in forum Qt Programming
    Replies: 3
    Last Post: 14th April 2009, 22:23
  4. Replies: 4
    Last Post: 11th March 2008, 12:44
  5. QWizard
    By steg90 in forum Qt Programming
    Replies: 6
    Last Post: 14th December 2007, 10:37

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.