SidePanel: added PowerProfileCard and UtilitiesCard

This commit is contained in:
quadbyte 2025-08-12 10:57:57 -04:00
parent a11e310580
commit bfe70e8f46
6 changed files with 85 additions and 70 deletions

View file

@ -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