Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44aeffa160 |
@@ -52,6 +52,8 @@ Item {
|
||||
name: ""
|
||||
}
|
||||
|
||||
signal keyReleased()
|
||||
|
||||
implicitWidth: 448
|
||||
implicitHeight: multiline ? Math.max(edit.implicitHeight + topPadding + bottomPadding, 44) : 44
|
||||
|
||||
@@ -162,6 +164,10 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Keys.onReleased: {
|
||||
statusBaseInput.keyReleased();
|
||||
}
|
||||
|
||||
onTextChanged: {
|
||||
statusBaseInput.dirty = true
|
||||
if (statusBaseInput.maximumLength > 0) {
|
||||
|
||||
Reference in New Issue
Block a user