##// END OF EJS Templates
Remove qmlcustommodel demo...
Titta Heikkala -
r2618:7768c3fc60b8
parent child
Show More
@@ -41,11 +41,11
41 41 </tr>
42 42 <tr>
43 43 <td><a href="demos-qmlcustomizations.html">Qml Customizations</a></td>
44 <td><a href="demos-qmlcustommodel.html">Qml Custom Model</a></td>
44 <td><a href="demos-qmlcustomlegend.html">Qml Custom Legend</a></td>
45 45 </tr>
46 46 <tr>
47 47 <td><a href="demos-qmlcustomizations.html"><img src="images/demos_qmlcustomizations.png" width="300" alt="Qml Customizations" /></a></td>
48 <td><a href="demos-qmlcustommodel.html"><img src="images/demos_qmlcustommodel.png" width="300" alt="Qml Custom Model" /></a></td>
48 <td><a href="demos-qmlcustomlegend.html"><img src="images/demos-qmlcustomlegend1.png" width="300" alt="Qml Custom Legend" /></a></td>
49 49 </tr>
50 50 <tr>
51 51 <td><a href="demos-qmlf1legends.html">Qml F1 Legends</a></td>
@@ -57,24 +57,18
57 57 </tr>
58 58 <tr>
59 59 <td><a href="demos-qmlweather.html">Qml Weather</a></td>
60 <td><a href="demos-qmlcustomlegend.html">Qml Custom Legend</a></td>
61 </tr>
62 <tr>
63 <td><a href="demos-qmlweather.html"><img src="images/demos_qmlweather.png" width="300" alt="Qml Weather" /></a></td>
64 <td><a href="demos-qmlcustomlegend.html"><img src="images/demos-qmlcustomlegend1.png" width="300" alt="Qml Custom Legend" /></a></td>
65 </tr>
66 <tr>
67 60 <td><a href="demos-qmlpolarchart.html">Qml Polar Chart</a></td>
68 <td><a href="demos-quick2chart.html">Qt Quick 2 Basic Charts</a></td>
69 61 </tr>
70 62 <tr>
63 <td><a href="demos-qmlweather.html"><img src="images/demos_qmlweather.png" width="300" alt="Qml Weather" /></a></td>
71 64 <td><a href="demos-qmlpolarchart.html"><img src="images/demos_qmlpolarchart1.png" width="300" alt="Qml Polar Chart" /></a></td>
72 <td><a href="demos-quick2chart.html"><img src="images/demos_qmlchart1.png" width="300" alt="Qt Quick 2 Basic Charts" /></a></td>
73 65 </tr>
74 66 <tr>
67 <td><a href="demos-quick2chart.html">Qt Quick 2 Basic Charts</a></td>
75 68 <td><a href="demos-quick2oscilloscope.html">Qt Quick 2 Oscilloscope</a></td>
76 69 </tr>
77 70 <tr>
71 <td><a href="demos-quick2chart.html"><img src="images/demos_qmlchart1.png" width="300" alt="Qt Quick 2 Basic Charts" /></a></td>
78 72 <td><a href="demos-quick2oscilloscope.html"><img src="images/demos_qmloscilloscope.png" width="300" alt="Qt Quick 2 Oscilloscope" /></a></td>
79 73 </tr>
80 74 </table>
@@ -74,9 +74,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE
74 74 */
75 75 /*!
76 76 \qmlproperty SomeModel HBarModelMapper::model
77 The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
78 QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
79 and modifying the data of the cells.
77 The QAbstractItemModel based model that is used by the mapper. You need to implement the model
78 and expose it to QML. Note: the model has to support adding/removing rows/columns and modifying
79 the data of the cells.
80 80 */
81 81
82 82 /*!
@@ -75,9 +75,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE
75 75 */
76 76 /*!
77 77 \qmlproperty SomeModel VBarModelMapper::model
78 The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
79 QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
80 and modifying the data of the cells.
78 The QAbstractItemModel based model that is used by the mapper. You need to implement the model
79 and expose it to QML. Note: the model has to support adding/removing rows/columns and modifying
80 the data of the cells.
81 81 */
82 82
83 83 /*!
@@ -72,9 +72,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE
72 72 */
73 73 /*!
74 74 \qmlproperty SomeModel HPieModelMapper::model
75 The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
76 QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
77 and modifying the data of the cells.
75 The QAbstractItemModel based model that is used by the mapper. You need to implement the model
76 and expose it to QML. Note: the model has to support adding/removing rows/columns and modifying
77 the data of the cells.
78 78 */
79 79
80 80 /*!
@@ -71,9 +71,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE
71 71 */
72 72 /*!
73 73 \qmlproperty SomeModel VPieModelMapper::model
74 The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
75 QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
76 and modifying the data of the cells.
74 The QAbstractItemModel based model that is used by the mapper. You need to implement the model
75 and expose it to QML. Note: the model has to support adding/removing rows/columns and modifying
76 the data of the cells.
77 77 */
78 78
79 79 /*!
@@ -58,9 +58,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE
58 58 */
59 59 /*!
60 60 \qmlproperty SomeModel HXYModelMapper::model
61 The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
62 QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
63 and modifying the data of the cells.
61 The QAbstractItemModel based model that is used by the mapper. You need to implement the model
62 and expose it to QML. Note: the model has to support adding/removing rows/columns and modifying
63 the data of the cells.
64 64 */
65 65
66 66 /*!
@@ -58,9 +58,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE
58 58 */
59 59 /*!
60 60 \qmlproperty SomeModel VXYModelMapper::model
61 The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
62 QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
63 and modifying the data of the cells.
61 The QAbstractItemModel based model that is used by the mapper. You need to implement the model
62 and expose it to QML. Note: the model has to support adding/removing rows/columns and modifying
63 the data of the cells.
64 64 */
65 65
66 66 /*!
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now