summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos in docs and commentsKai Köhne2022-06-1522-29/+29
* Remove unnecessary dependency to OpenGLJoni Poikelin2022-05-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161195-54327/+2404
* examples: add WindowStaysOnBottomHint into preview textLiang Qi2022-05-011-0/+2
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+3
* Chip example: fix an accidental bool->int conversion when using PMF connectionsTang Haixiang2022-04-132-6/+18
* CMake: Don't build the movie example if the feature is disabledAlexandru Croitor2022-03-191-1/+3
* Examples: Do not depend on transitive includesFabian Kosmale2022-03-174-0/+11
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-1/+2
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-116-22/+101
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-111-2/+2
* secure UDP server: do not use deprecated protocol (DTLS 1.0)Timur Pocheptsov2022-03-101-6/+0
* Avoid using deprecated API in the icons exampleEirik Aavitsland2022-02-241-5/+3
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1