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