blob: 95bff37791ff83229a6083f12040460581242e8a [file] [log] [blame]
import QtQuick 2.12
import QtQuick.Controls 2.12
RangeSlider {
from: 0
to: 100
first.value: 25
second.value: 75
stepSize: 1
orientation: Qt.Horizontal
}