styled progress bar

This commit is contained in:
Benjamin Palko 2025-09-02 22:16:44 -04:00
parent 49fa675f70
commit 6a4ac838ac
2 changed files with 73 additions and 0 deletions

View file

@ -96,6 +96,21 @@ StyledWindow {
}
}
ColumnLayout {
StyledText {
text: "Progress Bar"
font.pixelSize: 18
}
StyledProgressBar {
id: progressBar
indeterminate: true
implicitHeight: 10
from: 0
to: 100
value: 50
}
}
ColumnLayout {
StyledText {
text: "Mpris Player Selector"