Results 1 to 6 of 6

Thread: QTableWidget along with QStackedWidget

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Mar 2008
    Location
    France
    Posts
    149
    Thanks
    2
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QTableWidget along with QStackedWidget

    You are using a wrong and far too complicated approach. No need to use slot to add widgets to your app.
    Read Qt doc and go through examples to get a good grasp about layouts and creating widgets.
    Once more, for learning purpose, implement your design trough Qt designer and view the code generated.
    It will gives you the rigth way to create widgets within a form.

    Besides, visit this link (http://www.qtcentre.org/misc.php?do=bbcode) about posting rules.
    Last edited by toutarrive; 13th March 2010 at 12:10.

Similar Threads

  1. Help with QStackedWidget
    By onírico in forum Newbie
    Replies: 6
    Last Post: 12th November 2009, 16:34
  2. QStackedWidget scrollable
    By mattia in forum Qt Tools
    Replies: 1
    Last Post: 19th April 2008, 09:02
  3. QStackedWidget question
    By hgedek in forum Qt Programming
    Replies: 3
    Last Post: 20th August 2007, 16:36
  4. QSplitter and QStackedWidget
    By nikita in forum Qt Programming
    Replies: 4
    Last Post: 15th November 2006, 04:52
  5. parsing QtableWidget from a QStackedWidget
    By rosmarcha in forum Qt Programming
    Replies: 10
    Last Post: 13th October 2006, 14:36

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.