PDA

View Full Version : Plotting plug-in available?



brcain
12th September 2006, 22:49
Hello,

What is usually done to add plotting capability to Qt? My data is stored in a database; so I'm using the MySQL plug-in. Is there something similar to Crystal Reports (that's open-source) that can be used to build queries and generate plots -- albeit leveraging Qt?

Are there user-contributed plotting plug-ins for Qt that can be added to an application?

Thanks,
Ben

mikhailt
12th September 2006, 22:57
QWT and QWT-3D
http://qwt.sourceforge.net/

http://qwtplot3d.sourceforge.net/

jacek
12th September 2006, 22:58
There is no plugin, but there's a library - Qwt (http://qwt.sf.net).

For reports you can try these:
http://www.openrpt.com/
http://sourceforge.net/projects/ncreport/