Changeset 11968 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Sep 2, 2008 11:11:58 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35866
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSettingsUtils.h
r10468 r11968 219 219 emit currentChanged (aCurrent); 220 220 } 221 222 void focusInEvent (QFocusEvent *aEvent) 223 { 224 /* Restore edit-mode on focus in. */ 225 QTableView::focusInEvent (aEvent); 226 if (model()->flags (currentIndex()) & Qt::ItemIsEditable) 227 edit (currentIndex()); 228 } 221 229 }; 222 230 -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsHD.h
r11186 r11968 196 196 private: 197 197 198 void keyPressEvent (QKeyEvent *aEvent); 198 199 void populate (const HDSltValue &aIncluding); 199 200 … … 228 229 229 230 private: 231 232 void keyPressEvent (QKeyEvent *aEvent); 230 233 231 234 static HDVdiEditor *mInstance; … … 326 329 QAction *mDelAction; 327 330 QAction *mVdmAction; 331 bool mWasTableSelected; 328 332 }; 329 333
Note:
See TracChangeset
for help on using the changeset viewer.