summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Examples: Add missing include guardsFriedemann Kleint2023-02-011-0/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-182-2/+2
* Sliders: Add function that changes widgets position on layoutElias Hautala2022-08-152-5/+40
* GroupBox example: port away from using deprecated QAction::setMenu()Ivan Solovev2022-07-151-3/+1
* Use SPDX license identifiersLucie Gérard2022-05-16113-5540/+229
* examples: add WindowStaysOnBottomHint into preview textLiang Qi2022-05-011-0/+2
* CMake: Don't build the movie example if the feature is disabledAlexandru Croitor2022-03-191-1/+3
* Avoid using deprecated API in the icons exampleEirik Aavitsland2022-02-241-5/+3
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-2425-96/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-1325-30/+75
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-1326-57/+3
* CMake: Prefer unversioned commandsKai Köhne2021-12-135-5/+5
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-1025-77/+31
* Remove .prev_CMakeLists.txtKai Köhne2021-12-063-140/+0
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-011-9/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-1725-25/+25
* Port all in-tree addAction() users from postfix to infix QKeySequenceMarc Mutz2021-07-141-5/+5
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-25/+25
* Style sheet example: Fix doc url for Qt 6Friedemann Kleint2021-05-081-2/+4
* Fix call to QMessageBox::informationVolker Hilsheimer2021-04-161-1/+1
* Revise deprecation of countriesForLanguage()Edward Welbourne2021-04-161-5/+9
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-152-11/+10
* imageviewer example: Show the color space description when loadingFriedemann Kleint2021-03-051-2/+5
* Brush up the imageviewer exampleFriedemann Kleint2021-03-012-4/+5
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-032-7/+4
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2728-0/+112
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-1928-28/+28
* Stylesheet example: Get rid of auto-connection slotsAlexander Volkov2020-09-252-8/+13
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-104-7/+7
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-284-12/+0
* CMake: Regenerate examplesAlexandru Croitor2020-07-0928-28/+140
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in examplesJarek Kobus2020-06-233-8/+9
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-53/+53
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-085-20/+20
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-2/+2
* High-DPI: Remove usages of Qt::AA_UseHighDpiPixmapsMorten Johan Sørvig2020-03-303-17/+0
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-292-0/+2
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-162-7/+12
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-112-7/+12
| |\
| | * examples: Fix build for configurations that do not have printsupportOliver Wolff2020-03-052-7/+12
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\| |
| * | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-044-0/+12
|\| |
| * | Examples: enable HighDPI scaling for examples on AndroidAssam Boudjelthia2020-03-034-0/+12
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-4/+4
|\| |
| * | Deprecate QTabletEvent::device() in favor of deviceType()Shawn Rutledge2020-02-171-4/+4
* | | QComboBox: remove currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-192-11/+11
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-134-14/+15
|\| |