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