summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index d17987d0..0f9f25b2 100644
--- a/README
+++ b/README
@@ -10,6 +10,8 @@ System Requirements
- Qt 5.2 or newer
- OpenGL 2.1 or newer (recommended) or OpenGL ES2 (reduced feature set)
+- Manipulating Qt Data Visualization graphs with QML Designer requires
+ Qt Creator 3.1 or newer
Building
========
@@ -76,8 +78,8 @@ Known Issues
- Anti-aliasing doesn't work with OpenGL ES2 (including Angle builds in Windows).
- Surfaces with non-straight rows and columns do not always render properly.
- Q3DLight class (and Light3D QML item) are currently not usable for anything.
-- Q3DScene::secondarySubviewOnTop property has currently no effect.
+- Changing any of Q3DScene properties affecting subviewports currently has no effect.
- The color style Q3DTheme::ColorStyleObjectGradient doesn't work for surface graphs.
- Scatter "point" meshes do not support gradients, they always use the base color.
- Widget based examples layout incorrectly in iOS.
-- QML implementation doesn't use a shared context on OSX.
+- Reparenting a graph to an item in another QQuickWindow is not supported.