Re: kinetic-declarative plasma integration

2009-05-13 Thread aaron.kennedy
Hi Aaron, Great list of questions! I apologize in advance if my answers are a little "qml general" rather than specific to the plasma integration, but I'd prefer to let Alan handle those details rather than me just getting them wrong :) On 14/05/09 10:30 AM, "ext Aaron J. Seigo" wrote: > * wher

Re: kinetic-declarative plasma integration

2009-05-14 Thread aaron.kennedy
Hi Marco, On 15/05/09 7:10 AM, "ext Marco Martin" wrote: >>> * if one wants to create QML items dynamically, e.g. when a DataEngine >>> returns a source create a new QML item and load it, how does that work >>> exactly? can that be done from a JavaScript file? >> >> We have a couple of ways of

Re: kinetic-declarative plasma integration

2009-05-15 Thread aaron.kennedy
Hi Marco, On 15/05/09 11:34 PM, "ext Marco Martin" wrote: > tanks a lot for the input on qmodels, i assumed the qt docs were missing on > that part, now i've generated them and i see.. > > what i'm looking about specifically is seeing how feasible is to use those > list views in the gsoc i'm men

Re: kinetic-declarative plasma integration

2009-05-17 Thread aaron.kennedy
Hi Marco, On 16/05/09 5:53 AM, "ext Marco Martin" wrote: > neat, quite straightforward. > but i see that ListView has ListView.isCurrentItem GridView > GridView.isCurrentItem and so on.. > i think would be better to have that property consistently named, like > ItemView.isCurrentItem so that wou