aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/images/qtlabscontrols-rangeslider.gif
Commit message (Collapse)AuthorAgeFilesLines
* Rename Qt Labs Controls to Qt Quick Controls 2 - doc asset filenamesMitch Curtis2016-03-181-0/+0
| | | | | | | | | This renames all documentation assets (snippets, images), but leaves .qdoc files and the .qdocconf file in an attempt to avoid conflicts with controls 1. Change-Id: I08692233e8d645de8d9746fe74edc14d31bb744e Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Doc: update screenshotsJ-P Nurmi2016-01-141-0/+0
| | | | | Change-Id: Ie5ddb6ae34f9941c29c124fd1b593ae1aa4ea505 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Improve tst_Gifs::rangeSlider()Mitch Curtis2015-10-141-0/+0
| | | | | | | | | | Use proper, calculated coordinates. Also, increase the duration and decrease delays to make it more pleasant to the eye. Change-Id: If91ade9920a3ecaff966c348c623e603783754b8 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Add RangeSliderMitch Curtis2015-10-141-0/+0
This is basically Slider, except with two handles. It's used to specify a range of values. Task-number: QTBUG-48667 Change-Id: Ib4f9afe5dc8343e307610943d338a2b574a01e4d Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>