Results 1 to 4 of 4

Thread: Problems with custom wizard

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,540
    Thanked 284 Times in 279 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problems with custom wizard

    1. QWizardPage::validatePage is NOT const so FirstPage::validatePage() may not have attribute const.
    2. Wizard::validateCurrentPage() is invalid (attribute const) and even unnecessary.

  2. The following user says thank you to Lesiok for this useful post:

    _Dron_ (28th January 2015)

Similar Threads

  1. Problems with QtQuick wizard generated project
    By enrico5th in forum Qt Quick
    Replies: 9
    Last Post: 17th March 2014, 15:55
  2. Replies: 3
    Last Post: 9th August 2012, 23:21
  3. Creating custom qt widget + not appearing in wizard
    By kewal.deshpande in forum Qt Programming
    Replies: 1
    Last Post: 4th March 2012, 04:26
  4. Replies: 1
    Last Post: 29th September 2011, 11:14
  5. Custom Qtoolbox : some problems
    By dr23 in forum Qt Programming
    Replies: 1
    Last Post: 6th January 2006, 13:01

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.