NIcon new widget to simplify icons display

This commit is contained in:
quadbyte 2025-08-17 16:04:23 -04:00
parent 9bb9e7e015
commit ac8b4793d8
21 changed files with 64 additions and 127 deletions

View file

@ -115,9 +115,8 @@ NLoader {
Layout.fillWidth: true
spacing: Style.marginMedium * scaling
NText {
NIcon {
text: "notifications"
font.family: "Material Symbols Outlined"
font.pointSize: Style.fontSizeXL * scaling
color: Color.mPrimary
}
@ -159,9 +158,8 @@ NLoader {
anchors.centerIn: parent
spacing: Style.marginMedium * scaling
NText {
NIcon {
text: "notifications_off"
font.family: "Material Symbols Outlined"
font.pointSize: Style.fontSizeXXL * scaling
color: Color.mOnSurfaceVariant
Layout.alignment: Qt.AlignHCenter