Qt Creator 常用快捷鍵

本篇記錄一下 Qt 常用快捷鍵,在trace code時善用快捷鍵會快很多,效率大幅提升。

以下快捷鍵以 Qt 5.12.2 為主,其他版本應該大同小異,

名稱 Windows macOS Linux 備註
跳至定義處 (Follow Symbol Under Cursor) F2 F2 F2 Go to Definition
返回 (Go Back) Alt+ Alt+ 試不出來 Alt+
前進 (Go Forward) Alt + Alt + Alt +
查看誰有使用到它 (Find References to Symbol Under Cursor Ctrl+Shift+U Ctrl+Shift+U 舊版叫Find Usage
左右括號之間跳轉 (Go to Bracket)

透過下列路徑可以搜尋查詢更多的快捷鍵或更換,

1
Tools > Options > Environment > Keyboard > Keyboard Shortcuts

其它相關文章推薦
Visual Studio Code 常用快捷鍵
vim 常用快捷鍵
[Qt] 讀檔,讀取 txt 文字檔
[Qt] 寫檔,寫入 txt 文字檔