README
59 lines
| 1.7 KiB
| text/plain
|
TextLexer
samakkon
|
r916 | -------------------------------- | |
Commercial Charts Add-on Preview | |||
-------------------------------- | |||
Whats in Qt Commercial Charts | |||
============================= | |||
Directory structure: | |||
src/ | |||
Source code of the Qt Commercial Charts | |||
qmlplugin/ | |||
samakkon
|
r917 | QML bindings for the charts | |
samakkon
|
r916 | examples/ | |
Some examples of using Qt Commercial Charts | |||
demos/ | |||
More versatile example applications showing how to customize charts, | |||
samakkon
|
r917 | combine several chart types and implement interaction in charts | |
samakkon
|
r916 | doc/ | |
Documentation | |||
Michal Klocek
|
r1049 | licenses/ | |
samakkon
|
r917 | Licensing infromation | |
Michal Klocek
|
r1049 | Building | |
samakkon
|
r916 | ======== | |
Michal Klocek
|
r1049 | Configure project with qmake: | |
qmake CONFIG+=release | |||
Build poject with make: | |||
(Linux) make | |||
(Windows with MinGw) mingw32-make | |||
(Visual Studio) namke | |||
samakkon
|
r916 | ||
If you want to install the libraries to your Qt library directory use: | |||
Michal Klocek
|
r1049 | make install | |
samakkon
|
r916 | ||
Michal Klocek
|
r1049 | If you want to uninstall the libraries | |
make uninstall | |||
samakkon
|
r916 | ||
Documentation | |||
============= | |||
The documentation can be generated with "make docs". It will be placed | |||
into "doc/html" in the build directory. | |||
KNOWN ISSUES | |||
============ | |||
Michal Klocek
|
r1049 | * The preview version of Qt Commercial Charts is still under development | |
samakkon
|
r916 | and thus should not be used in e.g. product development | |
Michal Klocek
|
r1049 | * 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 |