From 68cb5bf802c3e4b08a7482932be005a44d9f0a13 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 20 Dec 2013 11:50:52 +0200 Subject: Add mention about opaque qml elements hiding graphs to readme Change-Id: I2bf7567166b990ab1dd6acd726e53b5480015c17 Reviewed-by: Mika Salmela --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 998c2f58..acd34527 100644 --- a/README +++ b/README @@ -73,6 +73,12 @@ Please refer to the generated documentation for more information: Known Issues ============ +- All other QML elements are drawn on top of the Qt DataVisualization graphs, + including the parent elements of the graphs. To ensure the graphs are not + hidden, make sure you don't draw anything opaque on top of the graphs. + For example, Qt Creator application wizard for Qt Quick 2 applications + creates by default an opaque white Rectangle element as the main element, + which covers any graph added to it. - Using multiple graphs in one application crashes on application shutdown unless the last graph to have active context is deleted last. - Android doesn't support both widgets and OpenGL simultaneously, so only -- cgit v1.2.3