summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161195-54327/+2404
* examples: add WindowStaysOnBottomHint into preview textLiang Qi2022-05-011-0/+2
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+3
* Chip example: fix an accidental bool->int conversion when using PMF connectionsTang Haixiang2022-04-132-6/+18
* CMake: Don't build the movie example if the feature is disabledAlexandru Croitor2022-03-191-1/+3
* Examples: Do not depend on transitive includesFabian Kosmale2022-03-174-0/+11
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-1/+2
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-116-22/+101
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-111-2/+2
* secure UDP server: do not use deprecated protocol (DTLS 1.0)Timur Pocheptsov2022-03-101-6/+0
* Avoid using deprecated API in the icons exampleEirik Aavitsland2022-02-241-5/+3
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1
* Doc: Update Notepad tutorialLeena Miettinen2022-01-316-139/+92
* threadedqopenglwidget example: Split out class RendererFriedemann Kleint2022-01-259-310/+441
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-24236-905/+0
* 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