summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/styles
Commit message (Collapse)AuthorAgeFilesLines
* fix example installsOswald Buddenhagen2016-04-2813-474/+0
| | | | | | | this includes renaming the first-level subdir of examples/. Change-Id: Idf14164533c247e5c0cc5acdb405ac97f7c33ac5 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Make examples return -1 on load failures.Friedemann Kleint2015-08-251-1/+2
| | | | | | | | Avoid hanging processes and empty windows in case some module is not installed. Change-Id: Ib220a6251076fd1fdbd126524a723d5c3f94bfb9 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
* Examples: Fixing styles exampleThomas Hartmann2015-02-271-2/+2
| | | | | Change-Id: I97620d07b12c5b1203c99da0fdd4937d50bbdecc Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Examples: Adjust styles example for designerThomas Hartmann2015-02-271-149/+168
| | | | | | | | | * Do not define Components as properties (not supported) * Define the binding on columnWidth as a Binding object so it can be ignored by the designer and we have a static default. Change-Id: I97620d07b12c5b1203c90da0fdd4937d50bbde1c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Update BSD license headersJ-P Nurmi2015-02-132-6/+6
| | | | | Change-Id: Ia95c64b333416568fe6a88607d802fe7239dba35 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
* Examples: update license headersJ-P Nurmi2015-02-112-12/+12
| | | | | Change-Id: I41096c464db4e1513db1d4ffe7311be3c902d973 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
* Add "Styles" exampleJ-P Nurmi2014-10-0613-0/+454
Based on the "Styles" tab of the Gallery. The motivation for this change is to cleanup the Gallery example so that it eventually runs nicely on various desktop and mobile platforms without major modifications. Task-number: QTBUG-41307 Change-Id: Iffcd3557bf7c77f5a10bda8bfda5ddb636dd5ac1 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>