Results 1 to 2 of 2

Thread: Problem adding a form of type QWizard to GUI project Qt 5.1.1

  1. #1
    Join Date
    Oct 2012
    Location
    The land of pain (NY)
    Posts
    99
    Thanks
    7
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Windows Android

    Default Problem adding a form of type QWizard to GUI project Qt 5.1.1

    I created a Qt GUI Application but leave out the step that generates the form. The reason is that I want to have as the main form a QWizard form.

    After project creation, I add new Qt->Qt Designer Form and select QWizard as the form template and accept the name given. This approach leaves me with no means of properly showing the form. If I add relevant code in the header and constructor I get an error: “no appropriate constructor available.”

    How do I create a GUI app with the form as QWizard? All the Wizard examples are not using designer as the means of creating UI objects.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Problem adding a form of type QWizard to GUI project Qt 5.1.1

    You will have to show us the code that causes the error.

    Cheers,
    _

Similar Threads

  1. 2 Form in the project
    By Victor007 in forum Newbie
    Replies: 1
    Last Post: 18th March 2013, 19:10
  2. Adding witgets to common form (Qt designer)
    By binaural in forum Newbie
    Replies: 1
    Last Post: 17th March 2010, 14:04
  3. Changing form colors and adding skins
    By srohit24 in forum Qt Programming
    Replies: 9
    Last Post: 28th October 2009, 15:35
  4. refresh form after adding a widget
    By cyrille in forum Newbie
    Replies: 2
    Last Post: 2nd February 2007, 10:40
  5. .h file for each form in QT 3.3.5 project??
    By darpan in forum Qt Programming
    Replies: 1
    Last Post: 23rd March 2006, 11:59

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.