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
|
||||
- combo box custom item
|
||||
- explain pattern
|
||||
- fix flickable popups can't be flicked by keyboard
|
||||
- seen tooltips can't be shown on image hover
|
||||
|
||||
|
|
|
@ -10,8 +10,7 @@ HColumnLayout {
|
|||
readonly property alias idField: idField
|
||||
|
||||
HLabeledItem {
|
||||
// TODO: globbing explanation & do space works?
|
||||
label.text: qsTr("Word:")
|
||||
label.text: qsTr("Word or glob pattern to match:")
|
||||
Layout.fillWidth: true
|
||||
|
||||
HTextField {
|
||||
|
|
Loading…
Reference in New Issue
Block a user