summaryrefslogtreecommitdiffstats
path: root/examples/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1117-29/+29
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-292-0/+6
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-23169-169/+169
* 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-03169-0/+507
* 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-211-1/+1
* 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-1514-20/+20
* Remove unnecessary dependency to OpenGLJoni Poikelin2022-05-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-16713-32224/+1437
* 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-172-0/+8
* Avoid using deprecated API in the icons exampleEirik Aavitsland2022-02-241-5/+3
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1
* Doc: Update Notepad tutorialLeena Miettinen2022-01-316-139/+92