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