summaryrefslogtreecommitdiffstats
path: root/examples/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Regenerate examplesAlexandru Croitor2020-07-09179-181/+899
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-3/+3
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Use QList instead of QVector in statemachineJarek Kobus2020-07-061-2/+2
* macOS: Remove examples for deprecated QMac(NativeWidget|CocoaViewContainer)Tor Arne Vestbø2020-06-2610-337/+0
* Doc: Fix typoPaul Wicking2020-06-251-1/+1
* Example: Connect to correct slotPaul Wicking2020-06-231-1/+1
* Use QList instead of QVector in examplesJarek Kobus2020-06-2353-103/+101
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-2022-1258/+0
* Use | to OR some related flagsGiuseppe D'Angelo2020-06-191-1/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-162-54/+54
* Fix OpenGL mode in examples like compositionLaszlo Agocs2020-06-091-3/+5
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-082-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-0823-92/+92
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-043-7/+0
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-1/+1
* Examples/RegularExpressionDialog: remove deprecated optionsChristian Ehrlicher2020-05-232-13/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-3/+2
* Get rid of QTextCodec in the textedit exampleLars Knoll2020-05-141-10/+8
* Doc: Use nullptr instead of 0 in examplePaul Wicking2020-05-111-1/+1
* Remove a couple of QTextStream usagesLars Knoll2020-05-011-3/+3
* CMake: Regenerate examples/widgets/ projectsSona Kurazyan2020-04-2916-29/+163
* Mark widget gallery example as "gallery"Friedemann Kleint2020-04-291-0/+1
* examples: avoid int -> QChar conversionsMarc Mutz2020-04-291-1/+1
* CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-225-7/+9
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-2/+2
* Port example over to QRegularExpressionLars Knoll2020-04-155-26/+44
* Convert the example to use QRegularExpressionLars Knoll2020-04-152-17/+32
* Fix example documentation to not mention QRegExp anymoreLars Knoll2020-04-132-5/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-5/+7
|\
| * Stop using obsolete TouchPoint rect accessors in tests and examplesShawn Rutledge2020-04-101-5/+7
* | 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-084-6/+6
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-034-6/+6
| * Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-201-1/+1
* | QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-1/+1
* | Remove the regexp exampleLars Knoll2020-03-319-436/+18
* | Move undo framework out of Qt WidgetsMitch Curtis2020-03-301-1/+1
* | High-DPI: Remove usages of Qt::AA_UseHighDpiPixmapsMorten Johan Sørvig2020-03-3010-28/+0
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-296-3/+6
* | Re-generate various CMake projects and configure after mergeSimon Hausmann2020-03-162-0/+4
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-166-17/+30
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-166-17/+30
| |\|
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-116-17/+30
| | |\
| | | * examples: Fix build for configurations that do not have printsupportOliver Wolff2020-03-056-17/+30
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-162-2/+2
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-2/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-112-0/+2
|\| |
| * | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-062-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-0420-13/+91
|\| |