summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make sure qtbase examples are installed into the correct pathAlexandru Croitor2022-07-273-6/+6
* 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
* CMake: Regenerate examplesAlexandru Croitor2020-07-0917-19/+89
* Use QList instead of QVector in examplesJarek Kobus2020-06-232-2/+2
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-2022-1258/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-082-12/+12
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-1/+1
* Examples/RegularExpressionDialog: remove deprecated optionsChristian Ehrlicher2020-05-232-13/+0
* Remove a couple of QTextStream usagesLars Knoll2020-05-011-3/+3
* CMake: Regenerate examples/widgets/ projectsSona Kurazyan2020-04-292-0/+7
* CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-225-7/+9
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+2
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
* | QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-1/+1
* | Remove the regexp exampleLars Knoll2020-03-318-398/+18
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+3
|\|
| * Examples: enable HighDPI scaling for examples on AndroidAssam Boudjelthia2020-03-031-0/+3
* | QComboBox: remove currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-192-2/+2
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-1123-42/+582
|\ \
| * | Regenerate examplesAlexandru Croitor2020-02-0423-42/+582
* | | QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-103-3/+3
* | | QComboBox: remove deprecated signalsVitaly Fanaskov2020-02-104-9/+9
|/ /
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-293-68/+68
|\|
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-233-68/+68