PDA

View Full Version : Need help in design scientific calculator



keyurparekh
2nd March 2011, 11:48
Hi Friends,

I am facing problem to find out code for scientific calculator which design in qt4.

I need to connect calculator in my application. I have found code for normal calculator but for scientific calculator i m not able to find source code.

can any body provide me that source code.
I am really stuck in this matter. Please help me.

Thanks in advance.

e8johan
2nd March 2011, 17:10
Try speedcrunch

marcvanriet
2nd March 2011, 19:42
Or try Easycalc (http://qt-apps.org/content/show.php/QEasyCalc?content=123440) - it has scientific functions as well.

In general, just check Qt-Apps (http://qt-apps.org/)

keyurparekh
10th March 2011, 10:05
Thanks so much for your reply...........
i m really sorry for late reply.................

Added after 10 minutes:

Hi i tried your suggestion. I found Easy calc application. But when i try to run it shows me error.

:: error: [moc_qpushiconbutton.cpp] Error 1

this error QT shows. how to solve this error. Because it doesn't show where the error is. and not also line number.
Please reply me....

marcvanriet
11th March 2011, 23:00
Hi,

How did you build it ? I just opened it in QtCreator and it runs fine, except for two missing constants that I then defined myself.

Regards,
Marc