- 時間撮記:
- 2008-6-17 上午10:07:14 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsDlg.h
r9688 r9751 26 26 #include "VBoxVMSettingsDlg.gen.h" 27 27 #include "QIMainDialog.h" 28 #include "QIWithRetranslateUI.h" 28 29 #include "COMDefs.h" 29 30 … … 35 36 class QWidgetStack; 36 37 37 class VBoxVMSettingsDlg : public QI MainDialog,38 class VBoxVMSettingsDlg : public QIWithRetranslateUI<QIMainDialog>, 38 39 public Ui::VBoxVMSettingsDlg 39 40 { 40 Q_OBJECT 41 Q_OBJECT; 41 42 42 43 public: … … 47 48 void getFromMachine (const CMachine &aMachine); 48 49 COMResult putBackToMachine(); 50 51 protected: 52 53 void retranslateUi(); 49 54 50 55 private slots: … … 67 72 void updateMediaShortcuts(); 68 73 74 QString dialogTitle() const; 75 69 76 /* Common */ 70 77 CMachine mMachine;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器