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