In a Scene, we are using a Flickable that is displaying a Colum with TextViews (TextViews are in Repeater).
The TextViews display data that is read from the settings when the Flickable is first created.
WIthin that Scene, the users actions can cause a change in the values stored in the settings. In that case, I want to refresh the repeater as well, how is that possible?