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. Dock Widget Resizing Cursor
Forum Updated to NodeBB v4.3 + New Features

Dock Widget Resizing Cursor

Scheduled Pinned Locked Moved Unsolved General and Desktop
im trying to rsize the qdockwdget programitc
1 Posts 1 Posters 504 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.
  • Q Offline
    Q Offline
    qtoptus
    wrote on last edited by
    #1

    I'm trying to resize QDockWidget programitcally using the following code:

    dockW->setMinimumSize(newSize);
    dockW->setMaximumSize(maxSize);

    Depending on whether the width increased or decreased.

    Although the widget resizes properly, in some situations the Splitter Cursor is lost when hovering over the dock widget resize area. It shows the mouse arrow instead.

    Any idea why this happening? What can I do to restore the cursor after resize takes place?

    Thanks.

    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