Changeset 11845 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Aug 29, 2008 6:50:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35683
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxFilePathSelectorWidget.h
r11511 r11845 68 68 void focusInEvent (QFocusEvent *aEvent); 69 69 void focusOutEvent (QFocusEvent *aEvent); 70 bool eventFilter (QObject *aObj, QEvent *aEv); 70 71 void retranslateUi(); 71 72 … … 74 75 void onActivated (int aIndex); 75 76 void copyToClipboard(); 77 void refreshText(); 76 78 77 79 private: … … 81 83 QString fullPath (bool aAbsolute = true) const; 82 84 QString shrinkText (int aWidth) const; 83 void refreshText();84 85 85 86 /* Private member vars */ … … 92 93 QString mNoneTip; 93 94 bool mIsEditableMode; 95 bool mIsMouseAwaited; 94 96 }; 95 97
Note:
See TracChangeset
for help on using the changeset viewer.