mirror of https://github.com/qt/qtgraphs.git
Fix cmake and qmake instructions for widget items
Pick-to: 6.8 6.8.1 Fixes: QTBUG-131366 Change-Id: I694cfe262e31593010bc03ac56748680e7996359 Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io> Reviewed-by: Sami Varanka <sami.varanka@qt.io>
This commit is contained in:
parent
8d0877730f
commit
0a2ff2356f
|
|
@ -7,6 +7,12 @@
|
|||
\qtvariable graphs
|
||||
*/
|
||||
|
||||
/*!
|
||||
\module QtGraphsWidgets
|
||||
\qtcmakepackage GraphsWidgets
|
||||
\qtvariable graphswidgets
|
||||
*/
|
||||
|
||||
/*!
|
||||
\title Qt Graphs C++ Classes
|
||||
\group graphs
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
/*!
|
||||
* \class Q3DBarsWidgetItem
|
||||
* \inmodule QtGraphs
|
||||
* \inmodule QtGraphsWidgets
|
||||
* \ingroup graphs_3D_widgets
|
||||
* \brief The Q3DBarsWidgetItem class provides methods for rendering 3D bar graphs.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
/*!
|
||||
* \class Q3DGraphsWidgetItem
|
||||
* \inmodule QtGraphs
|
||||
* \inmodule QtGraphsWidgets
|
||||
* \ingroup graphs_3D_widgets
|
||||
* \brief The Q3DGraphsWidgetItem class provides a window and render loop for
|
||||
* graphs.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
/*!
|
||||
* \class Q3DScatterWidgetItem
|
||||
* \inmodule QtGraphs
|
||||
* \inmodule QtGraphsWidgets
|
||||
* \ingroup graphs_3D_widgets
|
||||
* \brief The Q3DScatterWidgetItem class provides methods for rendering 3D scatter graphs.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
/*!
|
||||
* \class Q3DSurfaceWidgetItem
|
||||
* \inmodule QtGraphs
|
||||
* \inmodule QtGraphsWidgets
|
||||
* \ingroup graphs_3D_widgets
|
||||
* \brief The Q3DSurfaceWidgetItem class provides methods for rendering 3D surface plots.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue