gui: Change label texts

This commit is contained in:
linuswck 2025-01-23 11:17:49 +08:00
parent 3affe47293
commit 7267794e49
3 changed files with 10 additions and 10 deletions

View File

@ -41,14 +41,14 @@
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Value</string>
<string>Values</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Readings</string>
<string>Current Settings</string>
</property>
</widget>
</item>

View File

@ -134,14 +134,14 @@
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string> Value</string>
<string> Values</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Reading</string>
<string>Current Settings</string>
</property>
</widget>
</item>
@ -293,14 +293,14 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string> Value</string>
<string> Values</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Reading</string>
<string>Current Settings</string>
</property>
</widget>
</item>
@ -395,7 +395,7 @@
<item>
<widget class="QPushButton" name="apply_pwr_limit_max_btn">
<property name="text">
<string>Apply Max</string>
<string>Apply Max Pwr Limit</string>
</property>
</widget>
</item>

View File

@ -265,7 +265,7 @@ class Ui_Cfg_Pd_Mon_Form(object):
self.rst_ld_pwr_limit_btn.setText(_translate("Cfg_Pd_Mon_Form", "Reset Ld Pwr Limit"))
self.cfg_pd_params_lbl.setText(_translate("Cfg_Pd_Mon_Form", " Step 3: Configure Photodiode Parameters"))
self.label_2.setText(_translate("Cfg_Pd_Mon_Form", " Value"))
self.label.setText(_translate("Cfg_Pd_Mon_Form", "Reading"))
self.label.setText(_translate("Cfg_Pd_Mon_Form", "Current Setting"))
self.cfg_responsitivity_lbl.setText(_translate("Cfg_Pd_Mon_Form", "Responsitivity: "))
self.cfg_responsitivity_reading.setText(_translate("Cfg_Pd_Mon_Form", "0.0000"))
self.cfg_dark_current_lbl.setText(_translate("Cfg_Pd_Mon_Form", "Dark Current: "))
@ -273,12 +273,12 @@ class Ui_Cfg_Pd_Mon_Form(object):
self.apply_pd_params_btn.setText(_translate("Cfg_Pd_Mon_Form", "Apply"))
self.cfg_pd_pwr_limit_lbl.setText(_translate("Cfg_Pd_Mon_Form", " Step 4: Configure Laser Diode Power Limit"))
self.label_3.setText(_translate("Cfg_Pd_Mon_Form", " Value"))
self.label_4.setText(_translate("Cfg_Pd_Mon_Form", "Reading"))
self.label_4.setText(_translate("Cfg_Pd_Mon_Form", "Current Setting"))
self.cfg_pwr_limit_lbl.setText(_translate("Cfg_Pd_Mon_Form", "Power Limit:"))
self.cfg_pwr_limit_reading.setText(_translate("Cfg_Pd_Mon_Form", "0.0000"))
self.settable_pwr_range_lbl.setText(_translate("Cfg_Pd_Mon_Form", "Settable Power Range:"))
self.settable_pwr_range_display_lbl.setText(_translate("Cfg_Pd_Mon_Form", "( Power Range )"))
self.apply_pwr_limit_max_btn.setText(_translate("Cfg_Pd_Mon_Form", "Apply Max"))
self.apply_pwr_limit_max_btn.setText(_translate("Cfg_Pd_Mon_Form", "Apply Max Pwr Limit"))
self.apply_pwr_limit_btn.setText(_translate("Cfg_Pd_Mon_Form", "Apply"))
self.pwr_on_lbl.setText(_translate("Cfg_Pd_Mon_Form", " Step 5: Turn On Laser Power"))
self.pwr_on_btn.setText(_translate("Cfg_Pd_Mon_Form", "Clear Alarm and Power On"))