Changeset 13564 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Oct 24, 2008 5:03:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxFilePathSelectorWidget.h
r12217 r13564 60 60 public slots: 61 61 62 void setPath (const QString &aPath );62 void setPath (const QString &aPath, bool aRefreshText = true); 63 63 void setHomeDir (const QString &aHomeDir); 64 64 … … 74 74 75 75 void onActivated (int aIndex); 76 void onTextEdited (const QString &aPath); 76 77 void copyToClipboard(); 77 78 void refreshText(); 78 void setPathInternal (const QString &aText);79 79 80 80 private: 81 81 82 void changePath (const QString &aPath, bool aRefreshText = true); 82 83 void selectPath(); 83 84 QIcon defaultIcon() const;
Note:
See TracChangeset
for help on using the changeset viewer.