Create dialogs for button and color button

This commit is contained in:
2016-09-29 10:24:03 +03:00
parent 80c994bce0
commit 31c129163b
6 changed files with 156 additions and 332 deletions

View File

@ -193,18 +193,9 @@ Item {
value: plasmoid.configuration.acOffline
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
}
QtControls.Button {
width: parent.width * 3 / 5
text: i18n("Drop key cache")
onClicked: awActions.dropCache()
}
ButtonSelector {
value: i18n("Drop key cache")
onButtonActivated: awActions.dropCache()
}
Row {