summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Revamp Subscription example: Cretae QString using a Literal operatorRym Bouabid36 hours1-8/+10
* Revamp Subscription example: Fix includesRym Bouabid36 hours1-1/+2
* Revamp Bindable Subscription ex: Cretae QString using a Literal operatorRym Bouabid36 hours1-8/+10
* Revamp Bindable Subscription ex: Fix includesRym Bouabid36 hours3-5/+4
* Revamp MIME Type Browser Ex: Revisit documentationRym Bouabid37 hours1-1/+2
* Revamp MIME Type Browser Ex: Replace QObject by Q_DECLARE_TR_FUNCTIONSRym Bouabid37 hours1-1/+2
* Revamp MIME Type Browser Ex: Fix includesRym Bouabid37 hours4-19/+10
* Revamp MIME Type Browser Ex: Fix too long linesRym Bouabid37 hours1-6/+8
* Make examples/bindableproperties a proper projectKai Köhne46 hours4-81/+54
* Move rsslisting documentation to common dirKai Köhne2 days2-0/+0
* Docs: Update Links to Android Notifier ExampleNicholas Bennett3 days1-0/+1
* Revamp Local Fortune Client Example: Create QString instead of char *Rym Bouabid4 days1-1/+3
* Revamp Local Fortune Client Example: Fix include orderRym Bouabid4 days3-12/+12
* hellogl2 example: Decouple mainwindow from windowFriedemann Kleint5 days3-9/+16
* hellogl2 example: Streamline codeFriedemann Kleint5 days3-36/+45
* Check input and output converters do support the relevant directionsEdward Welbourne8 days1-4/+7
* Replace the image to illustrate the Serialization ConverterEdward Welbourne8 days1-0/+0
* Revamp Wait Conditions Example: Revisit the documentationRym Bouabid11 days1-5/+4
* Revamp Shared Memory Example: Revisit the documentationRym Bouabid11 days1-3/+3
* Revamp Shared Memory Example: Change the used QSharedMemory constructorRym Bouabid11 days1-1/+5
* Revamp Shared Memory Example: Fix formatting of the dialog.h headerRym Bouabid11 days1-5/+5
* Revamp Semaphores example: Revisit the documentationRym Bouabid11 days1-5/+4
* Revamp Shared Memory Example: Fix include orderRym Bouabid11 days3-2/+5
* Revamp Semaphores example: Replace const by constexpr when applicableRym Bouabid11 days1-2/+2
* Revamp Mandelbrot example: Declare slots as methods insteadRym Bouabid11 days1-4/+3
* Revamp Mandelbrot example: Revisit the documentatonRym Bouabid11 days1-2/+2
* Revamp Mandelbrot example: Add const/constexpr when applicableRym Bouabid11 days2-25/+24
* Update mobile example categories for Qt 6.6Rami Potinkara12 days2-1/+1
* Make \brief of Saving a Game to File actually briefEdward Welbourne13 days1-2/+1
* Doc: Fix documentation issuesTopi Reinio13 days1-1/+1
* Revamp Mandelbrot example: Fix too long linesRym Bouabid13 days1-2/+4
* Revamp Mandelbrot example: Use a Literal operator to create QStringRym Bouabid13 days1-2/+4
* Revamp Mandelbrot example: Fix IncludesRym Bouabid13 days4-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