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. QDockwidgets dissapear when MainForm Minimize??
Qt 6.11 is out! See what's new in the release blog

QDockwidgets dissapear when MainForm Minimize??

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 3 Posters 490 Views 3 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.
  • Z Offline
    Z Offline
    zeroptr
    wrote on last edited by
    #1

    Hi All,

    I'm writing a new app with two dock panel, when I run the machine and minimize it dockpanels dissapears.. I tried it on windows and linux same behaviour.

    I saw on internet that many people have the same issue... Maybe this was fixed by QT or do you have a simple solution for that?

    Regards
    Burak

    Linux Mint 20.04 64 Bit QT6.0.1

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

      Hi
      Its not a bug. its pr design.
      There is no good solution to avoid it but it seems reparenting can make it stay up

      https://forum.qt.io/topic/21133/minimize-mainwindow-but-keep-dock-window-up

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        zeroptr
        wrote on last edited by
        #3

        @mrjj said in QDockwidgets dissapear when MainForm Minimize??:

        Its not a bug. its pr design.

        I did not see sth like this at any platform (I used C#,delphi,vxWidgets)

        Linux Mint 20.04 64 Bit QT6.0.1

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

          Hi
          In any case, i have not seen any simple solution to avoid it.
          Feel free to open enhancement bug and post link here so others can vote on it

          https://bugreports.qt.io/secure/Dashboard.jspa

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            zeroptr
            wrote on last edited by
            #5

            I report it.. but seems many people report this issue but nothing happend to this version..
            It's strange..

            Linux Mint 20.04 64 Bit QT6.0.1

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

              Hi,

              As @mrjj suggested, you should extract the widget contained in your floating docks when minimizing
              your main window and put them back in place after that.

              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

              • Login

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