Manager: Add display name to new machine wizard

This commit is contained in:
Alexander Babikov
2025-08-08 00:52:16 +05:00
parent 7b5a861005
commit fcf85d40a6
4 changed files with 33 additions and 3 deletions

View File

@@ -93,6 +93,7 @@ private:
#ifdef CUSTOM_SYSTEM_LOCATION
QLineEdit *systemLocation;
#endif
QLineEdit *displayName;
QLabel *systemNameValidation;
#ifdef CUSTOM_SYSTEM_LOCATION
QLabel *systemLocationValidation;
@@ -116,6 +117,8 @@ private:
#ifdef CUSTOM_SYSTEM_LOCATION
QLabel *systemLocation;
#endif
QLabel *displayNameLabel;
QLabel *displayName;
protected:
void initializePage() override;
};