aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/includes
Commit message (Collapse)AuthorAgeFilesLines
* Doc: configuration fileJ-P Nurmi2016-10-252-0/+59
| | | | | Change-Id: I3de16850673488a8c67afc6b45a79d5bb86f9013 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: supported environment variablesJ-P Nurmi2016-10-252-0/+57
| | | | | Change-Id: I2ad1767c1066a07a86e0f5889b350aa4500d685e Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Share Control::focusReason notes with TextArea and TextFieldMitch Curtis2016-10-131-0/+15
| | | | | | Change-Id: Icf4feb1e29c40f10f483be63581f178fdc1cbd12 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Share Control::background notes with TextArea and TextFieldMitch Curtis2016-10-131-0/+13
| | | | | | Change-Id: I4150dbbc272d63cd842e19a30138c9b734d260ee Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Popup: fix some of the documentation review findingsMitch Curtis2016-09-271-0/+10
| | | | | | Change-Id: I69b60faab1588a45e005ba721c9796680bad6ac1 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* SwipeDelegate: document which items can be used in left/right/behindMitch Curtis2016-07-111-0/+5
| | | | | | Task-number: QTBUG-54658 Change-Id: Ie8bb1fa6669c7dd1cd18199d01c773a1854edad4 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Fix grammar in position docsMitch Curtis2016-05-231-2/+2
| | | | | Change-Id: Ic185915af229bf598557bf6af0c23efc7f339447 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Add SwitchDelegateMitch Curtis2016-04-131-0/+28
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>