Qt creator of the most commonly used shortcuts 13

  • alt +enter // definition of class is automatically created

  • F1 // access help, documentation

  • F2 // variable declaration to fast
  • Shift + F2 Quickly switch between function declarations and definitions //

  • F4 // switch in cpp and h files

  • Ctrl +M To create a bookmark,  Ctrl + . Toggle Bookmark  Alt + Mopen the bookmarks bar.

  • Ctrl + Enter Wrap,  Ctrl +Shift + Enter to add the line

  • Ctrl + ], Ctrl+[ Jump to the beginning or end of the block

  • Ctrl + I Auto Indent current line
  • Shift+delete Cut the current line, can be used as a deleted
  • Ctrl + R Run the program
  • Ctrl + B Build Project
  • Ctrl + / Comment current line or selected area

Copyright: Department of the authors, original, welcome to reprint to share, reprint please indicate the source.
  • alt +enter // definition of class is automatically created

  • F1 // access help, documentation

  • F2 // variable declaration to fast
  • Shift + F2 Quickly switch between function declarations and definitions //

  • F4 // switch in cpp and h files

  • Ctrl +M To create a bookmark,  Ctrl + . Toggle Bookmark  Alt + Mopen the bookmarks bar.

  • Ctrl + Enter Wrap,  Ctrl +Shift + Enter to add the line

  • Ctrl + ], Ctrl+[ Jump to the beginning or end of the block

  • Ctrl + I Auto Indent current line
  • Shift+delete Cut the current line, can be used as a deleted
  • Ctrl + R Run the program
  • Ctrl + B Build Project
  • Ctrl + / Comment current line or selected area

Guess you like

Origin www.cnblogs.com/findumars/p/11122819.html