Changeset 11497 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Aug 19, 2008 6:16:55 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34998
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxFilePathSelectorWidget.h
r11427 r11497 54 54 55 55 bool isModified() const; 56 bool isPathLineChosen() const; 57 58 QString path() const; 59 60 public slots: 56 61 57 62 void setPath (const QString &aPath); 58 QString path() const; 59 60 signals: 61 62 void selectPath(); 63 void setHomeDir (const QString &aHomeDir); 63 64 64 65 protected: 65 66 66 67 void resizeEvent (QResizeEvent *aEvent); 68 void focusInEvent (QFocusEvent *aEvent); 69 void focusOutEvent (QFocusEvent *aEvent); 67 70 void retranslateUi(); 68 71 … … 74 77 private: 75 78 79 void selectPath(); 76 80 QIcon defaultIcon() const; 77 81 QString fullPath (bool aAbsolute = true) const; … … 84 88 Mode mMode; 85 89 QString mPath; 90 QString mHomeDir; 86 91 QString mNoneStr; 87 92 QString mNoneTip; 93 bool mIsEditableMode; 88 94 }; 89 95 -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGLSettingsGeneral.h
r11427 r11497 46 46 47 47 void retranslateUi(); 48 49 private slots:50 51 void onSelectFolderClicked();52 48 }; 53 49 -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsGeneral.h
r11427 r11497 63 63 QTreeWidgetItem *aPrev = 0); 64 64 65 void selectSnapshotFolder();66 67 65 private: 68 66 -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsSFDetails.h
r10742 r11497 62 62 63 63 void retranslateUi(); 64 64 65 65 private slots: 66 66 67 void selectPath();67 void onSelectPath(); 68 68 void validate(); 69 69
Note:
See TracChangeset
for help on using the changeset viewer.