From f6a982b54ab93985b4ad0c95ffd60738abbd9fac Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 27 Apr 2021 17:58:10 +0200 Subject: [PATCH] qtcreator: add page (#5813) * qtcreator: add page * Fix typo Co-authored-by: Starbeamrainbowlabs * Apply suggestion from code review Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * reword git-show example Co-authored-by: Starbeamrainbowlabs Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> --- pages/common/qtcreator.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/qtcreator.md diff --git a/pages/common/qtcreator.md b/pages/common/qtcreator.md new file mode 100644 index 000000000..9a510d1d2 --- /dev/null +++ b/pages/common/qtcreator.md @@ -0,0 +1,28 @@ +# qtcreator + +> Cross-platform IDE for Qt applications. +> More information: . + +- Start Qt Creator: + +`qtcreator` + +- Start Qt Creator and restore the last session: + +`qtcreator -lastsession` + +- Start Qt Creator but don't load the specified plugin: + +`qtcreator -noload {{plugin}}` + +- Start Qt Creator but don't load any plugins: + +`qtcreator -noload {{all}}` + +- Start Qt Creator in presentation mode with pop-ups for keyboard shortcuts: + +`qtcreator -presentationMode` + +- Start Qt Creator and show the diff from a specific commit: + +`qtcreator -git-show {{commit}}`