##// END OF EJS Templates
Readme fixes...
Miikka Heikkinen -
r2587:d0fc3c879f52
parent child
Show More
@@ -1,18 +1,18
1 ---------------------------------
2 Qt Enterprise Charts Add-on 1.3.0
3 ---------------------------------
1 ----------------------
2 Qt Charts Add-on 1.3.0
3 ----------------------
4 4
5 What's in Qt Enterprise Charts
6 ==============================
5 What's in Qt Charts
6 ===================
7 7
8 8 Directory structure:
9 9
10 10 src/
11 Source code of the Qt Enterprise Charts
11 Source code of the Qt Charts
12 12 plugins/
13 13 QML bindings plugins and QtCreator plugin
14 14 examples/
15 Some examples of using Qt Enterprise Charts
15 Some examples of using Qt Charts
16 16 demos/
17 17 More versatile example applications showing how to customize charts,
18 18 combine several chart types and implement interaction in charts
@@ -24,7 +24,7 licenses/
24 24 Building
25 25 ========
26 26 Please note that if you have already installed a previous version of
27 Qt Enterprise Charts, you should first uninstall it with
27 Qt Charts, you should first uninstall it with
28 28 make uninstall
29 29
30 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 70 - New chart type added: Polar chart
71 71 - New series type added: Box and whiskers
72 72 - QtQuick 2 support added
73 - Note: Since Qt Enterprise Charts still uses QGraphicsView framework under the hood
73 - Note: Since Qt Charts still uses QGraphicsView framework under the hood
74 74 even with QtQuick 2, its performance is actually better with QtQuick 1 than with QtQuick 2.
75 75
76 76 Bug Fixes and minor new features
@@ -106,3 +106,4 Bug Fixes and minor new features
106 106 - Fixed: QChartView right click zoom out when zooming only along one axis
107 107 - Fixed: Crash or memory leak when resetting animation options mid-animation
108 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