VirtualBox

Ignore:
Timestamp:
Sep 22, 2023 3:41:24 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159225
Message:

FE/Qt: bugref:10523. Mics. fixes in name and type selection widget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.h

    r101232 r101242  
    5353    Q_OBJECT;
    5454    Q_PROPERTY(QString name READ name WRITE setName);
    55     Q_PROPERTY(CGuestOSType type READ type WRITE setType);
    5655
    5756    /** Simple struct representing CGuestOSType cache. */
     
    130129    QString familyId() const;
    131130
    132     /** Defines the VM OS @a enmType. */
    133     void setType(const CGuestOSType &enmType);
    134131    /** Returns the VM OS type. */
    135132    CGuestOSType type() const;
     
    182179    ulong selectedEditionIndex() const;
    183180    void populateTypeCombo(const QList<QPair<QString, QString> > &typeList);
     181    void selectPreferredType();
    184182
    185183    /** @name Arguments
     
    206204        /** Holds the VM OS family ID. */
    207205        QString  m_strFamilyId;
     206        QString  m_strVariant;
    208207
    209208        /** Holds the currently chosen OS type IDs on per-family basis. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette