summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Polish the model/view tutorial examplesFriedemann Kleint2022-08-0911-51/+55
* Basiclayouts: Add scrolling to exampleElias Hautala2022-08-081-2/+17
* Add license headers to cmake filesLucie Gérard2022-08-03284-0/+852
* CMake: Make sure qtbase examples are installed into the correct pathAlexandru Croitor2022-07-273-6/+6
* Examples: Use signals, slots instead of Q_SIGNALS, Q_SLOTSKai Köhne2022-07-212-3/+3
* Support pinch zoom gesture in the Mandelbrot exampleNicholas Bennett2022-07-214-15/+59
* Addressbook example: port to QLatin1StringViewIvan Solovev2022-07-151-3/+5
* GroupBox example: port away from using deprecated QAction::setMenu()Ivan Solovev2022-07-141-3/+1
* CMake: Let qt6_add_plugin accept sourcesJoerg Bornemann2022-06-294-12/+0
* Fix typos in docs and commentsKai Köhne2022-06-1522-29/+29
* Remove unnecessary dependency to OpenGLJoni Poikelin2022-05-301-1/+1
* 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