Debugged KOTO_LAN_Control.py - window title is now normal

This commit is contained in:
BarsTiger
2021-11-01 16:09:31 +02:00
parent e1b7f61e37
commit 6a610b2a7c
2 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ class Ui_MainWindow(object):
def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
MainWindow.setWindowTitle(_translate("MainWindow", "KOTO_LAN_Control"))
self.ON.setWhatsThis(_translate("MainWindow", "<html><head/><body><p><span style=\" font-size:18pt;\">ON</span></p></body></html>"))
self.OFF.setText(_translate("MainWindow", "OFF"))