summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Enable QStyle::State_Horizontal when initializing QStyleOptionProgressBarZhang Hao2022-01-211-1/+1
* bindablesubscription: Remove duplicated file entryKai Köhne2021-12-191-1/+0
* Examples: Remove unneeded target_include_directoriesKai Köhne2021-12-174-16/+0
* mandelbrot example: Remove explicit linking against libmKai Köhne2021-12-172-8/+0
* analogclock example: Clean up link_librariesKai Köhne2021-12-171-5/+1
* Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE propertiesKai Köhne2021-12-1712-66/+0
* androidnotifier: Simplify example CMakeLists.txtKai Köhne2021-12-171-33/+35
* 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-13241-307/+730
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-13271-633/+47
* 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