summaryrefslogtreecommitdiffstats
path: root/src/runtime/api/q3dsviewersettings.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-10-11 14:36:07 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-10-12 12:15:57 +0000
commit91dba60d9f7d6291ff51a8f716f7cb5a0a6b61ac (patch)
tree46bbcff0059273f7390e5932e7e3b6bb228f7e38 /src/runtime/api/q3dsviewersettings.cpp
parent96f21667252ff3afffb78ff7e7556c5be10dd0b1 (diff)
Bring View3D and Studio3DProfiler back as public
This reverts commit 0752ab7e7b7c3d2e5daa6023c4ea93c84b8e45ec. Change-Id: Ie2f71e19a8a05fd1d2554934a9dba235dca9933c Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'src/runtime/api/q3dsviewersettings.cpp')
-rw-r--r--src/runtime/api/q3dsviewersettings.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/runtime/api/q3dsviewersettings.cpp b/src/runtime/api/q3dsviewersettings.cpp
index 3d4f3fe..d2d488c 100644
--- a/src/runtime/api/q3dsviewersettings.cpp
+++ b/src/runtime/api/q3dsviewersettings.cpp
@@ -125,6 +125,10 @@ QColor Q3DSViewerSettings::matteColor() const
property has no effect.
Default value is \c{false}.
+
+ \note This property has no effect when using \l View3D items in the Qt
+ Quick scene, because the profile views are managed by Qt Quick, not the 3D
+ engine then. Use \l Studio3DProfiler in that case.
*/
bool Q3DSViewerSettings::isShowingRenderStats() const
{
@@ -272,6 +276,11 @@ Q3DSViewportSettings *Q3DSViewerSettingsPrivate::createViewportSettingsProxy()
This type provides properties to define presentation independent viewer settings.
+ \note ViewerSettings are only applicable when \l Studio3D is used in the
+ default mode, showing the final, composed image from the Qt 3D Studio
+ renderer. ViewerSettings has no effect when using \l View3D items to
+ render layers individually.
+
\sa Studio3D
*/