aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/dialcontrol.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Fix disappearing slider during size/orientation changeAlex Blasche2014-09-241-0/+12
Now the slider remains at a position that is equivalent to the old position based on the previous percentage. This change is most commonly triggered during orientation changes on mobile device. That is the reason why the app was converted to a proper Qt project. This way it was possible to test this behavior on Android. Task-number: QTBUG-18423 Change-Id: If05e6a1e42249f90a821c4882021d28cf212fc52 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>