##// END OF EJS Templates
Updated mapper classes descriptions
Updated mapper classes descriptions

File last commit:

r1363:ed768c7affdd
r1397:95d60d3807f4
Show More
README
57 lines | 1.6 KiB | text/plain | TextLexer
samakkon
Added License file
r916 --------------------------------
Marek Rosa
Minor fixes and started changing ReadMe
r1363 Commercial Charts Add-on Beta
samakkon
Added License file
r916 --------------------------------
Whats in Qt Commercial Charts
=============================
Directory structure:
src/
Source code of the Qt Commercial Charts
qmlplugin/
samakkon
License files and readme
r917 QML bindings for the charts
samakkon
Added License file
r916 examples/
Some examples of using Qt Commercial Charts
demos/
More versatile example applications showing how to customize charts,
samakkon
License files and readme
r917 combine several chart types and implement interaction in charts
samakkon
Added License file
r916 doc/
Documentation
Michal Klocek
minor. Release polishing
r1049 licenses/
samakkon
License files and readme
r917 Licensing infromation
Michal Klocek
minor. Release polishing
r1049 Building
samakkon
Added License file
r916 ========
Michal Klocek
minor. Release polishing
r1049 Configure project with qmake:
qmake CONFIG+=release
Build poject with make:
(Linux) make
(Windows with MinGw) mingw32-make
(Visual Studio) namke
samakkon
Added License file
r916
If you want to install the libraries to your Qt library directory use:
Michal Klocek
minor. Release polishing
r1049 make install
samakkon
Added License file
r916
Michal Klocek
minor. Release polishing
r1049 If you want to uninstall the libraries
make uninstall
samakkon
Added License file
r916
Documentation
=============
The documentation can be generated with "make docs". It will be placed
into "doc/html" in the build directory.
KNOWN ISSUES
============
Marek Rosa
Minor fixes and started changing ReadMe
r1363 * The Charts API should be stable, but might still change between the Beta and first official release
Michal Klocek
minor. Release polishing
r1049 * Some areas will be refactored before the first official release
* Enable/disable tooltip is missing from the API
* Mutliple axis are not suported at the moment.
* Logartmic, polar axis are not supported at the moment.
Marek Rosa
Minor fixes and started changing ReadMe
r1363 * Model support for QBarSeries is not complete.
Michal Klocek
minor. Release polishing
r1049 * Interlnal layout hadnling is not working properly.
* The QML Bindings are still under development and to be considered as early draft
Marek Rosa
Minor fixes and started changing ReadMe
r1363 * All the current QML APIs are shown in qmlchart demo app