Index: sources/gui/qml/components/ProgressBar.qml =================================================================== diff -u -r6616f7b9b88efffa42ab605833d296afb76d3cb1 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision 6616f7b9b88efffa42ab605833d296afb76d3cb1) +++ sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,14 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * \copyright \n - * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n - * IN PART OR IN WHOLE, \n - * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. \n + * Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. + * \copyright + * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN + * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file ProgressBar.qml - * \date 2020/01/22 - * \author Behrouz NematiPour + * \author (last) Behrouz NematiPour + * \date (last) 11-Oct-2022 + * \author (original) Behrouz NematiPour + * \date (original) 23-Jan-2020 * */ @@ -24,6 +25,7 @@ */ RangeRect { id: _root + property alias progress : _progressRect property int progressWidth : _progressRect.width property alias value : _progressRect.value