Hi all,

I am facing a very annoying problem in QML plasmoids with the dataengines.
The following does not seem to work ever for almost all dataengines:

PlasmaCore.DataSource {
    id: dataSource
    engine: "someEngine"
    onSourceAdded: print (data[source]["some_valid_key"];
}

The print statement always throws data[source] is [undefined]. This happens
with
most engines, esp with those engines where sources are added/removed
dynamically
by the engine. This has been very annoying, any help will be awesome!

Thanks,
Viranch
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to