mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 08:51:19 -05:00
Add version info in window title
This commit is contained in:
parent
4903111182
commit
8d2bd8a726
@ -127,7 +127,8 @@ def main():
|
||||
window = QMainWindow()
|
||||
ui = ui_main()
|
||||
ui.setupUi(window)
|
||||
window.setWindowTitle("QDarkStyle Example - Using " + args.qt_from)
|
||||
window.setWindowTitle("QDarkStyle v." + qdarkstyle.__version__ +
|
||||
" - Example - Using " + args.qt_from)
|
||||
|
||||
# create docks for buttons
|
||||
dw_buttons = QDockWidget()
|
||||
|
Loading…
Reference in New Issue
Block a user