PDA

View Full Version : how to create barchart in Qt



gauravg
19th February 2013, 06:50
hi all,
i want to use barchat in my project,please tell me how to create barchat in Qt.




thanks with regards:
gaurvag

Lykurg
19th February 2013, 07:07
Hi,

for a bar chat go to the next pub and start talking to strangers ;). For a bar chart subclass QWidget and do the painting yourself. There is no out of the box solution for that in Qt itself. But it might give other libraries that do it for you. In the commercial edition there is one, when I remember right.

Simple ones you can easily draw yourself.

Santosh Reddy
19th February 2013, 10:31
I found somthing at Qt-App.org (QSint Charts (http://qt-apps.org/content/show.php/QSint+Charts?content=140125))