summaryrefslogtreecommitdiffstats
path: root/examples/widgets
Commit message (Expand)AuthorAgeFilesLines
* Examples: Add missing include guardsFriedemann Kleint2023-02-014-0/+20
* Avoid continuous texture alloc in Composition Modes exampleLaszlo Agocs2022-12-024-8/+22
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-1817-29/+29
* Brush up the drop site exampleFriedemann Kleint2022-09-224-24/+33
* Pass a parent pointer to the Animation instance to avoid memory leakJan Arve Sæther2022-09-152-3/+3
* 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
* 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-151-3/+1
* 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
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-24140-545/+0
* CMake: Fix echoplugin example to be built as an external projectAlexandru Croitor2021-12-151-1/+1
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-13147-192/+441
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-13162-395/+32
* CMake: Prefer unversioned commandsKai Köhne2021-12-1353-58/+58
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-10142-434/+172
* Remove .prev_CMakeLists.txtKai Köhne2021-12-0630-1721/+0
* QSystemTrayIcon example: ignore non-spontaneous QCloseEventShawn Rutledge2021-12-032-8/+5
* Repair parameter typeChunLin Wang2021-12-032-2/+2
* Modify the target Square in the puzzleTang Haixiang2021-11-032-4/+4
* Fix treemodelcompleter exampleJoerg Bornemann2021-10-271-3/+2
* Add missing LIBRARY DESTINATION for examplesAlexey Edelev2021-10-203-0/+3
* Polish the painting/affine exampleFriedemann Kleint2021-10-167-299/+256
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-141-2/+7
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-011-9/+0
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-2411-136/+60
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-17145-145/+145
* Improve translations loading code in standarddialogs exampleFriedemann Kleint2021-08-061-7/+8
* Port all in-tree addAction() users from postfix to infix QKeySequenceMarc Mutz2021-07-143-13/+13
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-1/+1
* Qt::PrintSupport is an optional component in the fontsampler exampleVolker Hilsheimer2021-06-151-0/+1
* Regular Expression example: Brush up and add a way to preview replacementsFriedemann Kleint2021-06-013-27/+99
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-2629-171/+170
* Small fix to the notepad exampleFriedemann Kleint2021-05-184-68/+28
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-1810-1400/+350
* Brush up the text edit exampleFriedemann Kleint2021-05-182-82/+67
* Fix build of standalone painting examplesJoerg Bornemann2021-05-177-13/+18