Skip to content

Commit

Permalink
Rewritten with QML
Browse files Browse the repository at this point in the history
- left click on a text to increment it, right click to decrement ;
- Switch instead of a radio button to select either timer or stopwatch ;
- the content is dynamically resized ;
- added a fraction of a second field.
  • Loading branch information
SZinedine committed Feb 10, 2021
1 parent 56a513e commit 96a79c8
Show file tree
Hide file tree
Showing 24 changed files with 598 additions and 635 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ZTimer.pro.user
ztimer
.qmake.stash
Makefile
build*
./*.cpp
./*.h
*.pro.*
*.autosave
*.o
ZTimer
moc_mainwindow.cpp
moc_predefs.h
qrc_ztimer.cpp
qrc_*
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# ZTimer
ZTimer is a simple timer and chronometer made with the Qt framework.

Screenshot of ZTimer:

![alt text](https://raw.githubusercontent.com/SZinedine/ZTimer/master/screenshot.png "ZTimer screenshot")

ZTimer is a simple timer and stopwatch.

![Screenshot](screenshot.png)
35 changes: 0 additions & 35 deletions ZTimer.pro

This file was deleted.

94 changes: 0 additions & 94 deletions font/OFL.txt

This file was deleted.

Binary file removed font/Segment14.otf
Binary file not shown.
Binary file removed font/cedders_segment7.zip
Binary file not shown.
File renamed without changes.
23 changes: 0 additions & 23 deletions main.cpp

This file was deleted.

Loading

0 comments on commit 96a79c8

Please sign in to comment.