summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-225-45/+50
* Correct license for examples filesLucie Gérard2024-03-076-6/+6
* Remove the style plugin exampleVolker Hilsheimer2023-12-2116-290/+0
* Remove echo pluginAxel Spoerl2023-12-2015-345/+0
* Move the settingseditor example into tests/manualVolker Hilsheimer2023-12-1515-1331/+0
* Fix the project nameAmir Masoud Abdol2023-07-311-1/+1
* Remove references to Application ExampleAxel Spoerl2023-07-061-1/+0
* Move plug and paint example to manual testTor Arne Vestbø2023-06-3026-1311/+1
* Examples: "About &Qt" should show info about Qt, not quitEdward Welbourne2023-06-161-1/+1
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-084-8/+0
* Fix CMakeLists.txt of echo plugin exampleAxel Spoerl2023-04-061-1/+5
* CMake: build the shared plugin when building the plugandpaint targetJoerg Bornemann2023-03-281-1/+5
* Merge "undo" and "undoframework" examplesVolker Hilsheimer2023-01-3134-1644/+65
* Fix CMakeLists.txt of Style Plugin Example (broken on macOS)Axel Spoerl2023-01-191-1/+1
* Fix Style Plugin Example, and add some CMake DocsAmir Masoud Abdol2023-01-185-11/+44
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-3010-11/+11
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-1710-21/+20
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-1714-40/+40
* Move i18n example to qttoolsKai Köhne2022-11-0138-1224/+0
* Fix typo in examples/i18nYAMAMOTO Atsushi2022-10-251-7/+7
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2319-19/+19
* Add license headers to cmake filesLucie Gérard2022-08-0319-0/+57
* CMake: Make sure qtbase examples are installed into the correct pathAlexandru Croitor2022-07-273-6/+6
* CMake: Let qt6_add_plugin accept sourcesJoerg Bornemann2022-06-294-12/+0
* Use SPDX license identifiersLucie Gérard2022-05-1674-3607/+152
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-249-31/+0
* CMake: Fix echoplugin example to be built as an external projectAlexandru Croitor2021-12-151-1/+1
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-1315-15/+42
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-139-22/+3
* CMake: Prefer unversioned commandsKai Köhne2021-12-137-7/+7
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-1011-27/+11
* Remove .prev_CMakeLists.txtKai Köhne2021-12-068-275/+0
* Fix treemodelcompleter exampleJoerg Bornemann2021-10-271-3/+2
* Add missing LIBRARY DESTINATION for examplesAlexey Edelev2021-10-203-0/+3
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-2411-136/+60
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-1714-14/+14
* Regular Expression example: Brush up and add a way to preview replacementsFriedemann Kleint2021-06-012-27/+99
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-262-12/+12
* Re-work the CMake project files for the plugandpaint exampleJoerg Bornemann2021-04-275-105/+26
* Android: Fix build error issue in examplesJukka Passi2021-04-271-1/+5
* Port example away from deprecated QVariant APIVolker Hilsheimer2021-04-161-1/+1
* UndoFramework example: make the background visibleIvan Solovev2021-01-111-0/+0
* i18n example: No longer ignore return value of QTranslator.load()Friedemann Kleint2020-11-191-4/+9
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2717-0/+68
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-1913-13/+13
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-2/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-3/+0
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-1/+1
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-202-4/+4
* Polish the settingseditor exampleFriedemann Kleint2020-07-104-107/+227