Changeset 24147 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
- Timestamp:
- Oct 28, 2009 7:19:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r23734 r24147 147 147 148 148 void devicesSwitchVrdp (bool aOn); 149 void devicesOpenStorageDialog();150 149 void devicesOpenNetworkDialog(); 151 150 void devicesOpenSFDialog(); … … 156 155 void prepareSFMenu(); 157 156 157 void mountMedium(); 158 158 void switchUSB (QAction *aAction); 159 159 … … 237 237 QMenu *mVMMenuMini; 238 238 QMenu *mDevicesMenu; 239 QMenu *mDevicesStorageMenu; 239 QMenu *mDevicesCDMenu; 240 QMenu *mDevicesFDMenu; 240 241 QMenu *mDevicesNetworkMenu; 241 242 QMenu *mDevicesSFMenu; … … 272 273 273 274 /* Devices actions */ 274 QAction *mDevicesStorageDialogAction;275 275 QAction *mDevicesNetworkDialogAction; 276 276 QAction *mDevicesSFDialogAction; … … 379 379 380 380 class VBoxSettingsPage; 381 class VBoxStorageDialog : public QIWithRetranslateUI <QDialog>382 {383 Q_OBJECT;384 385 public:386 387 VBoxStorageDialog (QWidget *aParent, CSession &aSession);388 389 protected:390 391 void retranslateUi();392 393 protected slots:394 395 virtual void accept();396 397 void revalidate (QIWidgetValidator *aValidator);398 void enableOk (const QIWidgetValidator *aValidator);399 400 protected:401 402 void showEvent (QShowEvent *aEvent);403 404 private:405 406 VBoxSettingsPage *mSettings;407 QIDialogButtonBox *mButtonBox;408 CSession &mSession;409 };410 411 381 class VBoxNetworkDialog : public QIWithRetranslateUI <QDialog> 412 382 {
Note:
See TracChangeset
for help on using the changeset viewer.