27 mars 2012 18:02
To: interest@qt-project.org
Subject: Re: [Interest] Does it really worth it?
On 3/27/2012 3:58 PM, STEFANI Mathieu wrote:
> Concerning chart libraries and Qt, Qwt has already been mentioned but
> I would like to mention KDChart
> (http://www.kdab.com/kdab-products
Concerning chart libraries and Qt, Qwt has already been mentioned but I would
like to
mention KDChart (http://www.kdab.com/kdab-products/kd-chart/) as well, which
is,
to my mind, a better alternative than Qwt, since it's taking advantage of
Model/View
architecture and is really convenient to us
Hello,
Check this link for an implementation : http://www.fioniasoftware.dk/blog/?p=51
-Original Message-
From: interest-bounces+mathieu.stefani=supinfo@qt-project.org
[mailto:interest-bounces+mathieu.stefani=supinfo@qt-project.org] On Behalf
Of noru...@me.com
Sent: lundi 26 mar
[mailto:interest-bounces+mathieu.stefani=supinfo@qt-project.org] On Behalf
Of STEFANI Mathieu
Sent: lundi 12 mars 2012 12:57
To: interest@qt-project.org
Subject: [Interest] QML and C++ types mapping
Hi,
These last days, I'm playing with QML, by making a Calendar application (or at
least
tryi
Hi,
These last days, I'm playing with QML, by making a Calendar application (or at
least
trying to).
However, I'm facing an issue : I want to emit a clicked(date d) from my QML
file and connect it to a private slot in my C++ view (a subclass of
QDeclarativeView).
But QObject tells me that such