
- simply GUI
- list of memory
- format number
- constants (Pi, number Euler)
Enjoy!
Source (link to git-repo or to original if based on someone elses unmodified work):
Version 0.2
- delete seleted fragment number (auto formating)
- new actions (Mod and Div) include in button "/". After pressing and holding the button down for a while a menu pops up showing a list of modulo division and integer division.
- click on button MR show in display last added value. After pressing and
holding the button down for a while a menu pops up showing a list of memory.
- new ToolTips
- operations on series (ex 2+3+1...)
- added new Shortcuts CTRL+S (write to memory) CTR+R (read last value)
- a lot of bugs fixed
Ratings & Comments
2 Comments
Hi, Would You how can I remove button maximize, please. Thanks
Hello. Nice calculator.I like the design, one of my first apps was a calculator too, maybe not so nice as yours. I found a bug though. If you press backspace too much, deleting a the number, the app crashes, with: ASSERT: "i >= 0" in file /usr/include/qt4/QtCore/qstring.h, line 797 Aborted (core dumped) You should add an if to avoid this. Good luck!