SidePanel: added PowerProfileCard and UtilitiesCard
This commit is contained in:
parent
a11e310580
commit
bfe70e8f46
6 changed files with 85 additions and 70 deletions
|
|
@ -168,19 +168,17 @@ NLoader {
|
|||
font.weight: Style.fontWeightBold
|
||||
}
|
||||
|
||||
NTextInput {
|
||||
NTextInput {
|
||||
text: "Type anything"
|
||||
Layout.fillWidth: true
|
||||
onEditingFinished: function () {
|
||||
}
|
||||
onEditingFinished: function () {}
|
||||
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// NBusyIndicator
|
||||
ColumnLayout {
|
||||
spacing: Style.marginMedium * scaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue