Results 1 to 7 of 7

Thread: QWizard: Temporarily disable the Back button

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: QWizard: Temporarily disable the Back button

    I guess the zero-duration single shot timer is an option. A bit clunky IMHO.

    Edit: You also need to be careful not to emit completeChanged() or QWizard will reset your buttons (all of them, not just the Next/Finished button)
    Last edited by ChrisW67; 3rd June 2011 at 08:01.

Similar Threads

  1. detecting back and forward buttons on >= 5 button mouse
    By chezifresh in forum Qt Programming
    Replies: 3
    Last Post: 4th February 2011, 20:45
  2. How to move back several pages in QWizard?
    By viet.nguyentien in forum Qt Programming
    Replies: 2
    Last Post: 5th November 2010, 04:03
  3. Replies: 2
    Last Post: 2nd March 2009, 17:11
  4. How to disable NextButton in QWizard ?
    By litroncn in forum Qt Programming
    Replies: 3
    Last Post: 27th May 2008, 07:05

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.