Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-54236

Tabifying docks broken if manipulating dock widgets is not animated

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • None
    • 5.7.0
    • Widgets: Main Window
    • None
    • Mac OS 10.11.5

    Description

      After disabling the use of animations for dock widget and tool bar manipulations, dock widgets can no longer be tabified (moved on top of each other to enable switching between them using tabs at the side).

      To reproduce:
      Change example widgets/mainwindows/dockwidgets to disable animations for dock widget manipulations. In constructor of MainWindow (mainwindow.cpp:74), insert line

      setAnimated(false);
      

      Launch application and try to move one of the dock widgets on top of the other. The preview is shown correctly but on drop, the dock widgets are not tabified.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mmutz Marc Mutz
            drew Drew
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes