summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix qtbase build when all deprecated code are disabledYuhang Zhao2023-02-241-3/+3
* examples: Connect Quit action to QCoreApplication::quit, not QWidget::closeTor Arne Vestbø2023-02-201-1/+1
* Examples: move widgets/codeeditor into manual testsVolker Hilsheimer2023-02-097-267/+0
* Turn elidedlabel example into a code snippetVolker Hilsheimer2023-02-099-343/+0
* Remove "Analog Clock Window Example"Jan Arve Sæther2023-02-071-3/+3
* Remove wiggly exampleJan Arve Sæther2023-02-029-210/+0
* Examples: Add missing include guardsFriedemann Kleint2023-02-011-0/+5
* Remove mousebuttons examplesVolker Hilsheimer2023-01-177-304/+0
* Fix unused variable compiler warning in slider exampleAxel Spoerl2023-01-061-0/+1
* wiggly example: add support for emojis etc. (utf16 surrogate pairs)Eirik Aavitsland2022-12-122-6/+7
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-3026-29/+29
* Examples: Remove duplicated Qt6::PrintSupport link informationKai Köhne2022-11-302-12/+0
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-1726-54/+52
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-1726-86/+86
* Add a shortcut editor exampleLaszlo Papp2022-10-2515-0/+767
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-2/+2
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-292-0/+6
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2326-26/+26
* Sliders: Add function that changes widgets position on layoutElias Hautala2022-08-152-5/+40
* Add license headers to cmake filesLucie Gérard2022-08-0326-0/+78
* GroupBox example: port away from using deprecated QAction::setMenu()Ivan Solovev2022-07-141-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