summaryrefslogtreecommitdiffstats
path: root/tests/manual/rendercapture-cpp/orbittransformcontroller.h
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-221-50/+3
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I8105424281eed871037fa6c463871ca8829876b5 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Fix build for Qt6Mike Krus2020-05-061-4/+1
| | | | | | | | | | | | | - updated dependencies, excluding qtgamepad for now - fixed issues with Q_PROPERTY not supporting forward declarations - fixed for changes in QtQuick private API - fixed for changes in QtOpenGLVersionFunctions API - fixed for removal of QT_OPENGL_ES* macros - fixed for changes in QtConcurrent API - fixed RHI based build Change-Id: I42ccd2f101b7f0a78e2860c6d551722bf6710a11 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add render capture exampleAntti Määttä2016-10-201-0/+100
Add example for the render capture. The example is based on simple-cpp. The user can press the capture button and see the captured thumbnail on the side. Change-Id: I94b18722cb0b563469579b4fad87764f37ad075e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>