Re: [Interest] Does it really worth it?

2012-03-27 Thread STEFANI Mathieu
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

Re: [Interest] Does it really worth it?

2012-03-27 Thread STEFANI Mathieu
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

Re: [Interest] Make a flat Model from a hierarchical Model with all children

2012-03-26 Thread STEFANI Mathieu
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

Re: [Interest] QML and C++ types mapping

2012-03-13 Thread STEFANI Mathieu
[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

[Interest] QML and C++ types mapping

2012-03-12 Thread STEFANI Mathieu
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