summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* CMake: Prefer unversioned commandsKai Köhne2021-12-1374-80/+80
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-10238-755/+268
* CMake: Simplify pingpong/complexpingpong examplesKai Köhne2021-12-092-81/+21
* Rasterwindow: Remove unneeded find_packageKai Köhne2021-12-061-2/+0
* Do not support Qt5 build in androidnotifier exampleKai Köhne2021-12-061-6/+3
* Remove .prev_CMakeLists.txtKai Köhne2021-12-0644-2270/+0
* QSystemTrayIcon example: ignore non-spontaneous QCloseEventShawn Rutledge2021-12-032-8/+5
* Repair parameter typeChunLin Wang2021-12-032-2/+2
* Document the example showing the benefits of using bindable propertiesSona Kurazyan2021-12-0212-0/+267
* Add example showing the benefits of using bindable propertiesSona Kurazyan2021-12-0224-0/+1492
* multistreamserver: fix compilationMarc Mutz2021-11-181-1/+1
* multistreamclient example: fix compilationMarc Mutz2021-11-161-1/+1
* Use QScopedPointer to manage memoryTang Haixiang2021-11-041-1/+2
* Modify the target Square in the puzzleTang Haixiang2021-11-032-4/+4
* Fix treemodelcompleter exampleJoerg Bornemann2021-10-271-3/+2
* Add missing LIBRARY DESTINATION for examplesAlexey Edelev2021-10-203-0/+3
* Polish the painting/affine exampleFriedemann Kleint2021-10-167-299/+256
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-141-2/+7
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-011-9/+0
* Remove .qmake.conf from this repositoryJoerg Bornemann2021-09-202-0/+4
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* SQL browser example: fix typoTalent Gc2021-09-021-1/+1
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* 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-17239-241/+241
* Improve translations loading code in standarddialogs exampleFriedemann Kleint2021-08-061-7/+8
* Remove mention of permission api in http exampleAssam Boudjelthia2021-07-301-8/+0
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-151-2/+3
* Port all in-tree addAction() users from postfix to infix QKeySequenceMarc Mutz2021-07-143-13/+13
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-1/+1
* Android: trim down the examples manifests from obsolete tagsAssam Boudjelthia2021-07-011-62/+39
* Remove ministro codeAssam Boudjelthia2021-07-011-2/+0
* Qt::PrintSupport is an optional component in the fontsampler exampleVolker Hilsheimer2021-06-151-0/+1
* Use new permission api for http exampleAssam Boudjelthia2021-06-073-33/+6
* Move notification example from androidextras to qtbaseAssam Boudjelthia2021-06-0422-1/+613
* Regular Expression example: Brush up and add a way to preview replacementsFriedemann Kleint2021-06-013-27/+99
* vulkan: Update legacy tests and examples to the modern validation layerLaszlo Agocs2021-05-315-66/+5
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-2647-267/+264
* Small fix to the notepad exampleFriedemann Kleint2021-05-184-68/+28
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-1810-1400/+350
* Brush up the text edit exampleFriedemann Kleint2021-05-182-82/+67
* Fix build of standalone painting examplesJoerg Bornemann2021-05-177-13/+18
* Add missing PNG file to CMakeLists.txt of richtext/textedit exampleJoerg Bornemann2021-05-142-0/+4
* Style sheet example: Fix doc url for Qt 6Friedemann Kleint2021-05-081-2/+4
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-075-0/+19
* 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
* Rewrite the fetchmore exampleFriedemann Kleint2021-04-235-55/+89
* Port example away from deprecated QTextCharFormat APIVolker Hilsheimer2021-04-231-1/+1
* Avoid divide-by-zero in the gradients exampleShawn Rutledge2021-04-191-0/+2