summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/quick/customdialogs
Commit message (Collapse)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard2024-04-091-1/+1
| | | | | | | | | | | | | Example takes precedence over build system file type. According to QUIP-18 [1], all examples file should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I558c6f409a480835d335101577ae633194b0559d Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Fix standalone build of manual examplesMartin Negyokru2023-06-071-1/+1
| | | | | | | | Use Qt6BuildInternals package for standalone build as it is done in other manual tests. Change-Id: I383e79ce9f214e11f62a76e585afc3cd750e7e38 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Move custom dialogs example to manual testsMichal Klocek2023-03-2229-0/+1556
This example shows how to use dialogs, however documentation already provides snippets for that added in 3cbe59e29a. The only missing one was tooltip, therefore add missing snippet and move example to manual tests. Task-number: QTBUG-108751 Change-Id: I84eda805455fb0276046ed1089389d605a8af672 Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit 6bf30525ee49d270dae6a6440bc607513f21237c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>