Move declarativeimports/locale/test to declarativeimports/test and

make the declarativeimports/test a plasmoid
This commit is contained in:
Giorgos Tsiapaliwkas 2012-05-02 12:34:28 +03:00
parent 920a7a0649
commit 835cd63c72
11 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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