summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Replace QDialog::exec() with open() in text edit exampleMikolaj Boc2023-06-202-91/+149
* Add missing QApplication include in streambookmarks exampleTor Arne Vestbø2023-06-171-1/+1
* Examples: "About &Qt" should show info about Qt, not quitEdward Welbourne2023-06-163-3/+3
* Core examples: consistent #include orderEdward Welbourne2023-06-163-6/+6
* QMessageBox: Remove include of qdebug.hFriedemann Kleint2023-06-161-0/+1
* Doc: RSS listing example: Fix file quotingTopi Reinio2023-06-151-7/+7
* Move RSS listing example to networkingEdward Welbourne2023-06-1411-15/+9
* Do XBEL example's last !QT_NO_... -> QT_CONFIG()Edward Welbourne2023-06-141-1/+1
* Brush up the DOM bookmarks exampleFriedemann Kleint2023-06-134-54/+71
* XBEL stream reader: Brush upFriedemann Kleint2023-06-134-23/+37
* Move scroller/graphicsview example into tests/manualVolker Hilsheimer2023-06-127-304/+0
* Move storageview example into tests/manualVolker Hilsheimer2023-06-127-294/+1
* Remove flattreeview exampleVolker Hilsheimer2023-06-125-82/+0
* XBEL examples: construct the text of the separators cleanlyEdward Welbourne2023-06-122-2/+6
* XBEL stream reader: shuffle order of functionsEdward Welbourne2023-06-121-18/+18
* Dialogs example: add checkbox for ColorDialogOption::NoEyeDropperButtonOliver Eftevaag2023-06-121-0/+1
* Doc: Fix documentation issuesTopi Reinio2023-06-093-1/+5
* There is no frank.xbel so don't tell qmake to find itEdward Welbourne2023-06-092-2/+2
* XBEL example - modernize strings: use "..."_L1 for literalsEdward Welbourne2023-06-093-35/+30
* XBEL example: minor simplificationsEdward Welbourne2023-06-092-13/+3
* XBEL example: Fix null dereference bugEdward Welbourne2023-06-091-1/+1
* XBEL example: use nullptr rather than 0 for null pointersEdward Welbourne2023-06-091-3/+3
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-0843-85/+0
* Fix deprecation warnings agains u"..."_qs in dnslookup.cppEdward Welbourne2023-06-071-5/+5
* Move widgets blurpicker example to manual testTor Arne Vestbø2023-06-0521-346/+0
* Move widgets Application example to manual testsAxel Spoerl2023-06-0416-907/+3
* Polish forward decl in vulkan and opengl examplesLaszlo Agocs2023-06-015-29/+17
* Network chat: Update example meta infoMårten Nordheim2023-05-311-1/+3
* Network chat: style fixesMårten Nordheim2023-05-312-4/+2
* Network chat: simplify lookup functionMårten Nordheim2023-05-311-5/+1
* Network chat: when removing an entry in multihash, specify which oneMårten Nordheim2023-05-311-1/+1
* Network chat: avoid double lookups into hashMårten Nordheim2023-05-311-8/+11
* Network chat: Use QStringBuilderMårten Nordheim2023-05-312-0/+5
* Network chat: make ctors explicitMårten Nordheim2023-05-314-5/+5
* Network chat: default-initialize or direct-initialize membersMårten Nordheim2023-05-315-19/+10
* Network chat: update includesMårten Nordheim2023-05-317-14/+14
* Doc: Fix documentation warnings for Qt GuiTopi Reinio2023-05-301-2/+2
* Diagram Scene: Fix documentation word repetitonAndre Hartmann2023-05-291-1/+1
* Examples: Do not add the same category twiceEike Ziller2023-05-261-1/+0
* Document the RSS Listing exampleEdward Welbourne2023-05-255-98/+170
* rsslisting example: use initializer list to construct string listEdward Welbourne2023-05-251-3/+1
* rsslisting example: rename a slot to reflect what it doesEdward Welbourne2023-05-252-3/+3
* RSSListing: remove metaDataChanged slot to handle redirectsEdward Welbourne2023-05-252-10/+0
* Turn itemActivated() slot of RSS listing example into a lambdaEdward Welbourne2023-05-252-10/+2
* Update Cached Table example meta-dataVolker Hilsheimer2023-05-241-1/+2
* Move qopenglwidget example to manual testsLaszlo Agocs2023-05-2413-1108/+0
* Doc: fix links to examplesVolker Hilsheimer2023-05-241-2/+2
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-2119-1/+1188
* shortcuteditor example: Don't reference null-actionTor Arne Vestbø2023-05-171-5/+5
* RSS listing example: prefer setDevice() over addData(readAll())Edward Welbourne2023-05-161-13/+9