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. QDockWidget with nested docking - What row/column am I?
QtWS25 Last Chance

QDockWidget with nested docking - What row/column am I?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 408 Views
  • 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.
  • E Offline
    E Offline
    esoteric
    wrote on last edited by
    #1

    I have a QMainWindow with dockNestingEnabled checked. There is no central widget and it has several QDockWidgets just in the Left Dock Widget Area. They are all moveable but not floatable.

    How can I know what row/column they are?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      What problem are you trying to solve?

      1 Reply Last reply
      1
      • E Offline
        E Offline
        esoteric
        wrote on last edited by esoteric
        #3

        @ChrisW67 A few reasons:

        • Adding a 'minimize' button to the custom titlebar for my dock widgets. If minimized when something else is in its row, I want the titlebar to be vertical, not horizontal
        • When you shrink a dock widget, I don't like the way QMainWindow decides to allocate new space to the other dock widgets. I want to customize this behavior depending on whether something else is in the row.

        Knowing basic things like row and column count/position in the QMainWIndow's layout would be extremely helpful.

        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