mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2025-01-02 20:58:08 +00:00
Updated button labels.
This commit is contained in:
parent
211670f2ce
commit
b3db05e279
2 changed files with 3 additions and 3 deletions
|
@ -299,7 +299,7 @@
|
||||||
<item row="8" column="0" colspan="2">
|
<item row="8" column="0" colspan="2">
|
||||||
<widget class="QPushButton" name="generateLUTButton">
|
<widget class="QPushButton" name="generateLUTButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Start Voltage Sweep</string>
|
<string>Generate LUT</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -61,7 +61,7 @@ class Ui_Form(object):
|
||||||
self.gridLayout_8 = QtWidgets.QGridLayout()
|
self.gridLayout_8 = QtWidgets.QGridLayout()
|
||||||
self.gridLayout_8.setObjectName("gridLayout_8")
|
self.gridLayout_8.setObjectName("gridLayout_8")
|
||||||
self.stopfrequencyBox = QtWidgets.QDoubleSpinBox(parent=Form)
|
self.stopfrequencyBox = QtWidgets.QDoubleSpinBox(parent=Form)
|
||||||
self.stopfrequencyBox.setProperty("value", 80.1)
|
self.stopfrequencyBox.setProperty("value", 80.2)
|
||||||
self.stopfrequencyBox.setObjectName("stopfrequencyBox")
|
self.stopfrequencyBox.setObjectName("stopfrequencyBox")
|
||||||
self.gridLayout_8.addWidget(self.stopfrequencyBox, 1, 1, 1, 1)
|
self.gridLayout_8.addWidget(self.stopfrequencyBox, 1, 1, 1, 1)
|
||||||
self.label_13 = QtWidgets.QLabel(parent=Form)
|
self.label_13 = QtWidgets.QLabel(parent=Form)
|
||||||
|
@ -307,7 +307,7 @@ class Ui_Form(object):
|
||||||
self.mechLUTButton.setText(_translate("Form", "Generate LUT"))
|
self.mechLUTButton.setText(_translate("Form", "Generate LUT"))
|
||||||
self.viewmechLUTButton.setText(_translate("Form", "View LUT"))
|
self.viewmechLUTButton.setText(_translate("Form", "View LUT"))
|
||||||
self.typeTab.setTabText(self.typeTab.indexOf(self.mechTab), _translate("Form", "Mechanical"))
|
self.typeTab.setTabText(self.typeTab.indexOf(self.mechTab), _translate("Form", "Mechanical"))
|
||||||
self.generateLUTButton.setText(_translate("Form", "Start Voltage Sweep"))
|
self.generateLUTButton.setText(_translate("Form", "Generate LUT"))
|
||||||
self.label_2.setText(_translate("Form", "Voltage Tuning"))
|
self.label_2.setText(_translate("Form", "Voltage Tuning"))
|
||||||
self.label_11.setText(_translate("Form", "Generate LUT:"))
|
self.label_11.setText(_translate("Form", "Generate LUT:"))
|
||||||
self.label_3.setText(_translate("Form", "Voltage Matching"))
|
self.label_3.setText(_translate("Form", "Voltage Matching"))
|
||||||
|
|
Loading…
Reference in a new issue