Set a maximum label name length of 200 characters
This commit is contained in:
@@ -56,6 +56,8 @@ class GuiItemEditor(QDialog):
|
|||||||
self.mainForm = QFormLayout()
|
self.mainForm = QFormLayout()
|
||||||
|
|
||||||
self.editName = QLineEdit()
|
self.editName = QLineEdit()
|
||||||
|
self.editName.setMaxLength(200)
|
||||||
|
|
||||||
self.editStatus = QComboBox()
|
self.editStatus = QComboBox()
|
||||||
self.editLayout = QComboBox()
|
self.editLayout = QComboBox()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user