styled slider
This commit is contained in:
parent
a3ef488434
commit
399f69a68a
2 changed files with 46 additions and 0 deletions
|
|
@ -69,6 +69,19 @@ StyledWindow {
|
|||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
StyledText {
|
||||
text: "Slider"
|
||||
font.pixelSize: 18
|
||||
}
|
||||
StyledSlider {
|
||||
id: slider
|
||||
from: 0
|
||||
to: 100
|
||||
value: 50
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
StyledText {
|
||||
text: "Drawer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue