This is simple timer created by qt framework.

Arima Takao adf9ff6647 Update .gitignore 2 years ago
.gitignore adf9ff6647 Update .gitignore 2 years ago
README.md 09f38c3891 Change installation instruction in README.md 2 years ago
main.cpp 102525dbd6 Created repo 2 years ago
simpletimerqt.cpp 102525dbd6 Created repo 2 years ago
simpletimerqt.h 102525dbd6 Created repo 2 years ago
simpletimerqt.pro 102525dbd6 Created repo 2 years ago
simpletimerqt.ui 102525dbd6 Created repo 2 years ago

README.md

How to install?

  1. Download and install qt framework.

  2. Clone this repository.

  3. Open this repository.

  4. Compile project:

$ qmake simpletimerqt.pro

$ make