VirtualBox

Ignore:
Timestamp:
Sep 30, 2020 1:02:39 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: Wizards stuff: Lots of refactoring, rename account to profile for all the cloud related wizards such as export, import, create and add, since it's not a provider/profile pair anymore, they are split now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.h

    r86343 r86346  
    5252};
    5353
    54 /** Account combo data fields. */
     54/** Profile combo data fields. */
    5555enum
    5656{
    57     AccountData_ProfileName = Qt::UserRole + 1
     57    ProfileData_Name = Qt::UserRole + 1
    5858};
    5959
     
    6868    /** Populates locations. */
    6969    void populateLocations();
    70     /** Populates accounts. */
    71     void populateAccounts();
    72     /** Populates account. */
    73     void populateAccount();
     70    /** Populates profiles. */
     71    void populateProfiles();
     72    /** Populates profile. */
     73    void populateProfile();
    7474    /** Populates source images. */
    7575    void populateSourceImages();
     
    122122    QIComboBox  *m_pLocationComboBox;
    123123
    124     /** Holds the account label instance. */
    125     QLabel       *m_pAccountLabel;
    126     /** Holds the account combo-box instance. */
    127     QIComboBox   *m_pAccountComboBox;
    128     /** Holds the account management tool-button instance. */
    129     QIToolButton *m_pAccountToolButton;
     124    /** Holds the profile label instance. */
     125    QLabel       *m_pProfileLabel;
     126    /** Holds the profile combo-box instance. */
     127    QIComboBox   *m_pProfileComboBox;
     128    /** Holds the profile management tool-button instance. */
     129    QIToolButton *m_pProfileToolButton;
    130130    /** Holds the source image label instance. */
    131131    QLabel       *m_pSourceImageLabel;
     
    170170    void sltHandleLocationChange();
    171171
    172     /** Handles change in account combo-box. */
    173     void sltHandleAccountComboChange();
     172    /** Handles change in profile combo-box. */
     173    void sltHandleProfileComboChange();
    174174
    175     /** Handles account tool-button click. */
    176     void sltHandleAccountButtonClick();
     175    /** Handles profile tool-button click. */
     176    void sltHandleProfileButtonClick();
    177177
    178178    /** Handles change in source tab-bar. */
Note: See TracChangeset for help on using the changeset viewer.

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