Results 1 to 8 of 8

Thread: delete/add layout, or modify existing layout?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2007
    Location
    Rakovnik, Czech Republic
    Posts
    175
    Thanks
    43
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: delete/add layout, or modify existing layout?

    gotcha (i think): create 5 layouts with their respective widgets (buttons & labels). Also create 5 QWidgets; do:
    Qt Code:
    1. myQWidget_0->addLayout(myLayout_0);
    To copy to clipboard, switch view to plain text mode 

    for myQWidgets 0-4, then use QStackWidget to manage.

    ...working on it.

  2. #2
    Join Date
    Apr 2007
    Location
    Rakovnik, Czech Republic
    Posts
    175
    Thanks
    43
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: delete/add layout, or modify existing layout?

    just saw your second response: excellent, thanks for the advice/direction.

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.