summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Revamp Wait Conditions Example: Revisit the documentationRym Bouabid2023-09-131-5/+4
* Revamp Shared Memory Example: Revisit the documentationRym Bouabid2023-09-131-3/+3
* Revamp Shared Memory Example: Change the used QSharedMemory constructorRym Bouabid2023-09-131-1/+5
* Revamp Shared Memory Example: Fix formatting of the dialog.h headerRym Bouabid2023-09-131-5/+5
* Revamp Semaphores example: Revisit the documentationRym Bouabid2023-09-131-5/+4
* Revamp Shared Memory Example: Fix include orderRym Bouabid2023-09-133-2/+5
* Revamp Semaphores example: Replace const by constexpr when applicableRym Bouabid2023-09-131-2/+2
* Revamp Mandelbrot example: Declare slots as methods insteadRym Bouabid2023-09-131-4/+3
* Revamp Mandelbrot example: Revisit the documentatonRym Bouabid2023-09-131-2/+2
* Revamp Mandelbrot example: Add const/constexpr when applicableRym Bouabid2023-09-132-25/+24
* Update mobile example categories for Qt 6.6Rami Potinkara2023-09-122-1/+1
* Make \brief of Saving a Game to File actually briefEdward Welbourne2023-09-111-2/+1
* Doc: Fix documentation issuesTopi Reinio2023-09-111-1/+1
* Revamp Mandelbrot example: Fix too long linesRym Bouabid2023-09-111-2/+4
* Revamp Mandelbrot example: Use a Literal operator to create QStringRym Bouabid2023-09-111-2/+4
* Revamp Mandelbrot example: Fix IncludesRym Bouabid2023-09-114-7/+7
* Turn Directions enum into an enum class in serialization converterEdward Welbourne2023-09-089-13/+15
* Turn Converter::Direction into a QFlags enumEdward Welbourne2023-09-0816-22/+24
* Serialization converter example: const-ify the Converter typeEdward Welbourne2023-09-0816-129/+143
* Separate streaming dumper and converter in the convert exampleEdward Welbourne2023-09-087-102/+124
* corelib/serialization examples: clang-tidy and coding style clean-upEdward Welbourne2023-09-0820-118/+75
* corelib/serialization examples: use string literals moreEdward Welbourne2023-09-089-107/+121
* examples/: compile with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-089-31/+24
* Doc: Add \examplecategory for qtconcurrentSafiyyah Moosa2023-09-073-0/+3
* Doc: Fix qdoc full stop warning in briefsAndreas Eliasson2023-09-052-2/+2
* Minor tidies in example's XML converterEdward Welbourne2023-09-051-2/+2
* Exploit C++17 init-statements in if to simplify a loopEdward Welbourne2023-09-051-12/+5
* Update datastream converter to use Qt_6_0 instead of Qt_5_0Edward Welbourne2023-09-051-2/+2
* Core serialization examples: spacing-only clang-format changesEdward Welbourne2023-09-057-25/+25
* Doc: Add example categories for qtopenglJaishree Vyas2023-09-056-1/+6
* Doc: Add example categories to Qt Widget examplesMats Honkamaa2023-09-0569-8/+77
* Image Gestures Example: use QFileInfo for images file namesAssam Boudjelthia2023-08-312-9/+18
* Enable QWidget::grab() with QRhiWidget in the widget treeLaszlo Agocs2023-08-281-1/+1
* Exclude some examples from Android buildElias Hautala2023-08-2812-9/+47
* Doc: Add \examplecategory to qtguiSafiyyah Moosa2023-08-285-0/+5
* examples/: fix compiler (GCC) warnings -Wsign-compareAhmad Samir2023-08-181-3/+3
* examples/: fix compiler warnings -Wdeprecated-enum-float-conversionAhmad Samir2023-08-183-3/+4
* examples/: implicit capture of `this` via [=] is deprecated in C++20Ahmad Samir2023-08-182-3/+3
* Multi-stream* example: add simple docsMårten Nordheim2023-08-174-0/+31
* Doc: Add example categories for Qt Network examplesMats Honkamaa2023-08-163-0/+3
* examples: Add new subdirectory to examples/widgets CMakeListsLaszlo Agocs2023-08-151-0/+1
* Add QRhiWidgetLaszlo Agocs2023-08-1426-0/+1275
* Doc: Add example categories for Qt D-bus examplesMats Honkamaa2023-08-144-0/+4
* XBEL stream reader: rework documentationEdward Welbourne2023-08-031-82/+128
* Update Android notifier example to match example guidelineJani Korteniemi2023-08-022-2/+3
* Fix the project nameAmir Masoud Abdol2023-07-311-1/+1
* Add missing \l to DOM bookmarks exampleEdward Welbourne2023-07-251-1/+1
* Network-chat example: update the screenshotMårten Nordheim2023-07-173-1/+1
* Network-chat example: Use QHash for peersMårten Nordheim2023-07-172-7/+7
* Network-chat: Fix remote peer making multiple connectionsMårten Nordheim2023-07-176-39/+77