parent
1398b3c9d5
commit
49c9348f65
|
@ -110,7 +110,6 @@ Item {
|
||||||
|
|
||||||
QC.ScrollBar.vertical: QC.ScrollBar { interactive: multiline; enabled: multiline }
|
QC.ScrollBar.vertical: QC.ScrollBar { interactive: multiline; enabled: multiline }
|
||||||
|
|
||||||
|
|
||||||
function ensureVisible(r) {
|
function ensureVisible(r) {
|
||||||
if (contentX >= r.x)
|
if (contentX >= r.x)
|
||||||
contentX = r.x;
|
contentX = r.x;
|
||||||
|
@ -162,6 +161,8 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Keys.forwardTo: [statusBaseInput]
|
||||||
|
|
||||||
onTextChanged: {
|
onTextChanged: {
|
||||||
statusBaseInput.dirty = true
|
statusBaseInput.dirty = true
|
||||||
if (statusBaseInput.maximumLength > 0) {
|
if (statusBaseInput.maximumLength > 0) {
|
||||||
|
|
|
@ -95,6 +95,8 @@ Item {
|
||||||
|
|
||||||
maximumLength: root.charLimit
|
maximumLength: root.charLimit
|
||||||
onTextChanged: root.validate()
|
onTextChanged: root.validate()
|
||||||
|
|
||||||
|
Keys.forwardTo: [root]
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
|
|
Loading…
Reference in New Issue