Qt Creator: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
| valign="top" |
| valign="top" |
  ───────────────────────────────────────────────
  ───────────────────────────────────────────────
  Control + +         » Zoom in
  Control + +             » Zoom In
  Control + -         » Zoom out
  Control + -             » Zoom Out
  Control + 0         » Original size
  Control + 0             » Original Size
  Control + 1         » Welcome
  Control + 1             » Welcome
  Control + 2         » Edit
  Control + 2             » Edit
  Control + 3         » Design
  Control + 3             » Design
  Control + 4         » Debug
  Control + 4             » Debug
  Control + 5         » Projects
  Control + 5             » Projects
  Control + 6         » Help
  Control + 6             » Help
  Control + I         » Auto-indent
  Control + I             » Auto-indent


| valign="top" |
| valign="top" |
  ───────────────────────────────────────────────
  ───────────────────────────────────────────────
  Control + K         » Activate Locator
  Control + K             » Activate Locator
  Control + <         » Folding Collapse
  Control + <             » Folding Collapse
  Control + >         » Folding Expand
  Control + >             » Folding Expand
  Control + Space     » Trigger a completion
  Control + Space         » Trigger a Completion
  Control + Shift + D » Display tooltips
  Control + Shift + D     » Display Tool Tips
Control + Insert        » Copy Line
Control + Alter + Up    » Copy Line Up
Control + Alter + Down  » Copy Line Down
Control + Shift + V    » Paste
Control + Shift + Enter » Insert Line above
Control + Enter        » Insert Line Below


|}
|}
----
----
{|
| valign="top" |
───────────────────────────────────────────────
Shift + Delete          » Cut Line
Control + J            » Join Lines
| valign="top" |
───────────────────────────────────────────────
Control + Shift + V    » Paste
|}


== References ==
== References ==

Revision as of 12:36, 21 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 + V     » Paste
Control + Shift + Enter » Insert Line above
Control + Enter         » Insert Line Below

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

References