styled progress bar
This commit is contained in:
parent
49fa675f70
commit
6a4ac838ac
2 changed files with 73 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue