summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--src/datavisualization/doc/src/qtdatavisualization-index.qdoc2
-rw-r--r--src/datavisualization/theme/q3dtheme.cpp6
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)
{