VirtualBox

Ignore:
Timestamp:
Jan 21, 2021 4:08:36 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9913: Implementing Extension Pack Manager (initial version, no icons for now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h

    r87342 r87354  
    3434class UIActionPool;
    3535class UICloudProfileManagerWidget;
     36class UIExtensionPackManagerWidget;
    3637class UIMediumManagerWidget;
    3738class UINetworkManagerWidget;
     
    9192
    9293    /** Holds the stacked-layout instance. */
    93     QStackedLayout              *m_pLayout;
     94    QStackedLayout               *m_pLayout;
    9495    /** Holds the Welcome pane instance. */
    95     UIWelcomePane               *m_pPaneWelcome;
     96    UIWelcomePane                *m_pPaneWelcome;
     97    /** Holds the Extension Pack Manager instance. */
     98    UIExtensionPackManagerWidget *m_pPaneExtensions;
    9699    /** Holds the Virtual Media Manager instance. */
    97     UIMediumManagerWidget       *m_pPaneMedia;
     100    UIMediumManagerWidget        *m_pPaneMedia;
    98101    /** Holds the Network Manager instance. */
    99     UINetworkManagerWidget      *m_pPaneNetwork;
     102    UINetworkManagerWidget       *m_pPaneNetwork;
    100103    /** Holds the Cloud Profile Manager instance. */
    101     UICloudProfileManagerWidget *m_pPaneCloud;
     104    UICloudProfileManagerWidget  *m_pPaneCloud;
    102105    /** Holds the VM Resource Monitor instance. */
    103     UIResourceMonitorWidget     *m_pPaneResourceMonitor;
     106    UIResourceMonitorWidget      *m_pPaneResourceMonitor;
    104107
    105108    /** Holds whether this pane is active. */
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