Skip to content

Commit

Permalink
窗口标题栏增加版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxiaoMCU committed Oct 11, 2019
1 parent 1f3cb0d commit 9a64e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def buadrate_change_slot(self, index):
app = QApplication(sys.argv)

window = MainWindow()
window.setWindowTitle("RTT2UART Control Panel V1.0.0")
window.show()

sys.exit(app.exec_())

0 comments on commit 9a64e84

Please sign in to comment.