mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-17 13:18:56 -04:00
#6 Add tabified dock widgets to the example
The bug can be reproduces on linux
This commit is contained in:
@@ -58,6 +58,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=True))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user