[ModuleCreator] Increase maximum periodic frequency.

This commit is contained in:
Fabien-B
2022-04-22 11:28:55 +02:00
committed by Freek van Tienen
parent 43e0eb1a15
commit 94cc671d0b
2 changed files with 7 additions and 2 deletions
+4 -2
View File
@@ -2,12 +2,14 @@
# Form implementation generated from reading ui file 'periodic_ui.ui'
#
# Created by: PyQt5 UI code generator 5.10.1
# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_Periodic(object):
def setupUi(self, Periodic):
Periodic.setObjectName("Periodic")
@@ -36,6 +38,7 @@ class Ui_Periodic(object):
self.label_6.setObjectName("label_6")
self.horizontalLayout_5.addWidget(self.label_6)
self.freq_spinbox = QtWidgets.QDoubleSpinBox(Periodic)
self.freq_spinbox.setMaximum(10000.0)
self.freq_spinbox.setProperty("value", 1.0)
self.freq_spinbox.setObjectName("freq_spinbox")
self.horizontalLayout_5.addWidget(self.freq_spinbox)
@@ -100,4 +103,3 @@ class Ui_Periodic(object):
self.autorun_comboBox.setItemText(2, _translate("Periodic", "FALSE"))
self.label_8.setText(_translate("Periodic", "Stop"))
self.label_7.setText(_translate("Periodic", "Start"))
+3
View File
@@ -55,6 +55,9 @@
</item>
<item>
<widget class="QDoubleSpinBox" name="freq_spinbox">
<property name="maximum">
<double>10000.000000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>