Results 1 to 2 of 2

Thread: Creating pages

  1. #1
    Join Date
    Jul 2007
    Posts
    104
    Thanks
    22
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Creating pages

    I need creating pages like QWizard examples in QT docs.
    But:
    -how I orginize the buttons?
    -I need putting menu to bottom?

    So is there another way for creating pages in QT or only QWizard will be used?

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Creating pages

    Of course there is.
    Use a QStackedWidget for the pages(next & back jsut switch to the next/prev page in the widget).
    Also, at the bottom you can add whatever buttons and menus you like. It is just a matter of layout.

    Regards

Similar Threads

  1. qt4 loses my widgetstack pages
    By illuzioner in forum Qt Programming
    Replies: 1
    Last Post: 14th June 2007, 21:39
  2. QTableWidget and creating my own editor
    By macias in forum Qt Programming
    Replies: 1
    Last Post: 13th June 2007, 11:02
  3. adding widgets to tabWidgets pages
    By quickNitin in forum Newbie
    Replies: 1
    Last Post: 23rd November 2006, 09:59
  4. Problem in creating thread in GUI application
    By jyoti kumar in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2006, 12:05
  5. switching between pages
    By Kapil in forum Newbie
    Replies: 9
    Last Post: 6th March 2006, 10:57

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.