PDA

View Full Version : Hi Experts Need your views . Does Qt provide it ?



vajindarladdad
30th January 2009, 05:39
Hi all experts ,
I am developing an application in which i want to develop a sheet like we have in Microsoft Excel , where we can use all the formulae and do all the operations that we can do in Excel.
Does Qt support any Built-in class or Widget to do so ?
If so please let me know ?

Thanks.

spirit
30th January 2009, 06:19
no, there is no a widget as you described, but you can implement it by yourself.
btw in the book (as I remmber) Jasmin Blanchette and Mark Summerfield "C++ GUI Programming with Qt 4 (2nd Edition) - The official C++/Qt book" authors describe how to do such widget.