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 'ready to dock' event
Qt 6.11 is out! See what's new in the release blog

QDockWidget 'ready to dock' event

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 694 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.
  • V Offline
    V Offline
    vera_k
    wrote on last edited by
    #1

    Hello!

    I have a QDockWidget. It is wide and short (like a toolbar), when it's docked and I change it's layout to almost square when it begins floating. This is made by processing topLevelChanged signal.

    The problem begins when I try to drag-and-drop it back to the dock area. The signal topLevelChanged is emitted when I drop the dock widget, and before that when the widget is dragged over the dock area, this area is highlighted with blue color - and this highlighted area has the height of the floating dock widget! And it is very tall, looks absolutely not good.

    How can I solve this problem? Maybe there are some events signaling that the widget is ready to be docked if drop, so that I can set the layout to the horizontal at that moment.

    Thank you.

    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