py-konto
gnome71
Source (link to git-repo or to original if based on someone elses unmodified work):
== Version 1.0 ==
* Works. Almost.
== Version 1.1 ==
* Added SQRT, to find the Square Root.
* Added x!, for any factorial calculation you need.
* Added 1/x, for quick dividing.
Ratings & Comments
5 Comments
With the help of the Lazarus/FreePascal developers we're making progress on a good implementation of Qt in Lazarus. The guys helped me a lot and I hope that in little time I'll have KCalculator compiled for Qt. 'Till then, enjoy this program.
So does it have anything in common with KDE? KDE uses Qt, GNOME uses GTK.
Until I can figure out how to compile it for QT on Lazarus, it has everything in common.
So You need some bindings but I think it would be better, simpler and faster to use C++.
Yes. And the Lazarus Qt4 bindings seem not to work. I was trying to compile it for QT, but although I have all the needed units I still get a "can't find unit qtint". Sorry guys, I don't know C++ at a professional level, like I do [Object]Pascal and his derivatives. Plus :P Pascal is 10 times faster in my opinion.