Accessing a C++ dataengine from a QML plasmoid
    Marco Martin 
    notmart at gmail.com
       
    Wed Jan 30 21:20:13 UTC 2013
    
    
  
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 not work:
> https://projects.kde.org/projects/extragear/office/skrooge/repository/revis
> ions/plasma-dashboard/entry/plugins/applet/account-qml/contents/ui/main.qml
> 
> Can anybody help me ? Thanks in advance :)
banksSource.data["Accounts"] is directly the data
for the model:
PlasmaCore.DataModel {
    dataSource: banksSource
    sourceFilter: "Accounts"
}
-- 
Marco Martin
    
    
More information about the Plasma-devel
mailing list