Qt Creator Pro Tips

Lightning talk by Prashanth Udupa

Abstract

Lightning talk with demo about few keyboard shortcuts in Qt Creator that developers could use to take their productivity to a whole new level.

  • Discover keyboard shortcut for refactoring variables, class and function names.
  • Discover keyboard shortcut for moving function implementation from header to implementation file and back.
  • Discover keyboard shortcut to quickly declare virtual functions that you want to reimplement from the base class.
  • Discover keyboard shortcut to create setters, getters and property declarations for private variables in a class.
  • Use text-snippets to quickly generate boiler-plate code