[Qt-interest] Qt Charting Component - Feedback Request
K. Frank
kfrank29.c at gmail.com
Sun Mar 6 20:44:27 CET 2011
Hello Sean!
On Sun, Mar 6, 2011 at 5:08 AM, Sean Harmer
<sean.harmer at maps-technology.com> wrote:
> Hi,
>
> On Saturday 05 March 2011 15:33:01 K. Frank wrote:
>> ...
>> Let me share with you some of my thoughts.
>
> OK. Extra inputs are always welcomed.
> ...
>> Personally, if you can give me half-decent looking basic 2D line
>> and scatter plots with multiple data series (similar to what qwt
>> provides) and bar charts (which I don't think you get out-of-the-box
>> from qwt), I'll offer myself up as a guinea pig with an exploratory
>> project I'm working on.
>
> Many thanks for the offer. I have not implemented bar charts yet but 2D line
> and scatter plots are certainly usable right now. Let me know if you wish to
> try it out as a guinea pig and I'll see what I can do. It will push me into
> implementing the bar/column charts feature ;-)
Okay, in my exploratory project I currently have a form I set up
with Qt Designer that includes a QwtPlot on which I plot (in code)
my data of interest. (This is a basic 2D line / scatter plot that
will ultimately have multiple -- two or three -- data series on it.)
So the path of least resistance to test-driving your charting package
might be to replace the QwtPlot with a QWidget and promote it to
(in the Qt Designer sense) a ZPlotWidget. (I'm assuming that you
haven't packaged your plotting components as Designer plug-ins.)
Would this work?
What files would I need? Presumably some of the ZtPlot header
files, for example those used in the example listing you posted
on the developer forum. I would also need implementation code.
Could I just add the relevant files (headers and implementation)
to my project? That is, copy them to my project directory and
add them to my .pro file? That might be easiest for a test drive.
Or would I need to build a ZtPlot library, and link to it?
By the way, I am using Qt 4.6.1 and mingw g++ 4.4.1 (a TDM build)
for the project in question. The path of least resistance would be to
keep using those versions as my platform, but I suppose I could use
this experiment as an excuse to upgrade. What Qt / compiler versions
are required by your charting package?
So, if I wish to subject myself to guinea-pig-dom, what would I need
to get from you, and how should we best proceed?
>
>> Thanks, and again, good luck.
>
> Cheers, I think I will need it.
>
> ATB,
>
> Sean
Best.
K. Frank
More information about the Qt-interest-old
mailing list