aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/flatstyle/flatstyle.pro
Commit message (Collapse)AuthorAgeFilesLines
* Stop using wildcards with "direct" RESOURCES syntax in examplesMitch Curtis2018-10-311-4/+8
| | | | | | | | | | | Build tools cannot detect when new files are added with this syntax. As we don't use wildcards with SOURCES, we also shouldn't use them with RESOURCES either. Change-Id: Ic42ee9d892a4f18a1a21bd757d7398a50792a6c7 Fixes: QTBUG-71321 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Flat Style exampleThomas Hartmann2017-01-051-0/+18
This example shows how to integrate custom styled components with tooling. The example uses states in the styling items, so they can be easily edited and checked in the designer. Change-Id: Ie665bb3938cdb1b135dbbd4163e1b901e61a6be0 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>