You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
447 B
QML
21 lines
447 B
QML
import QtQuick 2.0
|
|
import QtQuick.Controls 1.4
|
|
import QtQuick.Layouts 1.3
|
|
import QtGraphicalEffects 1.0
|
|
|
|
import org.kde.plasma.core 2.0 as PlasmaCore
|
|
import org.kde.plasma.components 2.0 as PlasmaComponents
|
|
|
|
import org.kde.plasma.plasmoid 2.0
|
|
|
|
import org.kde.latte 0.1 as Latte
|
|
|
|
PlasmaComponents.Page{
|
|
width: dialog.width - 2*dialog.windowSpace
|
|
|
|
Column{
|
|
spacing: 1.5*theme.defaultFont.pointSize
|
|
width: parent.width
|
|
}
|
|
}
|