Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Help with GUI layout creation

Help with GUI layout creation

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 725 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Puzzle
    wrote on last edited by
    #1

    Hi,

    I am new to this (mostly programmed console apps) and totally lacking design skills. I understand about horizontal, and vertical and grid layout, yet I feel uncapable of solving a simple design, for my task.

    This is the look of my window I would like to create:

    alt text

    I have no clue how to pull it together?
    What should I use for this? Vertical or horizontal layout? More layers?

    For starters, I would say 2 vertical layouts on top of 3 horizontal layouts?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      A QMainWindow with e.g. one QDockWidget for the search part and the rest as central layout would be a start. You would only need one QVBoxLayout per group of widget.

      Hope it helps.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • P Offline
        P Offline
        Puzzle
        wrote on last edited by
        #3

        Google images for QDockWidgets tells me this is it! Thank you mister!!

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You're welcome !

          If that answers your question then please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved