README
61 lines
| 1.4 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 | ||||
Licensing/ | ||||
samakkon
|
r917 | Licensing infromation | ||
samakkon
|
r916 | |||
Building | ||||
======== | ||||
qmake | ||||
make (linux), mingw32-make (Windows with MinGw) or nmake (Visual Studio) | ||||
If you want to install the libraries to your Qt library directory use: | ||||
make install | ||||
Documentation | ||||
============= | ||||
The documentation can be generated with "make docs". It will be placed | ||||
into "doc/html" in the build directory. | ||||
KNOWN ISSUES | ||||
============ | ||||
- General | ||||
* The preview version of Qt Commercial Charts is still under development | ||||
and thus should not be used in e.g. product development | ||||
samakkon
|
r917 | * 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 | ||||
samakkon
|
r916 | - QML Bindings | ||
samakkon
|
r917 | * The QML Bindings are still under development and to be concidered as early preview | ||
samakkon
|
r916 | - Model based | ||
- Bar Chart | ||||
- Pie Chart | ||||
samakkon
|
r917 | * Slice labels drawn on top of the label arm | ||
samakkon
|
r916 | |||
- Line Chart | ||||