Qt desktop calculator built and documented
By RepoJournal , from @anurag629's public GitHub activity
Backfilled
Anurag Verma completed a Qt-based calculator application across 14 commits, moving from initial setup through arithmetic operations and decimal handling to a finished README.
The Calculator-Qt-Desktop-Application project started from first commit [1] and project creation [2], then moved into UI construction [3]. Verma fixed the cancel button UI [4], then built out the numeric display to handle up to 15 digits [5]. Support for toggling negative and positive numbers followed [6], then decimal button functionality to add decimals after digits [7]. Percentage calculation was added next [8] before a checkpoint marked the core features complete [9]. A bug fix prevented repeated zeros from displaying as 0.000 [10]. Two commits added heading text to the interface [11] [12]. Verma finished by updating the README with a heading and image [13], then completed the documentation file [14].
One email a day. Unsubscribe in one click.
A short briefing every day anurag629 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] first commit anurag629/Calculator-Qt-Desktop-Application
- [2] created project anurag629/Calculator-Qt-Desktop-Application
- [3] created ui anurag629/Calculator-Qt-Desktop-Application
- [4] fixed cancel ui anurag629/Calculator-Qt-Desktop-Application
- [5] displaying and accepting 15 digits anurag629/Calculator-Qt-Desktop-Application
- [6] created pressed of negative and positive number anurag629/Calculator-Qt-Desktop-Application
- [7] created pressed of decimal button action to add decimanl after digits anurag629/Calculator-Qt-Desktop-Application
- [8] added functionality of percentage finding anurag629/Calculator-Qt-Desktop-Application
- [9] all done anurag629/Calculator-Qt-Desktop-Application
- [10] all fixed of 0.000 typing anurag629/Calculator-Qt-Desktop-Application
- [11] added heading anurag629/Calculator-Qt-Desktop-Application
- [12] added heading anurag629/Calculator-Qt-Desktop-Application
- [13] Update README.md anurag629/Calculator-Qt-Desktop-Application
- [14] Update README.md anurag629/Calculator-Qt-Desktop-Application