summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Torrent example: Convert some timeouts from int to chronoMårten Nordheim2023-02-144-9/+11
* Torrent example: delete unimplemented functionsMårten Nordheim2023-02-141-3/+0
* Torrent example: Remove manual little-big endian conversionMårten Nordheim2023-02-141-43/+24
* Delete googlesuggestMårten Nordheim2023-02-1411-500/+0
* Move findfiles example into manual testsVolker Hilsheimer2023-02-098-646/+0
* Examples: move widgets/codeeditor into manual testsVolker Hilsheimer2023-02-099-446/+0
* Turn elidedlabel example into a code snippetVolker Hilsheimer2023-02-0910-474/+0
* savegame ex.: fix include order [2/2]: game.hMarc Mutz2023-02-081-3/+3
* savegame ex.: make Level ctor explicitMarc Mutz2023-02-081-1/+1
* savegame ex.: fix include orderMarc Mutz2023-02-082-3/+4
* savegame ex.: use NSDMI, =default the default ctorMarc Mutz2023-02-082-6/+4
* savegame ex.: use ranged instead of indexed loopsMarc Mutz2023-02-082-4/+4
* savegame ex.: fix extra ';' after Q_GADGETMarc Mutz2023-02-081-1/+1
* permissions: Replace deprecated location permission usage keyTor Arne Vestbø2023-02-081-5/+5
* Remove "Analog Clock Window Example"Jan Arve Sæther2023-02-079-292/+3
* permissions: Set explicit bundle identifier for permissions exampleTor Arne Vestbø2023-02-071-0/+1
* HTTP example: Reflow QMessageBox usage in if-statementMårten Nordheim2023-02-021-3/+4
* Fix analog clock example to adhere to guidelinesJan Arve Sæther2023-02-022-3/+6
* Remove wiggly exampleJan Arve Sæther2023-02-0210-357/+0
* Examples: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-026-14/+18
* Doc: Fix broken linkAndreas Eliasson2023-02-021-5/+5
* Examples: Add missing include guardsFriedemann Kleint2023-02-0112-0/+59
* permissions: Finalize permission example at end of CMakeLists.txtTor Arne Vestbø2023-02-011-2/+2
* Fix ContextInfo example crashing on AndroidJani Korteniemi2023-01-311-0/+2
* Merge "undo" and "undoframework" examplesVolker Hilsheimer2023-01-3137-1688/+82
* Adhere to https://wiki.qt.io/Qt6/Example-GuidelineJan Arve Sæther2023-01-311-2/+2
* Torrent example: Use QByteArray toPercentEncodingMårten Nordheim2023-01-301-6/+2
* Torrent example: don't try to announce to an empty URLMårten Nordheim2023-01-301-0/+2
* HTTP Example: Add proxy handlingMårten Nordheim2023-01-242-0/+32
* HTTP example: Fix missing translation and improve othersMårten Nordheim2023-01-241-13/+12
* HTTP example: remove needlessly unset-ing window flagMårten Nordheim2023-01-241-2/+0
* HTTP example: rename to HTTP ClientMårten Nordheim2023-01-242-2/+4
* Fortune* Example: Rename and add category/tagsMårten Nordheim2023-01-244-4/+12
* Fortune* Example: Bump QDataStream format versionMårten Nordheim2023-01-174-4/+4
* Fortune* Example: convert simple for-loop to ranged-forMårten Nordheim2023-01-174-22/+20
* Fortune* Example: remove needless unset-ing of window flagMårten Nordheim2023-01-172-2/+0
* Threaded Fortune Example: update example to use qintptr for descriptorsMårten Nordheim2023-01-172-3/+3
* Painting examples: Don't mix const_iterator and non-const iteratorsJan Arve Sæther2023-01-171-1/+1
* Compile easing curve example with -WeverythingJan Arve Sæther2023-01-171-8/+8
* Remove mousebuttons examplesVolker Hilsheimer2023-01-179-374/+0
* Don't use file dialog in the address book exampleJan Arve Sæther2023-01-164-19/+17
* permissions: Improve error when building example on non-supported platformTor Arne Vestbø2023-01-101-1/+4
* Link update for Data Input Output in the save game exampleJaishree Vyas2023-01-081-1/+1
* Fix unused variable compiler warning in slider exampleAxel Spoerl2023-01-061-0/+1
* Examples: Do not wrap custom types in Qt namespaceKai Köhne2023-01-0210-41/+1
* Wait conditions example: fix an incorrect condition variable usageGiuseppe D'Angelo2022-12-282-15/+16
* wiggly example: add support for emojis etc. (utf16 surrogate pairs)Eirik Aavitsland2022-12-123-11/+15
* Remove useless Q_OBJECT in Semaphores exampleAleksandr Reviakin2022-12-071-3/+0
* Wait conditions example: code tidiesGiuseppe D'Angelo2022-12-062-29/+38
* Use const reference in loop in JSON Save Game exampleAleksandr Reviakin2022-12-051-1/+1