Re: Quicklaunch QML porting questions

2012-01-20 Thread Sebastian Kügler
On Thursday, January 19, 2012 22:43:24 Ingomar Wesp wrote: > On 01/19/2012 12:35 PM, Sebastian Kügler wrote: > > You can create a dynamically loaded import in C++ as well, and this might > > even be the cleanest solution […] > > I've had a glance at the work Martin did for porting kickoff to QML a

Re: Quicklaunch QML porting questions

2012-01-19 Thread Ingomar Wesp
Hi! On 01/19/2012 12:35 PM, Sebastian Kügler wrote: > You can create a dynamically loaded import in C++ as well, and this might > even be the cleanest solution […] I've had a glance at the work Martin did for porting kickoff to QML and it seems like this is a good template for how to register you

Re: Quicklaunch QML porting questions

2012-01-19 Thread Sebastian Kügler
Hi Ingomar, On Wednesday, January 18, 2012 23:32:10 Ingomar Wesp wrote: > I'm about to start porting the quicklaunch applet to QML. Since I'm just > getting started with QML and the JavaScript API, I'm still unsure as to > what's possible, so please bear with me if I'm missing something that's > c

Quicklaunch QML porting questions

2012-01-18 Thread Ingomar Wesp
Hi! I'm about to start porting the quicklaunch applet to QML. Since I'm just getting started with QML and the JavaScript API, I'm still unsure as to what's possible, so please bear with me if I'm missing something that's completely obvious. Judging from what I've read and tried so far, there seem