aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/images/check-focus@3x.png
Commit message (Collapse)AuthorAgeFilesLines
* Default: use QQuickColorImageProviderJ-P Nurmi2016-04-211-0/+0
| | | | | | | | | | | | | | This way we don't need to duplicate all images that are built into the main controls plugin's resources. In order to make them work with QQuickColorImageProvider, some of the images had to be converted from Format_Indexed8 to Format_ARGB32: QPainter::begin: Cannot paint on an image with the QImage::Format_Indexed8 format QPainter::setCompositionMode: Painter not active Change-Id: I67f8820e803ef7ff29ce60460ed4ca5bb2fad4cb Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Update Default style CheckBox to match new design specsMitch Curtis2016-03-231-0/+0
Change-Id: Ic828f82d38da4a16dc3d308cb67d94a11582768c Task-number: QTBUG-50993 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>