@@ -1,18 +1,18 | |||||
1 |
---------------------- |
|
1 | ---------------------- | |
2 |
Qt |
|
2 | Qt Charts Add-on 1.3.0 | |
3 |
---------------------- |
|
3 | ---------------------- | |
4 |
|
4 | |||
5 |
What's in Qt |
|
5 | What's in Qt Charts | |
6 |
=================== |
|
6 | =================== | |
7 |
|
7 | |||
8 | Directory structure: |
|
8 | Directory structure: | |
9 |
|
9 | |||
10 | src/ |
|
10 | src/ | |
11 |
Source code of the Qt |
|
11 | Source code of the Qt Charts | |
12 | plugins/ |
|
12 | plugins/ | |
13 | QML bindings plugins and QtCreator plugin |
|
13 | QML bindings plugins and QtCreator plugin | |
14 | examples/ |
|
14 | examples/ | |
15 |
Some examples of using Qt |
|
15 | Some examples of using Qt Charts | |
16 | demos/ |
|
16 | demos/ | |
17 | More versatile example applications showing how to customize charts, |
|
17 | More versatile example applications showing how to customize charts, | |
18 | combine several chart types and implement interaction in charts |
|
18 | combine several chart types and implement interaction in charts | |
@@ -24,7 +24,7 licenses/ | |||||
24 | Building |
|
24 | Building | |
25 | ======== |
|
25 | ======== | |
26 | Please note that if you have already installed a previous version of |
|
26 | Please note that if you have already installed a previous version of | |
27 |
Qt |
|
27 | Qt Charts, you should first uninstall it with | |
28 | make uninstall |
|
28 | make uninstall | |
29 |
|
29 | |||
30 | Configure project with qmake and build project with make: |
|
30 | Configure project with qmake and build project with make: | |
@@ -70,7 +70,7 Main Changes between 1.2.1 and 1.3.0 | |||||
70 | - New chart type added: Polar chart |
|
70 | - New chart type added: Polar chart | |
71 | - New series type added: Box and whiskers |
|
71 | - New series type added: Box and whiskers | |
72 | - QtQuick 2 support added |
|
72 | - QtQuick 2 support added | |
73 |
- Note: Since Qt |
|
73 | - Note: Since Qt Charts still uses QGraphicsView framework under the hood | |
74 | even with QtQuick 2, its performance is actually better with QtQuick 1 than with QtQuick 2. |
|
74 | even with QtQuick 2, its performance is actually better with QtQuick 1 than with QtQuick 2. | |
75 |
|
75 | |||
76 | Bug Fixes and minor new features |
|
76 | Bug Fixes and minor new features | |
@@ -106,3 +106,4 Bug Fixes and minor new features | |||||
106 | - Fixed: QChartView right click zoom out when zooming only along one axis |
|
106 | - Fixed: QChartView right click zoom out when zooming only along one axis | |
107 | - Fixed: Crash or memory leak when resetting animation options mid-animation |
|
107 | - Fixed: Crash or memory leak when resetting animation options mid-animation | |
108 | - Fixed: QBarCategoryAxis doesn't notify domain on category remove |
|
108 | - Fixed: QBarCategoryAxis doesn't notify domain on category remove | |
|
109 | - Fixed: axisXTop QML property now actually puts axis on top |
General Comments 0
You need to be logged in to leave comments.
Login now