Re: Using a dataengine inside Skrooge

2010-09-10 Thread Guillaume DE BURE
Le vendredi 10 septembre 2010 20:58:13, Aaron J. Seigo a écrit : > On Friday, September 10, 2010, Guillaume DE BURE wrote: > > I've implemented very roughly the dataengine, it is able to read data > > through SQL Select instructions, store it using setData. Now, I do I > > access it from widgets ?

Re: Using a dataengine inside Skrooge

2010-09-10 Thread Aaron J. Seigo
On Friday, September 10, 2010, Guillaume DE BURE wrote: > I've implemented very roughly the dataengine, it is able to read data > through SQL Select instructions, store it using setData. Now, I do I > access it from widgets ? I mean, are the techbase tutorials still > applicable in this case ? yes

Using a dataengine inside Skrooge

2010-09-10 Thread Guillaume DE BURE
Hi, In the frame of developping a plasma dashboard for skrooge, I'm trying to create a dataengine that will provide data to the widgets displayed in this dashboard. The dataengine will extract the data from the skrooge file currently opened (the file is in fact an SQLite file), and present it f