Qt - ashBabu/Utilities GitHub Wiki

Installation

  • sudo apt-get install qtcreator
  • In the terminal run qtcreator
  • Projects --> New Project --> Qt Widget Application and follow the instructions
  • To open an existing project, go to the .pro file and open it
  • An example of mortgage calculator QtWidget can be found here