added NTextInput into DemoPanel
- minor display issues with scaling in there
This commit is contained in:
parent
3c333c5d89
commit
986eac179e
1 changed files with 22 additions and 0 deletions
|
|
@ -159,6 +159,28 @@ NLoader {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NTextInput
|
||||||
|
ColumnLayout {
|
||||||
|
spacing: Style.marginMedium * scaling
|
||||||
|
NText {
|
||||||
|
text: "NTextInput"
|
||||||
|
color: Colors.accentSecondary
|
||||||
|
font.weight: Style.fontWeightBold
|
||||||
|
}
|
||||||
|
|
||||||
|
NTextInput {
|
||||||
|
text: "Type anything"
|
||||||
|
Layout.fillWidth: true
|
||||||
|
onEditingFinished: function () {
|
||||||
|
}
|
||||||
|
|
||||||
|
NDivider {
|
||||||
|
Layout.fillWidth: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// NBusyIndicator
|
// NBusyIndicator
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
spacing: Style.marginMedium * scaling
|
spacing: Style.marginMedium * scaling
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue