Changeset 87354 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h
- Timestamp:
- Jan 21, 2021 4:08:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h
r87342 r87354 34 34 class UIActionPool; 35 35 class UICloudProfileManagerWidget; 36 class UIExtensionPackManagerWidget; 36 37 class UIMediumManagerWidget; 37 38 class UINetworkManagerWidget; … … 91 92 92 93 /** Holds the stacked-layout instance. */ 93 QStackedLayout *m_pLayout;94 QStackedLayout *m_pLayout; 94 95 /** Holds the Welcome pane instance. */ 95 UIWelcomePane *m_pPaneWelcome; 96 UIWelcomePane *m_pPaneWelcome; 97 /** Holds the Extension Pack Manager instance. */ 98 UIExtensionPackManagerWidget *m_pPaneExtensions; 96 99 /** Holds the Virtual Media Manager instance. */ 97 UIMediumManagerWidget *m_pPaneMedia;100 UIMediumManagerWidget *m_pPaneMedia; 98 101 /** Holds the Network Manager instance. */ 99 UINetworkManagerWidget *m_pPaneNetwork;102 UINetworkManagerWidget *m_pPaneNetwork; 100 103 /** Holds the Cloud Profile Manager instance. */ 101 UICloudProfileManagerWidget *m_pPaneCloud;104 UICloudProfileManagerWidget *m_pPaneCloud; 102 105 /** Holds the VM Resource Monitor instance. */ 103 UIResourceMonitorWidget *m_pPaneResourceMonitor;106 UIResourceMonitorWidget *m_pPaneResourceMonitor; 104 107 105 108 /** Holds whether this pane is active. */
Note:
See TracChangeset
for help on using the changeset viewer.