summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Brush up the imageviewer exampleFriedemann Kleint2021-03-012-4/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-112-7/+12
|\
| * examples: Fix build for configurations that do not have printsupportOliver Wolff2020-03-052-7/+12
* | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | Examples: enable HighDPI scaling for examples on AndroidAssam Boudjelthia2020-03-034-0/+12
* | Deprecate QTabletEvent::device() in favor of deviceType()Shawn Rutledge2020-02-171-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-044-8/+9
|\|
| * Examples: fix compile without printsupportChristian Ehrlicher2020-01-312-2/+2
| * Change examples and snippets to pass QDate and QTime by valueEdward Welbourne2020-01-302-6/+7
* | Examples: Replace deprecated QLabel APISze Howe Koh2020-02-011-6/+6
* | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-132-8/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-062-35/+43
|\|
| * styles example: Implement standarPalette()Tor Arne Vestbø2020-01-022-35/+43
* | Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-164-4/+30
|\|
| * styles example: Set default style up front, and react to style changesTor Arne Vestbø2019-12-124-4/+30
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-153-5/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+6
|\|
| * Modernize shapedclock exampleEirik Aavitsland2019-12-101-1/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-3/+11
|\|
| * Styles example: Use system style per DefaultFriedemann Kleint2019-11-251-3/+11
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-151-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-0/+1
| |\
* | | Widget examples: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-10-283-25/+14
|/ /
* | Examples: fix compiling tablet example on qnxChristian Ehrlicher2019-10-161-0/+1
* | Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-152-3/+4
* | Cleanup QtWidgets (widgets) examplesChristian Ehrlicher2019-09-1750-196/+326
* | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-5/+6
* | 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
* | | 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
* | | Examples: replace deprecated QComboBox functionsChristian Ehrlicher2019-03-043-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-203-9/+9
|\| |
| * | QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-2/+2
| * | Fix some deprecation warnings in examplesFriedemann Kleint2019-02-062-7/+7
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-0/+2
|/ /
* | Cleanup Widgets examples - includesChristian Ehrlicher2019-01-2836-85/+66
* | Cleanup Widgets examples - replace foreachChristian Ehrlicher2019-01-286-17/+25
* | Cleanup Widgets examples - signals/slotsChristian Ehrlicher2019-01-2617-130/+134
* | Cleanup Widgets examples - nullptrChristian Ehrlicher2019-01-2325-28/+27
* | Cleanup Widgets examples - Validator exampleChristian Ehrlicher2018-12-174-85/+190
* | Cleanup Widgets examples - parent ctorChristian Ehrlicher2018-12-1325-30/+40
|/
* Tablet example: Fix warning about switch/fallthroughFriedemann Kleint2018-11-011-1/+1
* Tablet example: paint only the changed areas of the canvasShawn Rutledge2018-08-301-2/+4
* Tablet example: add a menu item to clear the canvasShawn Rutledge2018-08-234-4/+22
* Merge branch '5.11' into devEdward Welbourne2018-07-311-10/+21
|\
| * Doc: Update Tetrix examplePaul Wicking2018-07-191-10/+21
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-6/+5
|\|