feat: Add max input in create account.
This commit is contained in:
@@ -59,7 +59,8 @@ AccountFormDialog::AccountFormDialog(const QString& aTitle, QWidget* parent, Acc
|
||||
mUserNameChanged = true;
|
||||
});
|
||||
mLeUserCode->setMaxLength(30);
|
||||
|
||||
mLeUserName->setMaxLength(30);
|
||||
mLeComment->setMaxLength(50);
|
||||
}
|
||||
|
||||
void AccountFormDialog::addEndLine(QVBoxLayout* layout)
|
||||
|
||||
Reference in New Issue
Block a user