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 {
|
||||
id: pageSelector
|
||||
width: 200
|
||||
@ -77,6 +76,11 @@ Rectangle {
|
||||
page: "Misc.qml"
|
||||
title: "Misc stuff"
|
||||
}
|
||||
|
||||
ListElement {
|
||||
page: "Locale.qml"
|
||||
title: "Locale stuff"
|
||||
}
|
||||
}
|
||||
delegate: ListItem {
|
||||
enabled: true
|
@ -1,12 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=org.kde.example.localetest
|
||||
Name=org.kde.example.widgetgallery
|
||||
Type=Service
|
||||
X-KDE-PluginInfo-Author=Giorgos Tsiapaliwkas
|
||||
X-KDE-PluginInfo-Email=terietor@gmail.com
|
||||
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-ServiceTypes=Plasma/Applet
|
||||
X-Plasma-API=declarativeappletscript
|
||||
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