summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Clean up usage of the examples/widgets/painting/shared libJoerg Bornemann2022-12-055-95/+0
* CMake: Fix examples/widgets/painting/shared libraryJoerg Bornemann2022-12-051-3/+3
* Avoid continuous texture alloc in Composition Modes exampleLaszlo Agocs2022-12-024-8/+22
* Remove Android High-DPI workarounds in examplesTor Arne Vestbø2022-12-023-9/+1
* Remove showMaximized() workaround for Android in examplesTor Arne Vestbø2022-12-023-12/+0
* QErrorMessage: Improve standard dialogs exampleTor Arne Vestbø2022-11-302-9/+7
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-30238-273/+273
* Examples: Remove duplicated Qt6::PrintSupport link informationKai Köhne2022-11-3011-57/+11
* Doc: Fix typo and mismatch between code and descriptionAndreas Eliasson2022-11-302-2/+2
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-2812-1/+503
* Add missing qt_standard_project_setup to richtext/textedit exampleJoerg Bornemann2022-11-281-0/+2
* Modernize QMessageBox documentation and exampleTor Arne Vestbø2022-11-181-24/+18
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-17239-503/+476
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-17262-849/+849
* sharedmemory example: Handle QSharedMemory::AlreadyExists by attachingTor Arne Vestbø2022-11-152-3/+54
* sharedmemory example: Show error string when failing to create shared memoryTor Arne Vestbø2022-11-151-1/+2
* QMessageBox: Don't add details button to native dialog helperTor Arne Vestbø2022-11-111-2/+2
* Add permissions feature example and manual test to the buildAssam Boudjelthia2022-11-103-2/+9
* Plumb public permission APIs to Android backendTor Arne Vestbø2022-11-092-0/+57
* Exercise QMessageBox::setInformativeText() in standard dialogs exampleTor Arne Vestbø2022-11-031-13/+22
* Add permission API backend for macOS and iOSTimur Pocheptsov2022-11-032-0/+69
* Long live QPermissions!Tor Arne Vestbø2022-11-012-0/+111
* Move i18n example to qttoolsKai Köhne2022-11-0139-1240/+0
* examples: fix configuring with -no-feature-widgetsJohannes Kauffmann2022-10-291-1/+3
* Add a shortcut editor exampleLaszlo Papp2022-10-2516-0/+997
* Fix typo in examples/i18nYAMAMOTO Atsushi2022-10-251-7/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1131-67/+67
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-292-0/+6
* examples: port dbus examples to new connection styleSamuel Gaist2022-09-271-7/+12
* Brush up the drop site exampleFriedemann Kleint2022-09-214-24/+33
* Pass a parent pointer to the Animation instance to avoid memory leakJan Arve Sæther2022-09-152-3/+3
* Use popup() instead of exec() in examplesMikolaj Boc2022-09-072-2/+2
* Document shell-friendly data tags as best practiceEdward Welbourne2022-09-073-8/+7
* Add CBOR documentationØystein Heskestad2022-09-017-5/+145
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-23284-284/+284
* QDomDocument: deprecate old setContent() overloads in favor of new onesSona Kurazyan2022-08-171-9/+6
* Sliders: Add function that changes widgets position on layoutElias Hautala2022-08-152-5/+40
* Polish the model/view tutorial examplesFriedemann Kleint2022-08-0911-51/+55
* Basiclayouts: Add scrolling to exampleElias Hautala2022-08-081-2/+17
* Add license headers to cmake filesLucie Gérard2022-08-03284-0/+852
* CMake: Make sure qtbase examples are installed into the correct pathAlexandru Croitor2022-07-273-6/+6
* Examples: Use signals, slots instead of Q_SIGNALS, Q_SLOTSKai Köhne2022-07-212-3/+3
* Support pinch zoom gesture in the Mandelbrot exampleNicholas Bennett2022-07-214-15/+59
* Addressbook example: port to QLatin1StringViewIvan Solovev2022-07-151-3/+5
* GroupBox example: port away from using deprecated QAction::setMenu()Ivan Solovev2022-07-141-3/+1
* CMake: Let qt6_add_plugin accept sourcesJoerg Bornemann2022-06-294-12/+0