import QtQuick 2.5
import QtQuick.Controls 2.1

SpinBox {
    from: 0
    to: 100
    value: 50
    stepSize: 1
}
