aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/images/qtquickcontrols2-dial-custom.png
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest qml CMake APICraig Scott2021-06-051-0/+0
| | | | | | | | | | | | | | The new qml CMake API places a closer relationship between the backing target and the plugin target. Both are typically created together and they share a lot of common details. Instead of creating them in different parts of the source tree, they are now specified together. The src/imports area has effectively been absorbed into the other corresponding subdirectories below src with this change. Task-number: QTBUG-91621 Change-Id: I9bd32e9eb78c198ccc9db04e2829303cac323502 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Run optipng on all imagesMitch Curtis2019-11-041-0/+0
| | | | | | | | find . -name "*.png" -exec optipng -o 7 -strip all {} \; Change-Id: I2238b2dd38813d33ed48d79817f872f922cfa28d Fixes: QTBUG-79275 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: update screenshots generated by tst_snippetsJ-P Nurmi2016-05-261-0/+0
| | | | | | | The default style screenshots were outdated. Change-Id: Ia36230b8ba678b782276f54840cc3652c4c56841 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* customize.qdoc: Use standalone snippetsMitch Curtis2016-05-101-0/+0
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>