summaryrefslogtreecommitdiffstats
path: root/tests/manual/graphicsframecapture/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add configure feature for MetalTor Arne Vestbø2024-03-191-1/+1
| | | | | | | Simplifies maintenance of code paths that rely on Metal. Change-Id: I1d1f705fffc14dbafde346eeb555b43be6d5be54 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Change license for tests filesLucie Gérard2024-02-041-1/+1
| | | | | | | | | | | | According to QUIP-18 [1], all tests file should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I9657df5d660820e56c96d511ea49d321c54682e8 Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
* Add Manual test for Graphics Frame CaptureHatem ElKharashy2023-09-201-0/+128
Simple window with a rotating rectangle that can be captured using QGraphicsFrameCapture. Task-number: QTBUG-116146 Change-Id: Ia3b6928e469d926c53260ee40ed5af97dd280c08 Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io>