From 9e3d63c377f56af17aa2b9a2d04a4819f8adf0e5 Mon Sep 17 00:00:00 2001 From: atse Date: Fri, 11 Aug 2023 17:41:31 +0800 Subject: [PATCH] Change title --- pytec/tec_qt.ui | 2 +- pytec/ui_tec_qt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytec/tec_qt.ui b/pytec/tec_qt.ui index 58f5849..072befa 100644 --- a/pytec/tec_qt.ui +++ b/pytec/tec_qt.ui @@ -23,7 +23,7 @@ - Control TEC + Thermostat Control Panel diff --git a/pytec/ui_tec_qt.py b/pytec/ui_tec_qt.py index b26d878..9e502d5 100644 --- a/pytec/ui_tec_qt.py +++ b/pytec/ui_tec_qt.py @@ -295,7 +295,7 @@ class Ui_MainWindow(object): def retranslateUi(self, MainWindow): _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "Control TEC")) + MainWindow.setWindowTitle(_translate("MainWindow", "Thermostat Control Panel")) self.ch1_t_graph.setTitle(_translate("MainWindow", "Channel 1 Temperature")) self.ch0_t_graph.setTitle(_translate("MainWindow", "Channel 0 Temperature")) self.ch0_i_graph.setTitle(_translate("MainWindow", "Channel 0 Current"))