From ea0442bc81ae034d22c5742b6075dee993fdd54d Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 18 Dec 2013 11:38:38 +0200 Subject: Talk about alpha, not technology preview Change-Id: I42d3dd9106d751ed07eeba5ea27b49969715dcac Reviewed-by: Miikka Heikkinen --- README | 6 +++--- src/datavisualization/doc/src/qtdatavisualization-index.qdoc | 2 +- src/datavisualization/theme/q3dtheme.cpp | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index f25e49fe..998c2f58 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ ---------------------------------------------------- -Qt Data Visualization 1.0.0 (Techonology preview 2) ---------------------------------------------------- +----------------------------------- +Qt Data Visualization 1.0.0 (alpha) +----------------------------------- Qt Data Visualization module provides multiple graph types to visualize data in 3D space both with C++ and Qt Quick 2. diff --git a/src/datavisualization/doc/src/qtdatavisualization-index.qdoc b/src/datavisualization/doc/src/qtdatavisualization-index.qdoc index af659148..c37d98a4 100644 --- a/src/datavisualization/doc/src/qtdatavisualization-index.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization-index.qdoc @@ -34,7 +34,7 @@ \li Customizable axes for data - control viewable data window with axis ranges \li Customizable input handling \li Customizable scene handling - full control of viewports - (upcoming feature - not supported in technology preview) + (upcoming feature - not fully supported in alpha) \li Customizable themes \endlist diff --git a/src/datavisualization/theme/q3dtheme.cpp b/src/datavisualization/theme/q3dtheme.cpp index 8db30ec6..3d85b9fa 100644 --- a/src/datavisualization/theme/q3dtheme.cpp +++ b/src/datavisualization/theme/q3dtheme.cpp @@ -111,7 +111,7 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE * \row * \li lightColor * \li The color of the specular light. Doesn't affect ambient light. \note Not yet supported - * in technology preview. + * in alpha release. * \li Qt::white * \row * \li lightStrength @@ -293,7 +293,7 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE * * Color for the specular light defined in Scene3D. * - * \warning Not supported in technology preview. + * \warning Not supported in alpha release. */ /*! @@ -590,7 +590,7 @@ QColor Q3DTheme::multiHighlightColor() const * * Color for the specular light defined in Q3DScene. * - * \warning Not supported in technology preview. + * \warning Not supported in alpha release. */ void Q3DTheme::setLightColor(const QColor &color) { -- cgit v1.2.3