Load a DataSource - works
This commit is contained in:
parent
2ef90c4a12
commit
879c0d68bf
@ -31,6 +31,11 @@ Item {
|
||||
property int _s: 12
|
||||
property int _h: 32
|
||||
|
||||
PlasmaCore.DataSource {
|
||||
id: dataSource
|
||||
|
||||
}
|
||||
|
||||
PlasmaComponents.TabBar {
|
||||
id: tabBar
|
||||
|
||||
@ -260,5 +265,6 @@ Item {
|
||||
|
||||
Component.onCompleted: {
|
||||
print("Components Test Applet loaded")
|
||||
dataSource.engine = "org.kde.foobar"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user