#6 Add tabified dock widgets to the example

The bug can be reproduces on linux
This commit is contained in:
ColinDuquesnoy
2014-02-20 08:25:50 +01:00
parent fe44ba19c4
commit 5c65bcba1e
5 changed files with 114 additions and 68 deletions
+3
View File
@@ -59,6 +59,9 @@ def main():
ui.setupUi(window)
window.setWindowTitle("QDarkStyle example")
# tabify dock widgets to show bug #6
window.tabifyDockWidget(ui.dockWidget1, ui.dockWidget2)
# setup stylesheet
app.setStyleSheet(qdarkstyle.load_stylesheet(pyside=False))