@@ -0,0 +1,61 | |||
|
1 | -------------------------------- | |
|
2 | Commercial Charts Add-on Preview | |
|
3 | -------------------------------- | |
|
4 | ||
|
5 | ||
|
6 | Whats in Qt Commercial Charts | |
|
7 | ============================= | |
|
8 | ||
|
9 | Directory structure: | |
|
10 | ||
|
11 | src/ | |
|
12 | Source code of the Qt Commercial Charts | |
|
13 | qmlplugin/ | |
|
14 | QML bindings for the charts | |
|
15 | examples/ | |
|
16 | Some examples of using Qt Commercial Charts | |
|
17 | demos/ | |
|
18 | More versatile example applications showing how to customize charts, | |
|
19 | combine several chart types and implement interaction in charts | |
|
20 | doc/ | |
|
21 | Documentation | |
|
22 | Licensing/ | |
|
23 | Licensing infromation | |
|
24 | ||
|
25 | ||
|
26 | Building | |
|
27 | ======== | |
|
28 | ||
|
29 | qmake | |
|
30 | make (linux), mingw32-make (Windows with MinGw) or nmake (Visual Studio) | |
|
31 | ||
|
32 | If you want to install the libraries to your Qt library directory use: | |
|
33 | make install | |
|
34 | ||
|
35 | ||
|
36 | Documentation | |
|
37 | ============= | |
|
38 | ||
|
39 | The documentation can be generated with "make docs". It will be placed | |
|
40 | into "doc/html" in the build directory. | |
|
41 | ||
|
42 | KNOWN ISSUES | |
|
43 | ============ | |
|
44 | - General | |
|
45 | * The preview version of Qt Commercial Charts is still under development | |
|
46 | and thus should not be used in e.g. product development | |
|
47 | * The Charts API might change between the Preview and first official release | |
|
48 | * Some areas will be refactored before the first official release | |
|
49 | * Qt Designer plugin is missing | |
|
50 | ||
|
51 | - QML Bindings | |
|
52 | * The QML Bindings are still under development and to be concidered as early preview | |
|
53 | ||
|
54 | - Model based | |
|
55 | ||
|
56 | - Bar Chart | |
|
57 | ||
|
58 | - Pie Chart | |
|
59 | * Slice labels drawn on top of the label arm | |
|
60 | ||
|
61 | - Line Chart |
General Comments 0
You need to be logged in to leave comments.
Login now