forked from M-Labs/thermostat
Add tooltip to fan
This commit is contained in:
parent
6c11a0536c
commit
04a8f5ea56
|
@ -388,6 +388,9 @@
|
||||||
<height>0</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Adjust the fan</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Fan:</string>
|
<string>Fan:</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
@ -293,6 +293,7 @@ class Ui_MainWindow(object):
|
||||||
self.ip_set_line.setPlaceholderText(_translate("MainWindow", "IP:port for the Thermostat"))
|
self.ip_set_line.setPlaceholderText(_translate("MainWindow", "IP:port for the Thermostat"))
|
||||||
self.connect_btn.setText(_translate("MainWindow", "Connect"))
|
self.connect_btn.setText(_translate("MainWindow", "Connect"))
|
||||||
self.status_lbl.setText(_translate("MainWindow", "Disconnected"))
|
self.status_lbl.setText(_translate("MainWindow", "Disconnected"))
|
||||||
|
self.fan_lbl.setToolTip(_translate("MainWindow", "Adjust the fan"))
|
||||||
self.fan_lbl.setText(_translate("MainWindow", "Fan:"))
|
self.fan_lbl.setText(_translate("MainWindow", "Fan:"))
|
||||||
self.fan_auto_box.setText(_translate("MainWindow", "Auto"))
|
self.fan_auto_box.setText(_translate("MainWindow", "Auto"))
|
||||||
self.report_refresh_spin.setSuffix(_translate("MainWindow", " s"))
|
self.report_refresh_spin.setSuffix(_translate("MainWindow", " s"))
|
||||||
|
|
Loading…
Reference in New Issue