summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/icons
Commit message (Expand)AuthorAgeFilesLines
* Move icons example to manual testTor Arne Vestbø2023-06-2825-977/+0
* examples: Connect Quit action to QCoreApplication::quit, not QWidget::closeTor Arne Vestbø2023-02-201-1/+1
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-2/+2
* 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-169-441/+18
* Avoid using deprecated API in the icons exampleEirik Aavitsland2022-02-241-5/+3
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-4/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-1/+3
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-3/+1
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-3/+1
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-47/+0
* 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-272-0/+8
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-192-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-102-2/+2
* CMake: Regenerate examplesAlexandru Croitor2020-07-092-2/+10
* Use QList instead of QVector in examplesJarek Kobus2020-06-232-7/+8
* High-DPI: Remove usages of Qt::AA_UseHighDpiPixmapsMorten Johan Sørvig2020-03-303-17/+0
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-0/+1
* Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-112-2/+47
|\
| * Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-102-2/+47
| |\
| | * Regenerate examplesAlexandru Croitor2020-02-042-2/+47
* | | QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-101-1/+1
* | | QComboBox: remove deprecated signalsVitaly Fanaskov2020-02-101-1/+1
|/ /
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-071-0/+33
|\|
| * Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
| |\
| * \ Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-193-25/+14
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-171-2/+2
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-144-7/+23
| |\ \ \ \
| * \ \ \ \ 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-20/+28
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-2/+4
| |\| | | | |
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-40/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-165-16/+19
| |\ \ \ \ \ \ \
| * | | | | | | | CMake: Add widgets examplesTobias Hunger2019-03-261-0/+24
* | | | | | | | | QButtonGroup: remove deprecated signalsVitaly Fanaskov2020-02-022-6/+8
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Widget examples: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-10-283-25/+14
| |_|_|_|_|/ |/| | | | |
* | | | | | Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-2/+2
| |_|_|_|/ |/| | | |
* | | | | Cleanup QtWidgets (widgets) examplesChristian Ehrlicher2019-09-174-7/+23
| |_|_|/ |/| | |
* | | | Icons example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-2/+4
| |_|/ |/| |
* | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-40/+0
| |/ |/|
* | Cleanup Widgets examples - includesChristian Ehrlicher2019-01-284-8/+6
* | Cleanup Widgets examples - replace foreachChristian Ehrlicher2019-01-281-6/+10
* | Cleanup Widgets examples - parent ctorChristian Ehrlicher2018-12-132-2/+3
|/