- 時間撮記:
- 2008-9-2 上午11:11:58 (17 年 以前)
- svn:sync-xref-src-repo-rev:
- 35866
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器