Move declarativeimports/locale/test to declarativeimports/test and
make the declarativeimports/test a plasmoid
This commit is contained in:
parent
920a7a0649
commit
835cd63c72
@ -35,7 +35,6 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: pageSelector
|
id: pageSelector
|
||||||
width: 200
|
width: 200
|
||||||
@ -77,6 +76,11 @@ Rectangle {
|
|||||||
page: "Misc.qml"
|
page: "Misc.qml"
|
||||||
title: "Misc stuff"
|
title: "Misc stuff"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ListElement {
|
||||||
|
page: "Locale.qml"
|
||||||
|
title: "Locale stuff"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
delegate: ListItem {
|
delegate: ListItem {
|
||||||
enabled: true
|
enabled: true
|
@ -1,12 +1,12 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=org.kde.example.localetest
|
Name=org.kde.example.widgetgallery
|
||||||
Type=Service
|
Type=Service
|
||||||
X-KDE-PluginInfo-Author=Giorgos Tsiapaliwkas
|
X-KDE-PluginInfo-Author=Giorgos Tsiapaliwkas
|
||||||
X-KDE-PluginInfo-Email=terietor@gmail.com
|
X-KDE-PluginInfo-Email=terietor@gmail.com
|
||||||
X-KDE-PluginInfo-License=GPL
|
X-KDE-PluginInfo-License=GPL
|
||||||
X-KDE-PluginInfo-Name=org.kde.example.localetest
|
X-KDE-PluginInfo-Name=org.kde.example.widgetgallery
|
||||||
X-KDE-PluginInfo-Version=1
|
X-KDE-PluginInfo-Version=1
|
||||||
X-KDE-ServiceTypes=Plasma/Applet
|
X-KDE-ServiceTypes=Plasma/Applet
|
||||||
X-Plasma-API=declarativeappletscript
|
X-Plasma-API=declarativeappletscript
|
||||||
X-Plasma-DefaultSize=200,100
|
X-Plasma-DefaultSize=200,100
|
||||||
X-Plasma-MainScript=ui/localetest.qml
|
X-Plasma-MainScript=ui/Gallery.qml
|
Loading…
Reference in New Issue
Block a user