Mention event content rule can use a glob pattern

This commit is contained in:
miruka 2021-02-28 14:54:06 -04:00
parent d5f6459e54
commit e0b7974904
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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 {