Message 1 of 1
QDockWidget WindowFlags
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I´d like to have a QDockWidget that have the apparence of a window (or toolwindow / dialog) when it is floating (like the scene / layer explorer).
The example in the 3ds documentation uses "self.setWindowFlags(QtCore.Qt.Tool)" in the QDockWidget "__init__" method, but it doesn't do anything....
Is this possible ?
Thanks