Skip to content

AbdeltwabMF/counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter

GUI for a counter using QML.

Screenshot

counter png

Usage

  • Press <Space> to increment the counter
  • Press <Esc> to reset the counter

Development

Dependencies

  • CMake 3.5+
  • Qt 6.0.4+
  • C++17 Compiler

Build

cmake . -B build
cmake --build build

Release

cmake . -B build
cmake --build build --config Release --target ALL_BUILD -j 10

License

Licensed under the MIT License.

About

GUI for a counter using QML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published