adding a custom rangedslider

This commit is contained in:
Chris Cochrun 2023-04-18 15:32:42 -05:00
parent 8c89c49f4a
commit 8b231de32b
4 changed files with 132 additions and 1 deletions

View file

@ -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