QtCharts module
Go to file
sauimone 26b7a193d3 barseries fix 2012-05-28 17:35:11 +03:00
demos Colors of XY series in QML api 2012-05-28 16:09:23 +03:00
doc Documentation for QML Weather demo app 2012-05-24 09:47:44 +03:00
examples legend detach example. Bug fixes to legend. 2012-05-28 17:31:37 +03:00
features Proof-of-concept for QML api 2012-02-03 09:39:24 +02:00
licenses minor. Release polishing 2012-04-17 11:12:03 +03:00
plugins Colors of XY series in QML api 2012-05-28 16:09:23 +03:00
src barseries fix 2012-05-28 17:35:11 +03:00
tests XYModelMapper slots for series signals implemented 2012-05-28 17:01:20 +03:00
tools Move scripts to tools folder 2012-05-22 10:25:17 +03:00
.gitignore Fixed .gitignore to not ignore demo folder 2012-05-04 12:18:49 +03:00
README minor. Release polishing 2012-04-17 11:12:03 +03:00
charts.pro Qt name convetion: move test to tests 2012-05-21 11:47:32 +03:00
config.pri Fixing OSX builds after test binary change 2012-05-09 15:07:26 +03:00

README

--------------------------------
Commercial Charts Add-on Preview
--------------------------------

Whats in Qt Commercial Charts
=============================

Directory structure:

src/
    Source code of the Qt Commercial Charts
qmlplugin/
    QML bindings for the charts
examples/
    Some examples of using Qt Commercial Charts
demos/
    More versatile example applications showing how to customize charts, 
    combine several chart types and implement interaction in charts
doc/
    Documentation
licenses/
    Licensing infromation

Building
========

Configure project with qmake:
    qmake CONFIG+=release

Build poject with make:
    (Linux) make
    (Windows with MinGw) mingw32-make
    (Visual Studio) namke

If you want to install the libraries to your Qt library directory use:
    make install

If you want to uninstall the libraries
    make uninstall

Documentation
=============

The documentation can be generated with "make docs".  It will be placed
into "doc/html" in the build directory.

KNOWN ISSUES
============
 * The preview 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 Preview and first official release
 * Some areas will be refactored before the first official release
 * Qt Designer plugin is missing
 * 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.
 * Getting data from QAbstractItemModel is not feature complete.
 * Interlnal layout hadnling is not working properly.
 * The QML Bindings are still under development and to be considered as early draft
 * All the current QML APIs are shown in qmlchart demo app