Results 1 to 11 of 11

Thread: best layout fo a fixed part (on the left) and a dynamic part (on the right)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Apr 2019
    Posts
    13
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: best layout fo a fixed part (on the left) and a dynamic part (on the right)

    Ok, thank you.
    If I'm not wrong, I need a parent layout that in my case could be a QHBoxLayout, which will contain a QVBoxLayout (the lest panel) and a QStackWIdget (on the right panel). Maybe I'm wrong since the QStackWidget is not a layout.
    Two more questions.
    Any time a button is click on the left panel, I have to remove all widgets in the right panel. Should I looking for any widget in the right panel and delete it one-by-one?
    May I add a vertical line between the left panel and the right one?
    Thanks for your support and patience.
    M
    Last edited by mcanonic; 16th May 2019 at 10:05.

Similar Threads

  1. Reading text file line part by part
    By anh5kor in forum Newbie
    Replies: 4
    Last Post: 23rd December 2015, 11:31
  2. Part of QString
    By arturs in forum Newbie
    Replies: 1
    Last Post: 18th July 2015, 16:27
  3. QToolBar Layout(when part of QMainWindow)
    By iridium in forum Qt Programming
    Replies: 3
    Last Post: 18th April 2013, 13:19
  4. Replies: 6
    Last Post: 16th April 2013, 16:13
  5. Replies: 2
    Last Post: 23rd August 2011, 12:23

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.