mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2024-11-05 01:40:01 +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">
|
||||
<widget class="QPushButton" name="generateLUTButton">
|
||||
<property name="text">
|
||||
<string>Start Voltage Sweep</string>
|
||||
<string>Generate LUT</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -61,7 +61,7 @@ class Ui_Form(object):
|
|||
self.gridLayout_8 = QtWidgets.QGridLayout()
|
||||
self.gridLayout_8.setObjectName("gridLayout_8")
|
||||
self.stopfrequencyBox = QtWidgets.QDoubleSpinBox(parent=Form)
|
||||
self.stopfrequencyBox.setProperty("value", 80.1)
|
||||
self.stopfrequencyBox.setProperty("value", 80.2)
|
||||
self.stopfrequencyBox.setObjectName("stopfrequencyBox")
|
||||
self.gridLayout_8.addWidget(self.stopfrequencyBox, 1, 1, 1, 1)
|
||||
self.label_13 = QtWidgets.QLabel(parent=Form)
|
||||
|
@ -307,7 +307,7 @@ class Ui_Form(object):
|
|||
self.mechLUTButton.setText(_translate("Form", "Generate LUT"))
|
||||
self.viewmechLUTButton.setText(_translate("Form", "View LUT"))
|
||||
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_11.setText(_translate("Form", "Generate LUT:"))
|
||||
self.label_3.setText(_translate("Form", "Voltage Matching"))
|
||||
|
|
Loading…
Reference in a new issue