mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-02 00:16:04 +00:00
add custom keys configuration
This commit is contained in:
@ -41,15 +41,21 @@ Row {
|
||||
signal showMessage(string message)
|
||||
|
||||
QtControls.Button {
|
||||
width: parent.width * 3 / 10
|
||||
width: parent.width * 3 / 15
|
||||
text: i18n("Edit bars")
|
||||
onClicked: backend.editItem("graphicalitem")
|
||||
}
|
||||
|
||||
QtControls.Button {
|
||||
width: parent.width * 3 / 10
|
||||
width: parent.width * 3 / 15
|
||||
text: i18n("Formatters")
|
||||
onClicked: awFormatter.showDialog(backend.dictKeys(true))
|
||||
onClicked: awFormatter.showFormatterDialog(backend.dictKeys(true))
|
||||
}
|
||||
|
||||
QtControls.Button {
|
||||
width: parent.width * 3 / 15
|
||||
text: i18n("User keys")
|
||||
onClicked: awFormatter.showKeysDialog(backend.dictKeys(true))
|
||||
}
|
||||
|
||||
QtControls.Button {
|
||||
|
Reference in New Issue
Block a user