Re: Accessing a C++ dataengine from a QML plasmoid

2013-02-04 Thread Guillaume DE BURE
Le lundi 4 février 2013 21:58:31 vous avez écrit : > Le lundi 4 février 2013 15:56:00 Michail Vourlakos a écrit : > > Στις 30/01/2013 11:38 μμ, ο/η Guillaume DE BURE έγραψε: > > > Le mercredi 30 janvier 2013 22:20:13 Marco Martin a Γ©crit : > > >> On Wednesday 30 January 2013, Guillaume DE BURE wro

Re: Accessing a C++ dataengine from a QML plasmoid

2013-02-04 Thread Guillaume DE BURE
Le lundi 4 février 2013 15:56:00 Michail Vourlakos a écrit : > Στις 30/01/2013 11:38 μμ, ο/η Guillaume DE BURE έγραψε: > > Le mercredi 30 janvier 2013 22:20:13 Marco Martin a Γ©crit : > >> On Wednesday 30 January 2013, Guillaume DE BURE wrote: > >>> However, I am not completely clear how to access

Re: Accessing a C++ dataengine from a QML plasmoid

2013-02-04 Thread Michail Vourlakos
Στις 30/01/2013 11:38 μμ, ο/η Guillaume DE BURE έγραψε: Le mercredi 30 janvier 2013 22:20:13 Marco Martin a Γ©crit : On Wednesday 30 January 2013, Guillaume DE BURE wrote: However, I am not completely clear how to access it in QML. Userbase seems to say it should be possible: http://techbase.kd

Re: Accessing a C++ dataengine from a QML plasmoid

2013-02-03 Thread Guillaume DE BURE
I am really thinking that something in my dataengine prevents my QML plasmoid from accessing the data. For example, my C++ plasmoid correctly displays the 3 lines it is supposed to, when the QML version does not display anything. I tried to dig more the issue, and discovered that banksModel.coun

Re: Accessing a C++ dataengine from a QML plasmoid

2013-01-30 Thread Guillaume DE BURE
Le mercredi 30 janvier 2013 22:20:13 Marco Martin a écrit : > On Wednesday 30 January 2013, Guillaume DE BURE wrote: > > However, I am not completely clear how to access it in QML. Userbase seems > > to say it should be possible: > > http://techbase.kde.org/Development/Tutorials/Plasma/QML/API#Data

Re: Accessing a C++ dataengine from a QML plasmoid

2013-01-30 Thread Marco Martin
On Wednesday 30 January 2013, Guillaume DE BURE wrote: > However, I am not completely clear how to access it in QML. Userbase seems > to say it should be possible: > http://techbase.kde.org/Development/Tutorials/Plasma/QML/API#DataModel > > So I made an attempt that looks like this, but that does

Accessing a C++ dataengine from a QML plasmoid

2013-01-30 Thread Guillaume DE BURE
Hi all, Reading the documentation on userbase did not really help me on understanding what is going wrong on what I'm trying to achieve, maybe one of you will be able to help. Some context: For years, I've been trying to use plasma inside Skrooge to manage our dashboard. Long story short, I've