##// END OF EJS Templates
Documentation front page
Tero Ahola -
r979:6c4321224538
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: file renamed from doc/images/custom_chart.png to doc/images/examples_customchart.png
NO CONTENT: file renamed from doc/images/custom_chart.png to doc/images/examples_customchart.png
@@ -1,80 +1,79
1 /*!
1 /*!
2 \page classes.html
2 \page classes.html
3 \title QtCommercial Charts API
3 \title QtCommercial Charts API
4 \keyword All Classes
4 \keyword All Classes
5
5
6 Charts API is build on top of Qt Graphics View Framework. Charts can be displayed as QGraphicsWidget using QChart class. However
6 Charts API is build on top of Qt Graphics View Framework. Charts can be displayed as QGraphicsWidget using QChart class. However
7 there is also convenience class QChartView which is QWidget based. These lets quickly use QCharts as normal Qt widget.
7 there is also convenience class QChartView which is QWidget based. These lets quickly use QCharts as normal Qt widget.
8 Currently API supports following chart types:
8 The API supports following chart types:
9
9
10 \list
10 \list
11 \o area
11 \o area
12 \o line
12 \o line
13 \o bar
13 \o bar
14 \o percent bar
14 \o percent bar
15 \o pie
15 \o pie
16 \o scatter
16 \o scatter
17 \o spline
17 \o spline
18 \o stacked bar
18 \o stacked bar
19 \endlist
19 \endlist
20
20
21
21
22 Each chart type is represented by QSeries derived class. To create given chart type users have to use instace of releted sereis class and add it to QChart/QChartView instance.
22 Each chart type is represented by QSeries derived class. To create given chart type users have to use instace of releted sereis class and add it to QChart/QChartView instance.
23 \code
23 \code
24 QLineSeries* series = new QLineSeries();
24 QLineSeries* series = new QLineSeries();
25 series->add(0, 6);
25 series->add(0, 6);
26 series->add(2, 4);
26 series->add(2, 4);
27 ...
27 ...
28 chartView->addSeries(series);
28 chartView->addSeries(series);
29 \endcode
29 \endcode
30
30
31 \image class_diagram.png
32 \raw HTML
31 \raw HTML
33 <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
32 <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
34 <tr>
33 <tr>
35 <th class="titleheader" width="33%">
34 <th class="titleheader" width="33%">
36 List of classes
35 List of classes
37 </th>
36 </th>
38 </tr>
37 </tr>
39 <tr>
38 <tr>
40 <td valign="top">
39 <td valign="top">
41 <ul>
40 <ul>
42 <li><a href="qareaseries.html">QAreaSeries</a></li>
41 <li><a href="qareaseries.html">QAreaSeries</a></li>
43 <li><a href="qbarseries.html">QBarSeries</a></li>
42 <li><a href="qbarseries.html">QBarSeries</a></li>
44 <li><a href="qbarset.html">QBarSet</a></li>
43 <li><a href="qbarset.html">QBarSet</a></li>
45 <li><a href="qchart.html">QChart</a></li>
44 <li><a href="qchart.html">QChart</a></li>
46 <li><a href="qchartaxis.html">QChartAxis</a></li>
45 <li><a href="qchartaxis.html">QChartAxis</a></li>
47 <li><a href="qchartview.html">QChartView</a></li>
46 <li><a href="qchartview.html">QChartView</a></li>
48 <li><a href="qlineseries.html">QLineSeries</a></li>
47 <li><a href="qlineseries.html">QLineSeries</a></li>
49 <li><a href="qpercentbarseries.html">QPercentBarSeries</a></li>
48 <li><a href="qpercentbarseries.html">QPercentBarSeries</a></li>
50 <li><a href="qpieseries.html">QPieSeries</a></li>
49 <li><a href="qpieseries.html">QPieSeries</a></li>
51 <li><a href="qpieslice.html">QPieSlice</a></li>
50 <li><a href="qpieslice.html">QPieSlice</a></li>
52 <li><a href="qscatterseries.html">QScatterSeries</a></li>
51 <li><a href="qscatterseries.html">QScatterSeries</a></li>
53 <li><a href="qseries.html">QSeries</a></li>
52 <li><a href="qseries.html">QSeries</a></li>
54 <li><a href="qsplineseries.html">QSplineSeries</a></li>
53 <li><a href="qsplineseries.html">QSplineSeries</a></li>
55 <li><a href="qstackedbarseries.html">QStackedBarSeries</a></li>
54 <li><a href="qstackedbarseries.html">QStackedBarSeries</a></li>
56 <li><a href="qxyseries.html">QXYSeries</a></li>
55 <li><a href="qxyseries.html">QXYSeries</a></li>
57 <li><a href="qlegend.html">QLegend</a></li>
56 <li><a href="qlegend.html">QLegend</a></li>
58 </ul>
57 </ul>
59 </td>
58 </td>
60 </tr>
59 </tr>
61 </table>
60 </table>
62
61
63 <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
62 <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
64 <tr>
63 <tr>
65 <th class="titleheader" width="33%">
64 <th class="titleheader" width="33%">
66 Other files:
65 Other files:
67 </th>
66 </th>
68 </tr>
67 </tr>
69 <tr>
68 <tr>
70 <td valign="top">
69 <td valign="top">
71 <ul>
70 <ul>
72 <li><a href="qchartglobal.html">QChartGlobal</a></li>
71 <li><a href="qchartglobal.html">QChartGlobal</a></li>
73 </ul>
72 </ul>
74 </td>
73 </td>
75 </tr>
74 </tr>
76 </table>
75 </table>
77
76
78 \endraw
77 \endraw
79
78
80 */
79 */
@@ -1,12 +1,14
1 /*!
1 /*!
2 \example demos/chartthemes
2 \example demos/chartthemes
3 \title Chart themes demo
3 \title Chart themes demo
4 \subtitle
4 \subtitle
5
5
6 \image demo_chartthemes_small.png
7
6 This demo shows the look and feel of the different built in themes for all supported chart types.
8 This demo shows the look and feel of the different built in themes for all supported chart types.
7 The background palette of the application is also customized according to the selected theme, to make the result
9 The background palette of the application is also customized according to the selected theme, to make the result
8 look harmonious.
10 look harmonious.
9 \image demo_chartthemes_light.png
11 \image demo_chartthemes_light.png
10 \image demo_chartthemes_brown_sand.png
12 \image demo_chartthemes_brown_sand.png
11 \image demo_chartthemes_blue_cerulean.png
13 \image demo_chartthemes_blue_cerulean.png
12 */
14 */
@@ -1,30 +1,30
1 /*!
1 /*!
2 \example examples/areachart
2 \example examples/areachart
3 \title AreaChart Example
3 \title AreaChart Example
4 \subtitle
4 \subtitle
5
5
6 The example shows how to create simple area chart.
6 The example shows how to create simple area chart.
7
7
8 \image areachart.png
8 \image examples_areachart.png
9
9
10 To create area charts, we need two QLineSeries instances. They are going to define upper and lower boundary of the area.
10 To create area charts, we need two QLineSeries instances. They are going to define upper and lower boundary of the area.
11
11
12 \snippet ../examples/areachart/main.cpp 1
12 \snippet ../examples/areachart/main.cpp 1
13
13
14 We add data to both series, we use stream operator.
14 We add data to both series, we use stream operator.
15
15
16 \snippet ../examples/areachart/main.cpp 2
16 \snippet ../examples/areachart/main.cpp 2
17
17
18 Now we create QAreaSeries instance using two line series objects. We set the custom gradient fill and width of the outline.
18 Now we create QAreaSeries instance using two line series objects. We set the custom gradient fill and width of the outline.
19
19
20 \snippet ../examples/areachart/main.cpp 3
20 \snippet ../examples/areachart/main.cpp 3
21
21
22 In the end we create QChartView instance, set title, set anti-aliasing and add area series. We also set the specific range for axes.
22 In the end we create QChartView instance, set title, set anti-aliasing and add area series. We also set the specific range for axes.
23
23
24 \snippet ../examples/areachart/main.cpp 4
24 \snippet ../examples/areachart/main.cpp 4
25
25
26 Chart is ready to be shown.
26 Chart is ready to be shown.
27
27
28 \snippet ../examples/areachart/main.cpp 5
28 \snippet ../examples/areachart/main.cpp 5
29
29
30 */ No newline at end of file
30 */
@@ -1,26 +1,26
1 /*!
1 /*!
2 \example examples/customchart
2 \example examples/customchart
3 \title Custom chart example
3 \title Custom chart example
4 \subtitle
4 \subtitle
5
5
6 This example shows how to customize the appearance of the different elements on a chart.
6 This example shows how to customize the appearance of the different elements on a chart.
7 \image custom_chart.png
7 \image examples_customchart.png
8
8
9 We begin by creating a simple line series and a chart object.
9 We begin by creating a simple line series and a chart object.
10 \snippet ../examples/customchart/main.cpp 1
10 \snippet ../examples/customchart/main.cpp 1
11
11
12 Let the customization begin. First we customize the series and the chart's title and background.
12 Let the customization begin. First we customize the series and the chart's title and background.
13 \snippet ../examples/customchart/main.cpp 2
13 \snippet ../examples/customchart/main.cpp 2
14
14
15 Then we customize the axes.
15 Then we customize the axes.
16 \snippet ../examples/customchart/main.cpp 3
16 \snippet ../examples/customchart/main.cpp 3
17
17
18 And the axis label values and ranges.
18 And the axis label values and ranges.
19 \snippet ../examples/customchart/main.cpp 4
19 \snippet ../examples/customchart/main.cpp 4
20
20
21 Finally we create a view containing the chart.
21 Finally we create a view containing the chart.
22 \snippet ../examples/customchart/main.cpp 5
22 \snippet ../examples/customchart/main.cpp 5
23
23
24 Now we are ready to show the chart on a main window.
24 Now we are ready to show the chart on a main window.
25 \snippet ../examples/customchart/main.cpp 6
25 \snippet ../examples/customchart/main.cpp 6
26 */
26 */
@@ -1,30 +1,30
1 /*!
1 /*!
2 \example examples/linechart
2 \example examples/linechart
3 \title LineChart Example
3 \title LineChart Example
4 \subtitle
4 \subtitle
5
5
6 The example shows how to create simple line chart.
6 The example shows how to create simple line chart.
7
7
8 \image linechart.png
8 \image examples_linechart.png
9
9
10 To create line chart, QLineSeries instance is needed. Let's create one.
10 To create line chart, QLineSeries instance is needed. Let's create one.
11
11
12 \snippet ../examples/linechart/main.cpp 1
12 \snippet ../examples/linechart/main.cpp 1
13
13
14 Then we add data to series. We can use add() member function or use stream operator.
14 Then we add data to series. We can use add() member function or use stream operator.
15
15
16 \snippet ../examples/linechart/main.cpp 2
16 \snippet ../examples/linechart/main.cpp 2
17
17
18 To present the data on the char we need QChart instance. We add the series to it and set the title of the chart.
18 To present the data on the char we need QChart instance. We add the series to it and set the title of the chart.
19
19
20 \snippet ../examples/linechart/main.cpp 3
20 \snippet ../examples/linechart/main.cpp 3
21
21
22 Then we create a QChartView object with QChart as a parameter. This way we don't need to create QGraphicsView scene ourselves. We also set the Antialiasing on to have the rendered lines look nicer.
22 Then we create a QChartView object with QChart as a parameter. This way we don't need to create QGraphicsView scene ourselves. We also set the Antialiasing on to have the rendered lines look nicer.
23
23
24 \snippet ../examples/linechart/main.cpp 4
24 \snippet ../examples/linechart/main.cpp 4
25
25
26 Chart is ready to be shown.
26 Chart is ready to be shown.
27
27
28 \snippet ../examples/linechart/main.cpp 5
28 \snippet ../examples/linechart/main.cpp 5
29
29
30 */
30 */
@@ -1,7 +1,8
1 /*!
1 /*!
2 \example examples/piechart
2 \example examples/piechart
3 \title Piechart Example
3 \title Piechart Example
4 \subtitle
4 \subtitle
5
5
6 The example shows how to create simple pie chart and do some customizations to a pie slice.
6 The example shows how to create simple pie chart and do some customizations to a pie slice.
7 \image examples_piechart.png
7 */
8 */
@@ -1,26 +1,26
1 /*!
1 /*!
2 \example examples/scatterchart
2 \example examples/scatterchart
3 \title ScatterChart Example
3 \title ScatterChart Example
4 \subtitle
4 \subtitle
5
5
6 The example shows how to create simple scatter chart.
6 The example shows how to create simple scatter chart.
7
7
8 \image scatterchart.png
8 \image examples_scatterchart.png
9
9
10 To create scatter charts, QScatterSeries instance is needed. Here we create scatter series instance and we set the type, color and width of outline for scatter points.
10 To create scatter charts, QScatterSeries instance is needed. Here we create scatter series instance and we set the type, color and width of outline for scatter points.
11
11
12 \snippet ../examples/scatterchart/main.cpp 1
12 \snippet ../examples/scatterchart/main.cpp 1
13
13
14 We add data to be shown. We can use add() member function or use stream operator.
14 We add data to be shown. We can use add() member function or use stream operator.
15
15
16 \snippet ../examples/scatterchart/main.cpp 2
16 \snippet ../examples/scatterchart/main.cpp 2
17
17
18 In the end we create QChartView instance, set title, set anti-aliasing and add scatter series.
18 In the end we create QChartView instance, set title, set anti-aliasing and add scatter series.
19
19
20 \snippet ../examples/scatterchart/main.cpp 3
20 \snippet ../examples/scatterchart/main.cpp 3
21
21
22 Chart is ready to be shown.
22 Chart is ready to be shown.
23
23
24 \snippet ../examples/scatterchart/main.cpp 4
24 \snippet ../examples/scatterchart/main.cpp 4
25
25
26 */ No newline at end of file
26 */
@@ -1,29 +1,29
1 /*!
1 /*!
2 \example examples/splinechart
2 \example examples/splinechart
3 \title SplineChart Example
3 \title SplineChart Example
4 \subtitle
4 \subtitle
5
5
6 The example shows how to create simple spline chart.
6 The example shows how to create simple spline chart.
7
7
8 \image splinechart_example
8 \image examples_splinechart.png
9
9
10 To create spline chart we need to put our data into QSplineSeries. QSplineSeries automatically calculates spline segment control points that are needed to properly draw the spline.
10 To create spline chart we need to put our data into QSplineSeries. QSplineSeries automatically calculates spline segment control points that are needed to properly draw the spline.
11
11
12 \snippet ../examples/splinechart/main.cpp 1
12 \snippet ../examples/splinechart/main.cpp 1
13
13
14 Now let's add some data points to the series.
14 Now let's add some data points to the series.
15
15
16 \snippet ../examples/splinechart/main.cpp 2
16 \snippet ../examples/splinechart/main.cpp 2
17
17
18 The data series has been populated. To display it on a chart we create QChart object and add the data series to it. We also set the title and the values range on y axis, so that our chart is better visible.
18 The data series has been populated. To display it on a chart we create QChart object and add the data series to it. We also set the title and the values range on y axis, so that our chart is better visible.
19
19
20 \snippet ../examples/splinechart/main.cpp 3
20 \snippet ../examples/splinechart/main.cpp 3
21
21
22 Then we create a QChartView object with QChart as a parameter. This way we don't need to create QGraphicsView scene ourselves. We also set the Antialiasing on to have the rendered lines look nicer.
22 Then we create a QChartView object with QChart as a parameter. This way we don't need to create QGraphicsView scene ourselves. We also set the Antialiasing on to have the rendered lines look nicer.
23
23
24 \snippet ../examples/splinechart/main.cpp 4
24 \snippet ../examples/splinechart/main.cpp 4
25
25
26 In the end we set the QChartView as the windows's central widget.
26 In the end we set the QChartView as the windows's central widget.
27
27
28 \snippet ../examples/splinechart/main.cpp 5
28 \snippet ../examples/splinechart/main.cpp 5
29 */
29 */
@@ -1,37 +1,37
1 /*!
1 /*!
2 \page examples.html
2 \page examples.html
3 \title Examples
3 \title Examples
4 \keyword Examples
4 \keyword Examples
5
5
6 \raw HTML
6 \raw HTML
7 <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
7 <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
8 <tr>
8 <tr>
9 <th class="titleheader" width="33%">
9 <th class="titleheader" width="33%">
10 List of examples
10 List of examples
11 </th>
11 </th>
12 </tr>
12 </tr>
13 <tr>
13 <tr>
14 <td valign="top">
14 <td valign="top">
15 <ul>
15 <ul>
16 <li><a href="examples-areachart.html">Area chart</a></li>
16 <li><a href="examples-areachart.html">Area chart</a></li>
17 <li><a href="examples-barchart.html">Bar chart</a></li>
17 <li><a href="examples-barchart.html">Bar chart</a></li>
18 <li><a href="examples-customchart.html">Custom chart</a></li>
18 <li><a href="examples-customchart.html">Custom chart</a></li>
19 <li><a href="examples-ekgchart.html">EKG chart</a></li>
19 <li><a href="examples-ekgchart.html">EKG chart</a></li>
20 <li><a href="examples-linechart.html">Bar chart</a></li>
20 <li><a href="examples-linechart.html">Line chart</a></li>
21 <li><a href="examples-modeldata.html">Model data</a></li>
21 <li><a href="examples-modeldata.html">Model data</a></li>
22 <li><a href="examples-percentbarchart.html">Percent bar chart</a></li>
22 <li><a href="examples-percentbarchart.html">Percent bar chart</a></li>
23 <li><a href="examples-piechart.html">Pie chart</a></li>
23 <li><a href="examples-piechart.html">Pie chart</a></li>
24 <li><a href="examples-piechartdrilldown.html">Pie chart drilldown</a></li>
24 <li><a href="examples-piechartdrilldown.html">Pie chart drilldown</a></li>
25 <li><a href="examples-presenterchart.html">Presenter chart</a></li>
25 <li><a href="examples-presenterchart.html">Presenter chart</a></li>
26 <li><a href="examples-scatterchart.html">Scatter chart</a></li>
26 <li><a href="examples-scatterchart.html">Scatter chart</a></li>
27 <li><a href="examples-scatterinteractions.html">Scatter interactions</a></li>
27 <li><a href="examples-scatterinteractions.html">Scatter interactions</a></li>
28 <li><a href="examples-splinechart.html">Spline chart</a></li>
28 <li><a href="examples-splinechart.html">Spline chart</a></li>
29 <li><a href="examples-stackedbarchart.html">Stacked bar chart</a></li>
29 <li><a href="examples-stackedbarchart.html">Stacked bar chart</a></li>
30 <li><a href="examples-stackedbarchartdrilldown.html">Stacked bar chart drilldown</a></li>
30 <li><a href="examples-stackedbarchartdrilldown.html">Stacked bar chart drilldown</a></li>
31 <li><a href="examples-zoomlinechart.html">Zoom line</a></li>
31 <li><a href="examples-zoomlinechart.html">Zoom line</a></li>
32 </ul>
32 </ul>
33 </td>
33 </td>
34 </tr>
34 </tr>
35 </table>
35 </table>
36 \endraw
36 \endraw
37 */
37 */
@@ -1,45 +1,44
1 /*!
1 /*!
2 \page index.html
2 \page index.html
3 \keyword About
3 \keyword About
4
4
5 \raw HTML
5 \raw HTML
6 <div class="qchart">
6 <div class="qchart">
7 <img src="images/qt_commercial_logo.png" alt="qtcommercial"/>
7 <img src="images/qt_commercial_logo.png" alt="qtcommercial"/>
8
8
9 <p>
9 <p>
10 QCharts is a part of Qt Commercial addons package. It provides a set of easy to use chart
10 QCharts is a part of Qt Commercial addons package. It provides a set of easy to use chart
11 components which are available for Qt Commercial customers. It uses Qt Graphics View
11 components which are available for Qt Commercial customers. It uses Qt Graphics View
12 Framework, therefore charts can be easily integrated to modern 2D user interfaces. QCharts can
12 Framework, therefore charts can be easily integrated to modern 2D user interfaces. QCharts can
13 be used as QWidgets, QGraphicsWidget or QML elements. Users can easily create impressive
13 be used as QWidgets, QGraphicsWidget or QML elements. Users can easily create impressive
14 graphs by selecting one of the charts themes.
14 graphs by selecting one of the charts themes.
15 </p>
15 </p>
16
16
17 <table><tr>
17 <table>
18 <td><a href="examples-linechart.html"><img src="images/linechart.png" alt="linechart" /></a></td>
18 <tr>
19 <td><a href="examples-areachart.html"><img src="images/areachart.png" alt="areachart" /></a></td>
19 <td><a href="examples-linechart.html"><img src="images/examples_linechart.png" alt="linechart" /></a></td>
20 </tr>
20 <td><a href="examples-areachart.html"><img src="images/examples_areachart.png" alt="areachart" /></a></td>
21 <tr>
21 </tr>
22 <td><a href="examples-scatterchart.html"><img src="images/scatterchart.png" alt="scatterchart" /></a></td>
22 <tr>
23 <td><a href="examples-barchart.html"><img src="images/barchart.png" alt="barchart" /></a></td>
23 <td><a href="examples-scatterchart.html"><img src="images/examples_scatterchart.png" alt="scatterchart" /></a></td>
24 </tr>
24 <td><a href="examples-barchart.html"><img src="images/examples_barchart.png" alt="barchart" /></a></td>
25 <tr>
25 </tr>
26 <td><a href="examples-stackedbarchart.html"><img src="images/stackedbarchart.png" alt="stackedbarchart" /></a></td>
26 <tr>
27 <td><a href="examples-percentbarchart.html"><img src="images/percentbarchart.png" alt="percentbarcchart" /></a></td>
27 <td><a href="examples-stackedbarchart.html"><img src="images/examples_stackedbarchart.png" alt="stackedbarchart" /></a></td>
28 </tr><tr>
28 <td><a href="examples-percentbarchart.html"><img src="images/examples_percentbarchart.png" alt="percentbarcchart" /></a></td>
29 <td><img src="images/chartview_example_scatter.jpg " alt="scatterchart" /></td>
29 </tr>
30 <td><img src="images/chartview_example_theme.jpg " alt="themechart" /></td>
30 <tr>
31 </tr>
31 <td><a href="examples-splinechart.html"><img src="images/examples_splinechart.png" alt="linechart" /></a></td>
32 <tr>
32 <td><a href="examples-piechart.html"><img src="images/examples_piechart.png" alt="piechart" /></a></td>
33 <td><img src="images/chartview_example_bar.jpg " alt="barchart" /></td>
33 </tr>
34 <td><img src="images/chartview_example_pie.jpg " alt="piechart" /></td>
34 <tr>
35 </tr>
35 <td><a href="examples-customchart.html"><img src="images/examples_customchart.png" alt="customerchart" /></a></td>
36 <tr>
36 <td><a href="examples-zoomlinechart.html"><img src="images/examples_zoomlinechart2.png" alt="zoomlinechart" /></a></td>
37 <td><img src="images/chartview_example.jpg " alt="linechart" /></td>
37 </tr>
38 <td><a href="examples-presenterchart.html"><img src="images/presenterchart_example.png" alt="presenterchart" /></a></td>
38 <tr>
39 </tr>
39 <td><a href="demos-chartthemes.html"><img src="images/demo_chartthemes_small.png" alt="charttheme" /></a></td>
40 </table>
40 </tr>
41 </div>
41 </table>
42 </div>
42 \endraw
43 \endraw
43
44
45 */
44 */
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now