summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Move styles example to manual testTor Arne Vestbø2023-06-2910-803/+0
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-141-2/+0
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-1/+1
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-171-2/+2
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-171-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-165-245/+10
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-4/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-2/+3
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-2/+0
* CMake: Prefer unversioned commandsKai Köhne2021-12-131-1/+1
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-3/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-271-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-191-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | Regenerate examplesAlexandru Croitor2020-02-041-2/+19
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-245-50/+86
|\|
| * Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-132-8/+2
| * styles example: Implement standarPalette()Tor Arne Vestbø2020-01-022-35/+43
| * styles example: Set default style up front, and react to style changesTor Arne Vestbø2019-12-124-4/+30
| * Styles example: Use system style per DefaultFriedemann Kleint2019-11-251-3/+11
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-2/+22
|\|
| * Cleanup QtWidgets (widgets) examplesChristian Ehrlicher2019-09-172-2/+22
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-112-7/+8
|\|
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-012-7/+8
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-7/+8
| | |\
| | | * styles example: Use QImage instead of QPixmap in NorwegianWoodStyleTor Arne Vestbø2019-06-252-7/+8
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-141-1/+1
|\| | |
* | | | Fix compiling of examples on AndroidSimon Hausmann2019-06-121-1/+2
* | | | Fix linking of examplesSimon Hausmann2019-06-121-1/+1
* | | | Allow to build examples as standalone projectKevin Funk2019-06-051-18/+24
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-163-25/+25
|\| | |
| * | | Examples: replace deprecated QComboBox functionsChristian Ehrlicher2019-03-041-1/+1
| |/ /
| * | QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-2/+2
| * | Fix some deprecation warnings in examplesFriedemann Kleint2019-02-061-4/+4
| * | Cleanup Widgets examples - includesChristian Ehrlicher2019-01-282-5/+5
| * | Cleanup Widgets examples - signals/slotsChristian Ehrlicher2019-01-261-13/+13
| * | Cleanup Widgets examples - nullptrChristian Ehrlicher2019-01-231-1/+1
| |/
* / CMake: Add widgets examplesTobias Hunger2019-03-261-0/+23
|/
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+1
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-151-7/+7
* Unify license header usage.Jani Heikkinen2016-03-295-15/+65
* Updated BSD licensed file headersJani Heikkinen2015-02-155-15/+15
* Update copyright headersJani Heikkinen2015-02-115-25/+25
* Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-151-7/+7
* Fix out-of-tree compilation of widget examplesKai Koehne2014-02-111-2/+0