0
0
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:
wyzula-jan
2023-09-06 16:58:19 +02:00
parent 92c81c6dd7
commit 63744b0fbf

View File

@ -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)