Remove the step indicator when the widget is in read only
(cherry picked from commit 568c0e96)
When the widget is in readOnly
it was setup this way in the layout and will always be disabled.
There is no need to display the step indicator.
This PR remove that stuff.
Edited by Valentin Valls