Mention event content rule can use a glob pattern
This commit is contained in:
parent
d5f6459e54
commit
e0b7974904
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
- fix spinbox buttons
|
- fix spinbox buttons
|
||||||
- combo box custom item
|
- combo box custom item
|
||||||
- explain pattern
|
|
||||||
- fix flickable popups can't be flicked by keyboard
|
- fix flickable popups can't be flicked by keyboard
|
||||||
- seen tooltips can't be shown on image hover
|
- seen tooltips can't be shown on image hover
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,7 @@ HColumnLayout {
|
||||||
readonly property alias idField: idField
|
readonly property alias idField: idField
|
||||||
|
|
||||||
HLabeledItem {
|
HLabeledItem {
|
||||||
// TODO: globbing explanation & do space works?
|
label.text: qsTr("Word or glob pattern to match:")
|
||||||
label.text: qsTr("Word:")
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
HTextField {
|
HTextField {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user