aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/SwitchIndicator.qml
Commit message (Collapse)AuthorAgeFilesLines
* Add SwitchDelegateMitch Curtis2016-04-131-0/+72
SwitchDelegate is an item delegate that is used in lists, and can be checked and unchecked. It derives from QQuickItemDelegate and hence has background press effects. The order of the indicator and text is reversed (compared to Switch) to reflect what is most commonly seen on mobile. Change-Id: I6f8fca8d1a8c91f2cb9d8bbbb685ad163712dfa1 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>