summaryrefslogtreecommitdiffstats
path: root/examples/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix pointer mismatch after QList::move() in tooltip exampleAxel Spoerl2023-03-283-24/+36
* CMake: build the shared plugin when building the plugandpaint targetJoerg Bornemann2023-03-281-1/+5
* mainwindow example: Fix implicit conversion from qsizetype warningsTor Arne Vestbø2023-03-232-3/+3
* Doc: Fix wording in the Simple Style Plugin documentationJoerg Bornemann2023-03-211-5/+5
* Doc: Remove broken link to Anchor Layout ExampleAndreas Eliasson2023-03-131-2/+0
* Move anchor layout example to manual testsJan Arve Sæther2023-03-027-193/+0
* Remove the 'sdi' exampleVolker Hilsheimer2023-03-0216-644/+3
* Move Weather Anchor Layout example to manual testsJan Arve Sæther2023-03-0214-327/+1
* Doc: move snippet for implicit translation contextVolker Hilsheimer2023-03-012-2/+2
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-283-3/+3
* examples: port widget examples to new connection styleSamuel Gaist2023-02-257-34/+41
* Fix qtbase build when all deprecated code are disabledYuhang Zhao2023-02-225-8/+8
* examples: Connect Quit action to QCoreApplication::quit, not QWidget::closeTor Arne Vestbø2023-02-204-4/+4
* mainwindow example: Don't assume toolbar parent is main windowTor Arne Vestbø2023-02-202-12/+6
* Examples: move widgets/codeeditor into manual testsVolker Hilsheimer2023-02-099-446/+0
* Move findfiles example into manual testsVolker Hilsheimer2023-02-098-646/+0
* Turn elidedlabel example into a code snippetVolker Hilsheimer2023-02-0910-474/+0
* Remove "Analog Clock Window Example"Jan Arve Sæther2023-02-071-3/+3
* Fix analog clock example to adhere to guidelinesJan Arve Sæther2023-02-022-3/+6
* Examples: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-0/+2
* Examples: Add missing include guardsFriedemann Kleint2023-02-014-0/+20
* Remove wiggly exampleJan Arve Sæther2023-01-3110-357/+0
* Merge "undo" and "undoframework" examplesVolker Hilsheimer2023-01-3137-1688/+82
* Adhere to https://wiki.qt.io/Qt6/Example-GuidelineJan Arve Sæther2023-01-261-2/+2
* Fix CMakeLists.txt of Style Plugin Example (broken on macOS)Axel Spoerl2023-01-191-1/+1
* Fix Style Plugin Example, and add some CMake DocsAmir Masoud Abdol2023-01-187-19/+77
* 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-134-19/+17
* Fix unused variable compiler warning in slider exampleAxel Spoerl2023-01-051-0/+1
* wiggly example: add support for emojis etc. (utf16 surrogate pairs)Eirik Aavitsland2022-12-123-11/+15
* 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-022-8/+0
* QErrorMessage: Improve standard dialogs exampleTor Arne Vestbø2022-11-302-9/+7
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-30143-176/+176
* Examples: Remove duplicated Qt6::PrintSupport link informationKai Köhne2022-11-3011-57/+11
* 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-17142-293/+282
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-17152-487/+487
* sharedmemory example: Handle QSharedMemory::AlreadyExists by attachingTor Arne Vestbø2022-11-151-0/+47
* QMessageBox: Don't add details button to native dialog helperTor Arne Vestbø2022-11-111-2/+2
* Exercise QMessageBox::setInformativeText() in standard dialogs exampleTor Arne Vestbø2022-11-031-13/+22
* Move i18n example to qttoolsKai Köhne2022-11-0139-1240/+0
* Add a shortcut editor exampleLaszlo Papp2022-10-2516-0/+997
* Fix typo in examples/i18nYAMAMOTO Atsushi2022-10-251-7/+7