Changeset 84918 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasicInstallSetup.h
- Timestamp:
- Jun 23, 2020 1:12:08 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138789
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasicInstallSetup.h
r84917 r84918 92 92 void retranslateUi(); 93 93 94 private slots: 95 96 void sltHandlePasswordVisibility(bool fPasswordVisible); 97 94 98 private: 95 99 … … 97 101 template <class T> 98 102 void addLineEdit(int &iRow, QLabel *&pLabel, T *&pLineEdit, QGridLayout *pLayout); 103 /** Changes @p pLineEdit's base color to indicate an error or reverts it to the original color. */ 104 void markLineEdit(QLineEdit *pLineEdit, bool fError); 99 105 100 106 QLineEdit *m_pUserNameLineEdit; … … 105 111 QLabel *m_pPasswordLabel; 106 112 QLabel *m_pPasswordRepeatLabel; 107 108 private slots: 109 110 void sltHandlePasswordVisibility(bool fPasswordVisible); 113 QColor m_orginalLineEditBaseColor; 111 114 }; 112 115
Note:
See TracChangeset
for help on using the changeset viewer.