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