summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows
Commit message (Expand)AuthorAgeFilesLines
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-176-12/+12
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-176-22/+22
* Use popup() instead of exec() in examplesMikolaj Boc2022-09-071-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-237-7/+7
* Add license headers to cmake filesLucie Gérard2022-08-037-0/+21
* Use SPDX license identifiersLucie Gérard2022-05-1624-1176/+48
* Examples: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+3
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-246-24/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-136-11/+18
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-137-16/+1
* CMake: Prefer unversioned commandsKai Köhne2021-12-135-5/+5
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-106-19/+9
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-62/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-176-6/+6
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-6/+6
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-03-171-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-277-0/+28
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-197-7/+7
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-171-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-072-2/+2
* Remove "fallback session management"Andreas Hartmetz2020-09-011-1/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-283-7/+0
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-3/+3
* CMake: Regenerate examplesAlexandru Croitor2020-07-097-7/+35
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Example: Connect to correct slotPaul Wicking2020-06-231-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+2
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
* | High-DPI: Remove usages of Qt::AA_UseHighDpiPixmapsMorten Johan Sørvig2020-03-301-1/+0
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-293-2/+3
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-042-0/+6
|\|
| * Examples: enable HighDPI scaling for examples on AndroidAssam Boudjelthia2020-03-032-0/+6
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
| |\
| | * Examples: fix compile without printsupportChristian Ehrlicher2020-01-311-1/+1
* | | Regenerate examplesAlexandru Croitor2020-02-047-11/+177
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-2/+2
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-2/+2
| |/
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-173-4/+4
|\|
| * Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-153-4/+4
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-113-32/+54
|\|
| * Use QSaveFile in MainWindow examplesFriedemann Kleint2019-06-123-32/+54
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-146-7/+7
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-126-6/+12
* | Fix linking of examplesSimon Hausmann2019-06-126-6/+6
* | Allow to build examples as standalone projectKevin Funk2019-06-056-127/+140
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1613-35/+41
|\|
| * QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-1/+1