mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-06 18:35:52 +00:00
rewrite formtatter* and customkeys* to share their code
This commit is contained in:
@ -70,6 +70,10 @@ QtObject {
|
||||
"label": i18n("Network"),
|
||||
"regexp": "^(netdev|(down|up(?!time)).*)"
|
||||
},
|
||||
{
|
||||
"label": i18n("Network request"),
|
||||
"regexp": "^response.*"
|
||||
},
|
||||
{
|
||||
"label": i18n("Music player"),
|
||||
"regexp": "(^|d|s)(album|artist|duration|progress|title)"
|
||||
@ -97,6 +101,10 @@ QtObject {
|
||||
{
|
||||
"label": i18n("Functions"),
|
||||
"regexp": "functions"
|
||||
},
|
||||
{
|
||||
"label": i18n("User defined"),
|
||||
"regexp": "userdefined"
|
||||
}
|
||||
]
|
||||
property variant dpTagRegexp: [
|
||||
|
Reference in New Issue
Block a user