
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QCalc is very simply application. This is my first time with Qt :)
- simply GUI
- list of memory
- format number
- constants (Pi, number Euler)
Enjoy!
13 years ago
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 :)
13 years ago
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 :)
satchboogie
13 years ago
Would You how can I remove button maximize, please.
Thanks
Report
bbalazs
13 years ago
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!
Report