aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/snippets/qtquickcontrols2-pageindicator-custom.qml
Commit message (Collapse)AuthorAgeFilesLines
* tst_snippets: take screenshots only when requestedJ-P Nurmi2017-05-031-0/+53
| | | | | | | | | | | | The component loading code has been adjusted so that it can load snippets that use either a Window root element too. This speeds up the test a lot in the CI, and allows us to flatten the snippet-structure. Set SCREENSHOTS=1 environment variable to take screenshots. Change-Id: Ibd9e76befe62044dd1374899f18ea3d8c7ad454b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Refactor tst_snippets to make it easier to add non-screenshot snippetsMitch Curtis2016-09-261-53/+0
| | | | | | | | Add a separate test for non-screenshot snippets and move the screenshot snippets to their own folder. Change-Id: Ic3e7370321e346b83f7df42205e204d1265ce5b0 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Doc: fix custom PageIndicator snippetJ-P Nurmi2016-07-081-1/+2
| | | | | | | | | Use an explicit ID to reference PageIndicator::currentIndex. It happens to work without an ID when PageIndicator is in its own file, but not when customized inline in a tree of other objects. Change-Id: I3e6a6e63373b44771737271479c044fdcc0a470a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* customize.qdoc: Use standalone snippetsMitch Curtis2016-05-101-0/+52
So that we don't refer to internal types, as these make copying and pasting snippets difficult. Change-Id: I6f3b943d2eed48beb7a64690c707924e2c5a8078 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>