Index: sources/gui/qml/components/VideoScreen.qml =================================================================== diff -u -r85acfb989e40d697550f788b85a1d287b3316728 -r0f7ff0b328197a1737bd33cde56bac95fa98e1eb --- sources/gui/qml/components/VideoScreen.qml (.../VideoScreen.qml) (revision 85acfb989e40d697550f788b85a1d287b3316728) +++ sources/gui/qml/components/VideoScreen.qml (.../VideoScreen.qml) (revision 0f7ff0b328197a1737bd33cde56bac95fa98e1eb) @@ -1,4 +1,3 @@ - /*! * * Copyright (c) 2019-2025 Diality Inc. - All Rights Reserved. @@ -26,14 +25,14 @@ property alias source : _mediaplayer.source property bool showButtons : false - property int showButtonsTimeOut : 3000 // ms - property int transitionInterval : 300 // ms + property int showButtonsTimeOut : 3000 // ms // Variables.playbackCtrlBtnTimeOut; + property int transitionInterval : 300 // ms // Variables.playbackCtrlStepInterval property int stepsInterval : 5000 // ms visible : true backgroundRect.width : parent.width backgroundRect.height : parent.height - backgroundRect.color : "transparent" + backgroundRect.color : Colors.transparent; // Video Play Controller @@ -196,7 +195,7 @@ } ImageText { - id: _imageForeward + id: _imageForward visible: true enabled: !_mediaplayer.EndOfMedia || ((_mediaplayer.duration - _mediaplayer.position) > 0) ? true : false