summaryrefslogtreecommitdiffstats
path: root/examples/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1146-316/+260
|\
| * QFileSystemModel: Fix naming of Option enumerationFriedemann Kleint2019-09-021-1/+1
| * Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-274-8/+9
| |\
| | * Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-234-8/+9
| * | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-202-14/+0
| |/
| * Cleanup QtWidgets animation examplesChristian Ehrlicher2019-08-1738-291/+244
| * QFileSystemModel: Add optionsFriedemann Kleint2019-08-141-2/+6
| * Deprecate QStringViewLiteralMarc Mutz2019-08-101-1/+1
* | Update public CMake macros' versionLeander Beernaert2019-08-231-2/+2
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-155-9/+10
|\|
| * Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-1/+1
| * Remove the remaining usages of deprecated APIs of qtbaseSona Kurazyan2019-08-011-1/+1
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-4/+5
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-4/+5
| | |\
| | | * Fix the systray example to only show an icon when requestedVolker Hilsheimer2019-07-091-4/+5
| * | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-132-3/+3
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1111-49/+73
|\| | |
| * | | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-1/+1
| * | | 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
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-1/+1
| | |\|
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Doc: Fix typo in briefPaul Wicking2019-06-191-1/+1
| * | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-143-5/+3
| * | | Use QSaveFile in MainWindow examplesFriedemann Kleint2019-06-124-35/+60
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-14159-180/+180
|\| | |
* | | | Fix compiling of examples on AndroidSimon Hausmann2019-06-12158-155/+313
* | | | Fix linking of examplesSimon Hausmann2019-06-12155-155/+155
* | | | Allow to build examples as standalone projectKevin Funk2019-06-05166-3003/+3868
* | | | Fix OpenGL vs. GLESv2 linkage, attempt number threeSimon Hausmann2019-06-051-2/+0
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-033-7/+21
|\| | |
| * | | Icons example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-2/+4
| * | | Composition example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-152-5/+17
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0328-88/+596
|\| | |
| * | | Fix memory leak with arthur styleSimon Hausmann2019-05-231-3/+3
| * | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-6/+1
| * | | examples: port away from Java-style iteratorsMarc Mutz2019-05-231-5/+2
| * | | QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+0
| * | | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-172-2/+2
| * | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-072-2/+4
| * | | Fix heading level in style combobox in TextEdit exampleShawn Rutledge2019-05-061-2/+2
| * | | TextEdit example: add indent/unindent featureShawn Rutledge2019-05-067-0/+55
| * | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-40/+0
| * | | Add task list checkbox manipulation features to the TextEdit exampleShawn Rutledge2019-05-027-9/+61
| * | | Render markdown task lists (checkboxes instead of bullets) in QTextEditShawn Rutledge2019-05-021-0/+6
| * | | TextEdit example: add Markdown as a supported formatShawn Rutledge2019-05-022-4/+125
| * | | Basic foreign window support for QNXJames McDonnell2019-05-014-0/+315
| * | | Plug and paint example: Fix -Wweak-tablesJesus Fernandez2019-04-291-3/+3
| * | | QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-251-7/+5