Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Michal Klocek
- Wed, 07 Mar 2012 09:22:47
Show More
0
doc/src/examples.qdoc
doc/src/examples.qdoc
0
-1
@@
-21,7
+21,6
21
21
<li><a href="example-stackedbarchartdrilldown.html">Stacked Bar Chart Drilldown example</a></li>
22
22
<li><a href="example-linechart.html">Line Chart example</a></li>
23
23
<li><a href="example-piechart.html">Pie Chart example</a></li>
24
<li><a href="example-gdpbarchart.html">GDP Chart example</a></li>
25
24
<li><a href="example-splinechart.html">Spline Chart example</a></li>
26
25
</ul>
27
26
</td>
0
src/qchartview.cpp
src/qchartview.cpp
+1
-1
@@
-142,7
+142,7
void QChartView::setChartTitle(const QString& title)
142
142
}
143
143
144
144
/*!
145
Gets the chart \a title. A description text that is rendered above the chart.
145
Return s the chart's title. A description text that is rendered above the chart.
146
146
*/
147
147
QString QChartView :: chartTitle () const
148
148
{
0
src/xychart/qxyseries.cpp
src/xychart/qxyseries.cpp
+9
-3
@@
-15,11
+15,17
QTCOMMERCIALCHART_BEGIN_NAMESPACE
15
15
16
16
/*!
17
17
\fn QPen QXYSeries::pen() const
18
\brief Returns the pen used to draw points for this series.
18
\brief Returns pen used to draw points for series.
19
19
\sa setPen()
20
20
*/
21
21
22
22
/*!
23
\fn QBrush QXYSeries::brush() const
24
\brief Returns brush used to draw points for series.
25
\sa setBrush()
26
*/
27
28
/*!
23
29
\fn void QXYSeries::pointReplaced(int index)
24
30
\brief \internal \a index
25
31
*/
@@
-150,7
+156,7
int QXYSeries::count() const
150
156
}
151
157
152
158
/*!
153
Sets \a pen used for points on the chart.
159
Sets \a pen used for drawing points on the chart.
154
160
*/
155
161
void QXYSeries :: setPen ( const QPen & pen )
156
162
{
@@
-161,7
+167,7
void QXYSeries::setPen(const QPen& pen)
161
167
}
162
168
163
169
/*!
164
Sets \a brush used for points on the chart.
170
Sets \a brush used for drawing points on the chart.
165
171
*/
166
172
167
173
void QXYSeries :: setBrush ( const QBrush & brush )
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages