Wednesday, Apr 6, 2022
shippedQt desktop calculator built and documented
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].
Sources
- first commit · anurag629/Calculator-Qt-Desktop-Application
- created project · anurag629/Calculator-Qt-Desktop-Application
- created ui · anurag629/Calculator-Qt-Desktop-Application
- fixed cancel ui · anurag629/Calculator-Qt-Desktop-Application
- displaying and accepting 15 digits · anurag629/Calculator-Qt-Desktop-Application
- created pressed of negative and positive number · anurag629/Calculator-Qt-Desktop-Application
- created pressed of decimal button action to add decimanl after digits · anurag629/Calculator-Qt-Desktop-Application
- added functionality of percentage finding · anurag629/Calculator-Qt-Desktop-Application
- all done · anurag629/Calculator-Qt-Desktop-Application
- all fixed of 0.000 typing · anurag629/Calculator-Qt-Desktop-Application
- added heading · anurag629/Calculator-Qt-Desktop-Application
- added heading · anurag629/Calculator-Qt-Desktop-Application
- Update README.md · anurag629/Calculator-Qt-Desktop-Application
- Update README.md · anurag629/Calculator-Qt-Desktop-Application