Changeset 101242 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.h
- Timestamp:
- Sep 22, 2023 3:41:24 PM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159225
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.h
r101232 r101242 53 53 Q_OBJECT; 54 54 Q_PROPERTY(QString name READ name WRITE setName); 55 Q_PROPERTY(CGuestOSType type READ type WRITE setType);56 55 57 56 /** Simple struct representing CGuestOSType cache. */ … … 130 129 QString familyId() const; 131 130 132 /** Defines the VM OS @a enmType. */133 void setType(const CGuestOSType &enmType);134 131 /** Returns the VM OS type. */ 135 132 CGuestOSType type() const; … … 182 179 ulong selectedEditionIndex() const; 183 180 void populateTypeCombo(const QList<QPair<QString, QString> > &typeList); 181 void selectPreferredType(); 184 182 185 183 /** @name Arguments … … 206 204 /** Holds the VM OS family ID. */ 207 205 QString m_strFamilyId; 206 QString m_strVariant; 208 207 209 208 /** Holds the currently chosen OS type IDs on per-family basis. */
Note:
See TracChangeset
for help on using the changeset viewer.