mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
refactor: code cleaned up
This commit is contained in:
@ -542,7 +542,7 @@ class MotorApp(QWidget):
|
|||||||
|
|
||||||
# Create QDoubleValidator
|
# Create QDoubleValidator
|
||||||
validator = QDoubleValidator()
|
validator = QDoubleValidator()
|
||||||
validator.setDecimals(precision) # TODO not sure if necessary
|
validator.setDecimals(precision)
|
||||||
|
|
||||||
checkBox = QtWidgets.QCheckBox()
|
checkBox = QtWidgets.QCheckBox()
|
||||||
checkBox.setChecked(True)
|
checkBox.setChecked(True)
|
||||||
|
Reference in New Issue
Block a user