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

Impossible to create a QDockWidget which always floats on top of its parent

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.6.0
    • 4.3.0
    • Widgets: Main Window
    • None
    • 44f8fac4e2fc4a4258b921ac595c2826ca96e99c

    Description

      It is not possible to create an undockable QDockWidget which is always on top of the parent. When calling

      ...
      QDockWidget * dock = new QDockWidget("test dock", &mainWin);
      dock->setAllowedAreas (Qt::NoDockWidgetArea);
      dock->setFloating(true);
      dock->show();
      ...

      then double clicking on the widget's bar will cause the QDockWidget to be docked.

      Attachments

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

        Activity

          People

            vfm Thierry Bastian (closed Nokia identity) (Inactive)
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes