summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-221-9/+10
* Correct license for examples filesLucie Gérard2024-03-072-2/+2
* Menu example: Use theme iconsFriedemann Kleint2024-02-011-17/+34
* Move main window example to manual testTor Arne Vestbø2023-06-2916-1893/+1
* Move MDI example to manual testTor Arne Vestbø2023-06-2916-845/+0
* Move dock widgets example to manual testTor Arne Vestbø2023-06-2612-440/+1
* Doc: Fix documentation issuesTopi Reinio2023-06-091-0/+2
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-082-3/+0
* Move widgets Application example to manual testsAxel Spoerl2023-06-0415-537/+3
* mainwindow example: Fix implicit conversion from qsizetype warningsTor Arne Vestbø2023-03-232-3/+3
* Remove the 'sdi' exampleVolker Hilsheimer2023-03-0214-628/+1
* Doc: move snippet for implicit translation contextVolker Hilsheimer2023-03-011-2/+0
* examples: Connect Quit action to QCoreApplication::quit, not QWidget::closeTor Arne Vestbø2023-02-202-2/+2
* mainwindow example: Don't assume toolbar parent is main windowTor Arne Vestbø2023-02-202-12/+6
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-306-7/+7
* Examples: Remove duplicated Qt6::PrintSupport link informationKai Köhne2022-11-301-6/+0
* 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