Qt Creator: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
  sudo apt auto-remove qtcreator
  sudo apt auto-remove qtcreator


==Shortcuts==
{|
| valign="top" |
───────────────────────────────────────────────
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
| valign="top" |
───────────────────────────────────────────────
Control + K        » Activate Locator
Control + <        » Folding Collapse
Control + >        » Folding Expand
Control + Space    » Trigger a completion
Control + Shift + D » Display tooltips
|}
----


== References ==
== References ==

Revision as of 12:13, 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 tooltips

References