adding a custom rangedslider
This commit is contained in:
parent
8c89c49f4a
commit
8b231de32b
4 changed files with 132 additions and 1 deletions
|
@ -174,6 +174,15 @@ Item {
|
|||
second.onMoved: updateEndTime(second.value)
|
||||
|
||||
}
|
||||
Presenter.RangedSlider {
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.leftMargin: 25
|
||||
Layout.rightMargin: 25
|
||||
|
||||
onFirstReleased: showPassiveNotification("first")
|
||||
onSecondReleased: showPassiveNotification("Second")
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
Layout.preferredWidth: parent.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue