儲存庫 vbox 的更動 12021
- 時間撮記:
- 2008-9-3 上午09:17:56 (16 年 以前)
- 位置:
- trunk/src/VBox/Frontends/VirtualBox4
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsHD.h
r11968 r12021 196 196 private: 197 197 198 #if 0 198 199 void keyPressEvent (QKeyEvent *aEvent); 200 #endif 201 199 202 void populate (const HDSltValue &aIncluding); 200 203 … … 230 233 private: 231 234 235 #if 0 232 236 void keyPressEvent (QKeyEvent *aEvent); 237 #endif 233 238 234 239 static HDVdiEditor *mInstance; -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsHD.cpp
r11968 r12021 243 243 } 244 244 245 #if 0 245 246 void HDSltEditor::keyPressEvent (QKeyEvent *aEvent) 246 247 { … … 255 256 QComboBox::keyPressEvent (aEvent); 256 257 } 258 #endif 257 259 258 260 void HDSltEditor::populate (const HDSltValue &aIncluding) … … 328 330 } 329 331 332 #if 0 330 333 void HDVdiEditor::keyPressEvent (QKeyEvent *aEvent) 331 334 { … … 340 343 VBoxMediaComboBox::keyPressEvent (aEvent); 341 344 } 345 #endif 342 346 343 347 /** Singleton QObject class reimplementation to use for making selected IDE & … … 880 884 case Qt::Key_Backtab: 881 885 { 882 focusNextPrevChild (false); 886 /* Due to table on getting focus back from the child 887 * put it instantly to its child again, make a hack 888 * to put focus to the real owner. */ 889 mCbSATA->setFocus(); 883 890 return true; 884 891 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器