aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/SelectionRange.qml
blob: e68a08e086132ce7b1afda53c4d911dd57c70fbc (plain)
1
2
3
4
5
6
7
import QtQuick

RangeMover {
    property double zoomer: 0
    function updateZoomer() { zoomer = rangeWidth }
    onRangeWidthChanged: updateZoomer()
}