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

Empty QDockWidget disappears while dragging out of the bottom or top dock area

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3: Somewhat important P3: Somewhat important
    • 4.6.0
    • 4.3.0
    • Widgets: Main Window
    • None

      Reproducible with the following example on Windows - dragging the widget out from the bottom makes it disappear, and even releasing the mousebutton does not stop the dragging (it is still possible to move it back into the docks):

      #include <QtGui>

      int main(int argc, char *argv[])
      {
      QApplication app(argc, argv);

      QMainWindow mw;
      mw.setCentralWidget(new QTextEdit);
      QDockWidget dw;
      mw.addDockWidget(Qt::BottomDockWidgetArea, &dw);

      mw.show();
      return app.exec();
      }

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

            vfm Thierry Bastian (closed Nokia identity) (Inactive)
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes