chore: fix format
This commit is contained in:
parent
42a1f34ddb
commit
be53c42f0d
1 changed files with 2 additions and 1 deletions
|
|
@ -13,14 +13,15 @@ Item {
|
||||||
property var validator: null
|
property var validator: null
|
||||||
property bool readOnly: false
|
property bool readOnly: false
|
||||||
property int horizontalAlignment: TextInput.AlignHCenter
|
property int horizontalAlignment: TextInput.AlignHCenter
|
||||||
implicitWidth: 70
|
|
||||||
|
|
||||||
// Expose activeFocus through alias to avoid FINAL property override
|
// Expose activeFocus through alias to avoid FINAL property override
|
||||||
readonly property alias hasFocus: inputField.activeFocus
|
readonly property alias hasFocus: inputField.activeFocus
|
||||||
|
|
||||||
signal textEdited(string text)
|
signal textEdited(string text)
|
||||||
|
|
||||||
signal editingFinished
|
signal editingFinished
|
||||||
|
|
||||||
|
implicitWidth: 70
|
||||||
implicitHeight: inputField.implicitHeight + Appearance.padding.small * 2
|
implicitHeight: inputField.implicitHeight + Appearance.padding.small * 2
|
||||||
|
|
||||||
StyledRect {
|
StyledRect {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue