summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-06-05 12:53:57 +0300
committerTero Ahola <tero.ahola@digia.com>2012-06-05 12:53:57 +0300
commit4fe6712ddfc33b41cd879052c1983e1a6183c5c3 (patch)
treea8363da962dad78330671869d6af23718a340562 /README
parent853a3ddfabfc46ae75b50460d5347c99771f8e79 (diff)
Fixed README formatting and plugin folder description
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 20 insertions, 12 deletions
diff --git a/README b/README
index 992cb330..842a1598 100644
--- a/README
+++ b/README
@@ -9,12 +9,12 @@ Directory structure:
src/
Source code of the Qt Commercial Charts
-qmlplugin/
- QML bindings for the charts
+plugins/
+ QML bindings plugin and QtCreator plugin
examples/
Some examples of using Qt Commercial Charts
demos/
- More versatile example applications showing how to customize charts,
+ More versatile example applications showing how to customize charts,
combine several chart types and implement interaction in charts
doc/
Documentation
@@ -46,11 +46,13 @@ into "doc/html" in the build directory.
KNOWN ISSUES
============
-* The beta version of Qt Commercial Charts is still under development and thus should not be used in e.g. product development
+* The beta version of Qt Commercial Charts is still under development and thus
+ should not be used in e.g. product development
* The Charts API might change between the Beta and the first official release
* Mutliple axis are not suported at the moment.
* Logartmic, polar axis are not supported at the moment.
-* If using QAbstractiItemModel derived model with QBarSeries, data manipulation with QBarSeries/QBarSet APIs does not synchronize the data into the model
+* If using QAbstractiItemModel derived model with QBarSeries, data manipulation
+ with QBarSeries/QBarSet APIs does not synchronize the data into the model
* Model support requires more thorough testing.
* Some QObject properties are missing
* Some notifications missing from QObject properties
@@ -59,15 +61,21 @@ KNOWN ISSUES
* Automatic scaling of the axes is only done when you add a series on a chart
* The QML Bindings are still under development
* Mouse and touch interactions not complete on the QML API
-* Missing documentation for QML API; the QML demo applications serve as documentation instead
-* Setting bar width is not possible on QBarSeries derived classes (the width is affected with setMargin, but it has limitations)
-* API for Animations state (signaling started , finished) and setting&nbsp;duration etc. are missing
+* Missing documentation for QML API; the QML demo applications serve as
+ documentation instead
+* Setting bar width is not possible on QBarSeries derived classes (the width
+ is affected with setMargin, but it has limitations)
+* API for Animations state (signaling started, finished) and setting duration
+ etc. are missing
-Main changes between Technology Preview and Beta releases
-=========================================================
-* QBarSeries now enables defining both values and bar placement in X-Axis. Previous implementation of QBarSeries is now new series type: QGroupedBarSeries
+Main changes between Technology Preview and Beta release
+========================================================
+* QBarSeries now enables defining both values and bar placement in X-Axis.
+ Previous implementation of QBarSeries is now new series type:
+ QGroupedBarSeries
* QML API now defined and mostly implemented
* Q_PROPERTY definitions have been added to the API
-* Model API&nbsp; refactored and moved from Series Classes to separate Model Mapper Classes
+* Model API&nbsp; refactored and moved from Series Classes to separate Model
+ Mapper Classes
* First version of Qt Designer plugin included
* Example for handling Gestures included (ZoomLineChart example) \ No newline at end of file