======================================== Qt Creator keyboard shortcuts (filtered) ======================================== First published at 3/8/2018 on https://defkey.com/qt-creator-shortcuts Qt Creator is a integrated development environment (IDE) for C++, JavaScript and QML. It is part of the SDK for Qt GUI application development framework. On Linux and FreeBSD, Qt uses compiler from GNU Compiler Collection. On Windows, it can use MinGW or MSVC. General ------- Ctrl + O Open file or project Ctrl + A Select all Del Delete Ctrl + X Cut Ctrl + V Paste Ctrl + Shift + W Close all Ctrl + F4 Close current file Alt + Left arrow Go back Ctrl + E then O Go to other split Ctrl + Tab Previous open document in history F6 Move to next item in output panes Ctrl + Q Exit Qt Creator Editing ------- Ctrl + I Auto-indent selection Ctrl + < Collapse Ctrl + Space Trigger a completion in this scope Ctrl + Shift + ] Go to block end and select the lines between the current cursor position and the end of the block Alt + Shift + R Preview F2 Follow symbol under cursor (Works with namespaces, classes, functions, variables, include statements and macros) Ctrl + Shift + R Rename symbol under cursor Help ---- F1 View context-sensitive help Version control - Subversion ---------------------------- Source: Qt Last modified on (UTC): Monday, November 11, 2019 Defkey © All rights reserved.