Timing diagram like a things.....
-
Hi all,
Hope everyone doing well. I am newbie to QT.I have to develop user interface which captures the data from external source(Some hardware).I have to display the catured data in graphical format like suqare wave in Mainwindow.How can I achieve this?Any help appreciated.Thanks,
Sathiyaraj.venkat -
You could plot the data yourself using QPainter on a custom widget or you could try a more high level solution such as QWT:
-
You may also want to take a look at "KD Charts":http://www.kdab.com/index.php?option=com_content&view=article&id=55&Itemid=65.
-
Yes, indeed. And don't be fooled, the KDAB stuff, including KD Charts, are available under GPL, even if KDAB does not advertise it that way.
My experiences with KD Chart are pretty decent. There are some weird inconsistencies, but all in all its not bad at all.