Qt Creator: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 50: Line 50:
| valign="top" |
| valign="top" |
* [https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html Qt Creator Keyboard Shortcuts]
* [https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html Qt Creator Keyboard Shortcuts]
* [https://github.com/ihonen/qt-creator-themes Qt Creator Dark Color Scheme]
* [https://stackoverflow.com/questions/2244774/ Qt Creator Color Scheme]
* [https://stackoverflow.com/questions/2244774/ Qt Creator Color Scheme]



Revision as of 18:35, 23 May 2022

sudo apt install qtcreator
sudo apt remove  qtcreator
sudo apt auto-remove qtcreator

Shortcuts

───────────────────────────────────────────────
Control + +             » Zoom In
Control + -             » Zoom Out
Control + 0             » Original Size
Control + 1             » Welcome
Control + 2             » Edit
Control + 3             » Design
Control + 4             » Debug
Control + 5             » Projects
Control + 6             » Help
Control + I             » Auto-indent
───────────────────────────────────────────────
Control + K             » Activate Locator
Control + <             » Folding Collapse
Control + >             » Folding Expand
Control + Space         » Trigger a Completion
Control + Shift + D     » Display Tool Tips
Control + Insert        » Copy Line
Control + Alter + Up    » Copy Line Up
Control + Alter + Down  » Copy Line Down
Control + Shift + Enter » Insert Line above
Control + Enter         » Insert Line Below

───────────────────────────────────────────────
Shift + Delete          » Cut Line
Control + J             » Join Lines
───────────────────────────────────────────────
Control + Shift + V     » Paste

References