Hi,

I have a window with a dockWidget instancied like this:

    self.properties_dock = QtGui.QDockWidget(MainWindow)
    self.properties_dock.setFeatures(QtGui.QDockWidget.DockWidgetClosable|
                                    QtGui.QDockWidget.DockWidgetMovable)

When I make reappear the window, after I reduced it in the taskbar, the
dock is closed.
Same problem when I change the space working, the dock disappears
automatically.

Any ideas ?

Vincent

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to