Changeset 11427 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Aug 14, 2008 3:27:03 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34771
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxFilePathSelectorWidget.h
r11361 r11427 44 44 }; 45 45 46 VBoxFilePathSelectorWidget (QWidget *aParent = 0);46 VBoxFilePathSelectorWidget (QWidget *aParent); 47 47 ~VBoxFilePathSelectorWidget(); 48 48 … … 53 53 bool isResetEnabled () const; 54 54 55 #if 056 57 /// @todo enabling this requires to allow to customize the names of the58 /// "Other..." and "Reset" items too which is not yet done.59 60 void setNoneToolTip (const QString &aText);61 void setSelectToolTip (const QString &aText);62 void setResetToolTip (const QString &aText);63 64 #endif /* 0 */65 66 55 bool isModified() const; 67 68 public slots:69 56 70 57 void setPath (const QString &aPath); … … 74 61 75 62 void selectPath(); 76 void resetPath();77 63 78 64 protected: … … 89 75 90 76 QIcon defaultIcon() const; 91 QString f ilePath() const;77 QString fullPath (bool aAbsolute = true) const; 92 78 QString shrinkText (int aWidth) const; 93 79 void refreshText(); -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGLSettingsGeneral.h
r10212 r11427 49 49 private slots: 50 50 51 void onResetFolderClicked();52 51 void onSelectFolderClicked(); 53 52 }; -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsGeneral.h
r10167 r11427 64 64 65 65 void selectSnapshotFolder(); 66 void resetSnapshotFolder();67 66 68 67 private:
Note:
See TracChangeset
for help on using the changeset viewer.