Index: sources/gui/qml/components/RangeRect.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r605815f54dfac948ada786080f55d1b6e7a0d47b --- sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision 605815f54dfac948ada786080f55d1b6e7a0d47b) @@ -29,8 +29,8 @@ property int decimal : 0 - property real minimum : 0 - property real maximum : 0 + property real minimum : 0 ///< minimum value of the range + property real maximum : 0 ///< maximum value of the range property alias minText : _textMinimum property alias maxText : _textMaximum