summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Revamp Local Fortune Server Example: Revisit the documentationRym Bouabid2023-09-262-2/+3
* Revamp Local Fortune Server Example: Declare sendFortune() as a methodRym Bouabid2023-09-261-4/+3
* Revamp Local Fortune Server Example: Fix includesRym Bouabid2023-09-263-10/+10
* Revamp Local Fortune Client Example: Revisit the documentationRym Bouabid2023-09-262-3/+5
* Revamp Subscription example: Cretae QString using a Literal operatorRym Bouabid2023-09-221-8/+10
* Revamp Subscription example: Fix includesRym Bouabid2023-09-221-1/+2
* Revamp Bindable Subscription ex: Cretae QString using a Literal operatorRym Bouabid2023-09-221-8/+10
* Revamp Bindable Subscription ex: Fix includesRym Bouabid2023-09-223-5/+4
* Revamp MIME Type Browser Ex: Revisit documentationRym Bouabid2023-09-221-1/+2
* Revamp MIME Type Browser Ex: Replace QObject by Q_DECLARE_TR_FUNCTIONSRym Bouabid2023-09-221-1/+2
* Revamp MIME Type Browser Ex: Fix includesRym Bouabid2023-09-224-19/+10
* Revamp MIME Type Browser Ex: Fix too long linesRym Bouabid2023-09-221-6/+8
* Make examples/bindableproperties a proper projectKai Köhne2023-09-224-81/+54
* Move rsslisting documentation to common dirKai Köhne2023-09-212-0/+0
* Docs: Update Links to Android Notifier ExampleNicholas Bennett2023-09-211-0/+1
* Revamp Local Fortune Client Example: Create QString instead of char *Rym Bouabid2023-09-201-1/+3
* Revamp Local Fortune Client Example: Fix include orderRym Bouabid2023-09-203-12/+12
* hellogl2 example: Decouple mainwindow from windowFriedemann Kleint2023-09-183-9/+16
* hellogl2 example: Streamline codeFriedemann Kleint2023-09-183-36/+45
* Check input and output converters do support the relevant directionsEdward Welbourne2023-09-151-4/+7
* Replace the image to illustrate the Serialization ConverterEdward Welbourne2023-09-151-0/+0
* 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