Hi Experts Need your views . Does Qt provide it ?
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.
Re: Hi Experts Need your views . Does Qt provide it ?
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.