Index: sources/gui/qml/components/ProgressBar.qml =================================================================== diff -u -r7805806e4370be4d9207872e916f478875bd4ba6 -rdff9d50ebfa80ec99313586e1d48662b72940d24 --- sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision 7805806e4370be4d9207872e916f478875bd4ba6) +++ sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision dff9d50ebfa80ec99313586e1d48662b72940d24) @@ -35,6 +35,7 @@ property alias marker : _marker property alias markerHeight : _marker.height + property string unitText : "" property alias decimal : _root.decimal property alias minimum : _root.minimum @@ -76,6 +77,7 @@ height : Variables.rangeMarkerHeight hasHandle : true + unitText : _root.unitText decimal : _root.decimal value : _root.value