summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Examples/sqlbrowser: improve coding styleChristian Ehrlicher2024-01-197-194/+248
* Update QRhiWidget API based on review commentsLaszlo Agocs2024-01-181-27/+27
* Doc: Create separate Graphics and Multimedia example categoriesJaishree Vyas2024-01-1629-29/+29
* SQL examples: code cleanupChristian Ehrlicher2024-01-1419-129/+172
* Fix warning on SQL Browser startupKai Köhne2024-01-121-1/+2
* wasm: fix drag examples for webassemblyLorn Potter2024-01-114-1/+15
* Android: remove redundant comments from notifier example manifestAssam Boudjelthia2023-12-221-5/+1
* Update visuals of remote controlled car exampleMatthias Rauter2023-12-2116-76/+114
* Remove the style plugin exampleVolker Hilsheimer2023-12-2118-423/+0
* Update ImageGestures exampleDoris Verria2023-12-215-5/+15
* Minor updates to the "Touch Knobs" exampleVolker Hilsheimer2023-12-202-0/+1
* Remove echo pluginAxel Spoerl2023-12-2019-529/+0
* Examples: Add Qt6::Gui editabletreemodel and simpletreemodel testsAssam Boudjelthia2023-12-202-0/+12
* Turn SpinBox Delegate example into snippetsVolker Hilsheimer2023-12-208-310/+0
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-192-15/+8
* Update Sliders exampleVolker Hilsheimer2023-12-195-136/+97
* Update icons in the torrent exampleMatthias Rauter2023-12-1826-36/+144
* Update the icons in the system tray exampleEd Cooke2023-12-155-0/+0
* Move the settingseditor example into tests/manualVolker Hilsheimer2023-12-1517-1346/+0
* Examples: fix touch handling in painting examplesVolker Hilsheimer2023-12-151-3/+6
* Update the books exampleEd Cooke2023-12-1412-241/+184
* Turn the "concentriccircles" example into snippets, update screenshotVolker Hilsheimer2023-12-1410-484/+0
* examples: Update content of "draggabletext"Audun Sutterud2023-12-131-35/+29
* SimpleTreeModel: Polish TreeModel::setupModelData()Friedemann Kleint2023-12-062-34/+26
* Polish the SimpleTreeModel exampleFriedemann Kleint2023-12-066-61/+52
* EditableTreeModel: Add a testFriedemann Kleint2023-12-063-1/+79
* Polish the EditableTreeModel exampleFriedemann Kleint2023-12-066-44/+41
* Docs: Add stereoscopic example to OpenGL examplesSafiyyah Moosa2023-12-051-5/+10
* examples: update local fortune example to use transactionSamuel Gaist2023-12-042-12/+5
* EditableTreeModel: Polish TreeModel::setupModelData()Friedemann Kleint2023-12-042-34/+25
* SimpleTreeModel: Add a testFriedemann Kleint2023-12-043-1/+78
* Doc: PainterPaths-Graphic&Multimedia-Example typo in the documentationJaishree Vyas2023-12-011-7/+4
* Doc: Match descriptive text with code snippetAndreas Eliasson2023-12-012-2/+2
* SQL/drilldown example: add new icons and misc cleanupChristian Ehrlicher2023-11-2312-21/+17
* Refurbish the shaped clock exampleMatthias Rauter2023-11-171-21/+34
* Make contextinfo example a manual testLaszlo Agocs2023-11-179-726/+1
* Remove undocumented embedded examplesLucie Gérard2023-11-1747-3671/+1
* Refurbish the clock exampleMatthias Rauter2023-11-133-63/+91
* Fix broken capture in hellovulkancubes exampleLaszlo Agocs2023-11-091-1/+1
* Doc: Add HTTP Client example also to Web Technologies categoryKai Köhne2023-11-061-0/+1
* Rework documentation of the serialization converter exampleEdward Welbourne2023-11-015-59/+140
* Eliminate duplicate overrides of Converter methods in exampleEdward Welbourne2023-11-0112-82/+21
* Move Converter class, in eponymous example, to a file of its ownEdward Welbourne2023-11-014-22/+27
* Break out the list of available converters to a static methodEdward Welbourne2023-11-012-10/+20
* Replace confusing member variable with a predicateEdward Welbourne2023-11-014-4/+7
* Rename Convert Example to Serialization ConverterEdward Welbourne2023-10-302-4/+4
* Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...)Edward Welbourne2023-10-307-91/+62
* Make Converter::saveFile() consistently error on unexpected optionsEdward Welbourne2023-10-301-1/+4
* Examples: remove OpenGL code paths from painting examplesVolker Hilsheimer2023-10-2715-489/+22
* QueuedCustomType example: use QThread::requestInterruptionVolker Hilsheimer2023-10-273-19/+2