Move ResourceInstance into Extras page
This commit is contained in:
parent
7c0f0522d8
commit
fd048b6ff6
@ -22,6 +22,13 @@ import org.kde.plasma.components 0.1
|
||||
import org.kde.plasma.extras 0.1 as PlasmaExtras
|
||||
|
||||
Column {
|
||||
|
||||
PlasmaExtras.ResourceInstance {
|
||||
uri: "http://api.kde.org/4.x-api/plasma-qml-apidocs/"
|
||||
title: "Plasma Components API documentation"
|
||||
}
|
||||
|
||||
|
||||
//anchors.fill: parent
|
||||
anchors.margins: space
|
||||
width: 600
|
||||
|
@ -31,11 +31,6 @@ PlasmaExtras.App {
|
||||
navigation: pageSelector
|
||||
content: page
|
||||
|
||||
PlasmaExtras.ResourceInstance {
|
||||
uri: "http://api.kde.org/4.x-api/plasma-qml-apidocs/"
|
||||
title: "Plasma Components API documentation"
|
||||
}
|
||||
|
||||
ListView {
|
||||
id: pageSelector
|
||||
width: 200
|
||||
|
Loading…
x
Reference in New Issue
Block a user