Changeset 10167 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsGeneral.h
- Timestamp:
- Jul 3, 2008 5:09:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsGeneral.h
r9751 r10167 24 24 #define __VBoxVMSettingsGeneral_h__ 25 25 26 #include "VBoxSettingsPage.h" 26 27 #include "VBoxVMSettingsGeneral.gen.h" 27 #include "QIWithRetranslateUI.h"28 28 #include "COMDefs.h" 29 29 30 class VBoxVMSettingsDlg; 31 class QIWidgetValidator; 32 33 class VBoxVMSettingsGeneral : public QIWithRetranslateUI<QWidget>, 30 class VBoxVMSettingsGeneral : public VBoxSettingsPage, 34 31 public Ui::VBoxVMSettingsGeneral 35 32 { … … 38 35 public: 39 36 40 VBoxVMSettingsGeneral (QWidget *aParent, VBoxVMSettingsDlg *aDlg, 41 const QString &aPath); 42 43 static void getFromMachine (const CMachine &aMachine, 44 QWidget *aPage, 45 VBoxVMSettingsDlg *aDlg, 46 const QString &aPath); 47 static void putBackToMachine(); 48 49 void getFrom (const CMachine &aMachine); 50 void putBackTo(); 37 VBoxVMSettingsGeneral(); 51 38 52 39 signals: … … 55 42 56 43 protected: 44 45 void getFrom (const CMachine &aMachine); 46 void putBackTo(); 47 48 void setOrderAfter (QWidget *aWidget); 57 49 58 50 void retranslateUi(); … … 78 70 void adjustBootOrderTWSize (); 79 71 80 static VBoxVMSettingsGeneral *mSettings; 72 bool eventFilter (QObject *aObject, QEvent *aEvent); 73 void showEvent (QShowEvent *aEvent); 81 74 82 bool eventFilter (QObject *aObject, QEvent *aEvent);83 84 QIWidgetValidator *mValidator;85 75 CMachine mMachine; 86 76 };
Note:
See TracChangeset
for help on using the changeset viewer.