@@ -0,0 +1,53 | |||||
|
1 | /**************************************************************************** | |||
|
2 | ** | |||
|
3 | ** Copyright (C) 2012 Digia Plc | |||
|
4 | ** All rights reserved. | |||
|
5 | ** For any questions to Digia, please use contact form at http://qt.digia.com | |||
|
6 | ** | |||
|
7 | ** This file is part of the Qt Commercial Charts Add-on. | |||
|
8 | ** | |||
|
9 | ** $QT_BEGIN_LICENSE$ | |||
|
10 | ** Licensees holding valid Qt Commercial licenses may use this file in | |||
|
11 | ** accordance with the Qt Commercial License Agreement provided with the | |||
|
12 | ** Software or, alternatively, in accordance with the terms contained in | |||
|
13 | ** a written agreement between you and Digia. | |||
|
14 | ** | |||
|
15 | ** If you have questions regarding the use of this file, please use | |||
|
16 | ** contact form at http://qt.digia.com | |||
|
17 | ** $QT_END_LICENSE$ | |||
|
18 | ** | |||
|
19 | ****************************************************************************/ | |||
|
20 | ||||
|
21 | //![1] | |||
|
22 | import QtQuick 1.0 | |||
|
23 | import QtCommercial.Chart 1.0 | |||
|
24 | ||||
|
25 | ChartView { | |||
|
26 | width: 400 | |||
|
27 | height: 300 | |||
|
28 | theme: ChartView.ChartThemeBrownSand | |||
|
29 | ||||
|
30 | //![1] | |||
|
31 | //![2] | |||
|
32 | PieSeries { | |||
|
33 | id: pieSeries | |||
|
34 | PieSlice { label: "eaten"; value: 94.9 } | |||
|
35 | PieSlice { label: "not yet eaten"; value: 5.1 } | |||
|
36 | } | |||
|
37 | //![2] | |||
|
38 | ||||
|
39 | Component.onCompleted: { | |||
|
40 | if (false) { | |||
|
41 | //![4] | |||
|
42 | pieSeries.append("don't care", 1.1); | |||
|
43 | //![4] | |||
|
44 | ||||
|
45 | //![5] | |||
|
46 | pieSeries.at(0).exploded = true; | |||
|
47 | //![5] | |||
|
48 | } | |||
|
49 | } | |||
|
50 | ||||
|
51 | //![3] | |||
|
52 | } | |||
|
53 | //![3] |
@@ -1,269 +1,268 | |||||
1 | # This file is used to ignore files which are generated in the Qt build system |
|
1 | # This file is used to ignore files which are generated in the Qt build system | |
2 | # ---------------------------------------------------------------------------- |
|
2 | # ---------------------------------------------------------------------------- | |
3 |
|
3 | |||
4 | examples/*/*/* |
|
|||
5 | !examples/*/*/*[.]* |
|
4 | !examples/*/*/*[.]* | |
6 | !examples/*/*/README |
|
5 | !examples/*/*/README | |
7 | examples/*/*/*[.]app |
|
6 | examples/*/*/*[.]app | |
8 | !examples/declarative/* |
|
7 | !examples/declarative/* | |
9 | !examples/tutorials/* |
|
8 | !examples/tutorials/* | |
10 | !examples/tutorials/*/* |
|
9 | !examples/tutorials/*/* | |
11 | !examples/ja_JP/*/* |
|
10 | !examples/ja_JP/*/* | |
12 | !demos/spectrum/* |
|
11 | !demos/spectrum/* | |
13 | demos/spectrum/bin |
|
12 | demos/spectrum/bin | |
14 | !demos/*/*[.]* |
|
13 | !demos/*/*[.]* | |
15 | demos/*/*[.]app |
|
14 | demos/*/*[.]app | |
16 | !demos/declarative/* |
|
15 | !demos/declarative/* | |
17 | config.tests/*/*/* |
|
16 | config.tests/*/*/* | |
18 | !config.tests/*/*/*[.]* |
|
17 | !config.tests/*/*/*[.]* | |
19 | config.tests/*/*/*[.]app |
|
18 | config.tests/*/*/*[.]app | |
20 |
|
19 | |||
21 | callgrind.out.* |
|
20 | callgrind.out.* | |
22 | pcviewer.cfg |
|
21 | pcviewer.cfg | |
23 | *~ |
|
22 | *~ | |
24 | *.a |
|
23 | *.a | |
25 | *.la |
|
24 | *.la | |
26 | *.core |
|
25 | *.core | |
27 | *.moc |
|
26 | *.moc | |
28 | *.o |
|
27 | *.o | |
29 | *.obj |
|
28 | *.obj | |
30 | *.orig |
|
29 | *.orig | |
31 | *.swp |
|
30 | *.swp | |
32 | *.rej |
|
31 | *.rej | |
33 | *.so |
|
32 | *.so | |
34 | *.pbxuser |
|
33 | *.pbxuser | |
35 | *.mode1 |
|
34 | *.mode1 | |
36 | *.mode1v3 |
|
35 | *.mode1v3 | |
37 | *_pch.h.cpp |
|
36 | *_pch.h.cpp | |
38 | *_resource.rc |
|
37 | *_resource.rc | |
39 | .#* |
|
38 | .#* | |
40 | *.*# |
|
39 | *.*# | |
41 | core |
|
40 | core | |
42 | .qmake.cache |
|
41 | .qmake.cache | |
43 | .qmake.vars |
|
42 | .qmake.vars | |
44 | *.prl |
|
43 | *.prl | |
45 | tags |
|
44 | tags | |
46 | .DS_Store |
|
45 | .DS_Store | |
47 | *.debug |
|
46 | *.debug | |
48 | Makefile* |
|
47 | Makefile* | |
49 | !qmake/Makefile.win32* |
|
48 | !qmake/Makefile.win32* | |
50 | !qmake/Makefile.unix |
|
49 | !qmake/Makefile.unix | |
51 | *.prl |
|
50 | *.prl | |
52 | *.app |
|
51 | *.app | |
53 | *.pro.user* |
|
52 | *.pro.user* | |
54 | *.qmlproject.user* |
|
53 | *.qmlproject.user* | |
55 | *.gcov |
|
54 | *.gcov | |
56 | bin/Qt*.dll |
|
55 | bin/Qt*.dll | |
57 | bin/assistant* |
|
56 | bin/assistant* | |
58 | bin/designer* |
|
57 | bin/designer* | |
59 | bin/dumpcpp* |
|
58 | bin/dumpcpp* | |
60 | bin/idc* |
|
59 | bin/idc* | |
61 | bin/linguist* |
|
60 | bin/linguist* | |
62 | bin/lrelease* |
|
61 | bin/lrelease* | |
63 | bin/lupdate* |
|
62 | bin/lupdate* | |
64 | bin/lconvert* |
|
63 | bin/lconvert* | |
65 | bin/moc* |
|
64 | bin/moc* | |
66 | bin/makeqpf* |
|
65 | bin/makeqpf* | |
67 | bin/pixeltool* |
|
66 | bin/pixeltool* | |
68 | bin/qmake* |
|
67 | bin/qmake* | |
69 | bin/qdoc3* |
|
68 | bin/qdoc3* | |
70 | bin/qt3to4* |
|
69 | bin/qt3to4* | |
71 | bin/qtdemo* |
|
70 | bin/qtdemo* | |
72 | bin/qttracereplay* |
|
71 | bin/qttracereplay* | |
73 | bin/rcc* |
|
72 | bin/rcc* | |
74 | bin/uic* |
|
73 | bin/uic* | |
75 | bin/patternist* |
|
74 | bin/patternist* | |
76 | bin/phonon* |
|
75 | bin/phonon* | |
77 | bin/qcollectiongenerator* |
|
76 | bin/qcollectiongenerator* | |
78 | bin/qdbus* |
|
77 | bin/qdbus* | |
79 | bin/qhelpconverter* |
|
78 | bin/qhelpconverter* | |
80 | bin/qhelpgenerator* |
|
79 | bin/qhelpgenerator* | |
81 | bin/qtconfig* |
|
80 | bin/qtconfig* | |
82 | bin/xmlpatterns* |
|
81 | bin/xmlpatterns* | |
83 | bin/cetest* |
|
82 | bin/cetest* | |
84 | bin/collectiongenerator |
|
83 | bin/collectiongenerator | |
85 | bin/helpconverter |
|
84 | bin/helpconverter | |
86 | bin/helpgenerator |
|
85 | bin/helpgenerator | |
87 | bin/kmap2qmap* |
|
86 | bin/kmap2qmap* | |
88 | bin/qlalr* |
|
87 | bin/qlalr* | |
89 | bin/qmlconv* |
|
88 | bin/qmlconv* | |
90 | bin/qmldebugger* |
|
89 | bin/qmldebugger* | |
91 | bin/qml* |
|
90 | bin/qml* | |
92 | bin/qttracereplay* |
|
91 | bin/qttracereplay* | |
93 | configure.cache |
|
92 | configure.cache | |
94 | config.status |
|
93 | config.status | |
95 | mkspecs/default |
|
94 | mkspecs/default | |
96 | mkspecs/qconfig.pri |
|
95 | mkspecs/qconfig.pri | |
97 | moc_*.cpp |
|
96 | moc_*.cpp | |
98 | qmake/qmake.exe |
|
97 | qmake/qmake.exe | |
99 | qmake/Makefile.bak |
|
98 | qmake/Makefile.bak | |
100 | src/corelib/global/qconfig.cpp |
|
99 | src/corelib/global/qconfig.cpp | |
101 | src/corelib/global/qconfig.h |
|
100 | src/corelib/global/qconfig.h | |
102 | src/corelib/global/qconfig.h.qmake |
|
101 | src/corelib/global/qconfig.h.qmake | |
103 | src/tools/uic/qclass_lib_map.h |
|
102 | src/tools/uic/qclass_lib_map.h | |
104 | ui_*.h |
|
103 | ui_*.h | |
105 | tests/auto/qprocess/test*/*.exe |
|
104 | tests/auto/qprocess/test*/*.exe | |
106 | tests/auto/qtcpsocket/stressTest/*.exe |
|
105 | tests/auto/qtcpsocket/stressTest/*.exe | |
107 | tests/auto/qprocess/fileWriterProcess/*.exe |
|
106 | tests/auto/qprocess/fileWriterProcess/*.exe | |
108 | tests/auto/qmake/testdata/quotedfilenames/*.exe |
|
107 | tests/auto/qmake/testdata/quotedfilenames/*.exe | |
109 | tests/auto/compilerwarnings/*.exe |
|
108 | tests/auto/compilerwarnings/*.exe | |
110 | tests/auto/qmake/testdata/quotedfilenames/test.cpp |
|
109 | tests/auto/qmake/testdata/quotedfilenames/test.cpp | |
111 | tests/auto/qprocess/fileWriterProcess.txt |
|
110 | tests/auto/qprocess/fileWriterProcess.txt | |
112 | .com.apple.timemachine.supported |
|
111 | .com.apple.timemachine.supported | |
113 | tests/auto/qlibrary/libmylib.so* |
|
112 | tests/auto/qlibrary/libmylib.so* | |
114 | tests/auto/qresourceengine/runtime_resource.rcc |
|
113 | tests/auto/qresourceengine/runtime_resource.rcc | |
115 | tools/qtestlib/chart/chart* |
|
114 | tools/qtestlib/chart/chart* | |
116 | tools/qtestlib/updater/updater* |
|
115 | tools/qtestlib/updater/updater* | |
117 | tools/activeqt/testcon/testcon.tlb |
|
116 | tools/activeqt/testcon/testcon.tlb | |
118 | translations/*.qm |
|
117 | translations/*.qm | |
119 | translations/*_untranslated.ts |
|
118 | translations/*_untranslated.ts | |
120 | qrc_*.cpp |
|
119 | qrc_*.cpp | |
121 |
|
120 | |||
122 | # Test generated files |
|
121 | # Test generated files | |
123 | QObject.log |
|
122 | QObject.log | |
124 | tst_* |
|
123 | tst_* | |
125 | !tst_*.* |
|
124 | !tst_*.* | |
126 | tst_*.log |
|
125 | tst_*.log | |
127 | tst_*.debug |
|
126 | tst_*.debug | |
128 | tst_*~ |
|
127 | tst_*~ | |
129 |
|
128 | |||
130 | # xemacs temporary files |
|
129 | # xemacs temporary files | |
131 | *.flc |
|
130 | *.flc | |
132 |
|
131 | |||
133 | # Vim temporary files |
|
132 | # Vim temporary files | |
134 | .*.swp |
|
133 | .*.swp | |
135 |
|
134 | |||
136 | # Visual Studio generated files |
|
135 | # Visual Studio generated files | |
137 | *.ib_pdb_index |
|
136 | *.ib_pdb_index | |
138 | *.idb |
|
137 | *.idb | |
139 | *.ilk |
|
138 | *.ilk | |
140 | *.pdb |
|
139 | *.pdb | |
141 | *.sln |
|
140 | *.sln | |
142 | *.suo |
|
141 | *.suo | |
143 | *.vcproj |
|
142 | *.vcproj | |
144 | *vcproj.*.*.user |
|
143 | *vcproj.*.*.user | |
145 | *.ncb |
|
144 | *.ncb | |
146 | *.vcxproj |
|
145 | *.vcxproj | |
147 | *.vcxproj.filters |
|
146 | *.vcxproj.filters | |
148 | *.vcxproj.user |
|
147 | *.vcxproj.user | |
149 |
|
148 | |||
150 | # MinGW generated files |
|
149 | # MinGW generated files | |
151 | *.Debug |
|
150 | *.Debug | |
152 | *.Release |
|
151 | *.Release | |
153 |
|
152 | |||
154 | # WebKit temp files |
|
153 | # WebKit temp files | |
155 | src/3rdparty/webkit/WebCore/mocinclude.tmp |
|
154 | src/3rdparty/webkit/WebCore/mocinclude.tmp | |
156 | src/3rdparty/webkit/includes.txt |
|
155 | src/3rdparty/webkit/includes.txt | |
157 | src/3rdparty/webkit/includes2.txt |
|
156 | src/3rdparty/webkit/includes2.txt | |
158 |
|
157 | |||
159 | # Symlinks generated by configure |
|
158 | # Symlinks generated by configure | |
160 | tools/qvfb/qvfbhdr.h |
|
159 | tools/qvfb/qvfbhdr.h | |
161 | tools/qvfb/qlock_p.h |
|
160 | tools/qvfb/qlock_p.h | |
162 | tools/qvfb/qlock.cpp |
|
161 | tools/qvfb/qlock.cpp | |
163 | tools/qvfb/qwssignalhandler.cpp |
|
162 | tools/qvfb/qwssignalhandler.cpp | |
164 | tools/qvfb/qwssignalhandler_p.h |
|
163 | tools/qvfb/qwssignalhandler_p.h | |
165 | .DS_Store |
|
164 | .DS_Store | |
166 | .pch |
|
165 | .pch | |
167 | .rcc |
|
166 | .rcc | |
168 | *.app |
|
167 | *.app | |
169 | config.status |
|
168 | config.status | |
170 | config.tests/unix/cups/cups |
|
169 | config.tests/unix/cups/cups | |
171 | config.tests/unix/getaddrinfo/getaddrinfo |
|
170 | config.tests/unix/getaddrinfo/getaddrinfo | |
172 | config.tests/unix/getifaddrs/getifaddrs |
|
171 | config.tests/unix/getifaddrs/getifaddrs | |
173 | config.tests/unix/iconv/iconv |
|
172 | config.tests/unix/iconv/iconv | |
174 | config.tests/unix/ipv6/ipv6 |
|
173 | config.tests/unix/ipv6/ipv6 | |
175 | config.tests/unix/ipv6ifname/ipv6ifname |
|
174 | config.tests/unix/ipv6ifname/ipv6ifname | |
176 | config.tests/unix/largefile/largefile |
|
175 | config.tests/unix/largefile/largefile | |
177 | config.tests/unix/nis/nis |
|
176 | config.tests/unix/nis/nis | |
178 | config.tests/unix/odbc/odbc |
|
177 | config.tests/unix/odbc/odbc | |
179 | config.tests/unix/openssl/openssl |
|
178 | config.tests/unix/openssl/openssl | |
180 | config.tests/unix/stl/stl |
|
179 | config.tests/unix/stl/stl | |
181 | config.tests/unix/zlib/zlib |
|
180 | config.tests/unix/zlib/zlib | |
182 | config.tests/unix/3dnow/3dnow |
|
181 | config.tests/unix/3dnow/3dnow | |
183 | config.tests/unix/mmx/mmx |
|
182 | config.tests/unix/mmx/mmx | |
184 | config.tests/unix/sse/sse |
|
183 | config.tests/unix/sse/sse | |
185 | config.tests/unix/sse2/sse2 |
|
184 | config.tests/unix/sse2/sse2 | |
186 |
|
185 | |||
187 |
|
186 | |||
188 |
|
187 | |||
189 | # Directories to ignore |
|
188 | # Directories to ignore | |
190 | # --------------------- |
|
189 | # --------------------- | |
191 |
|
190 | |||
192 | debug |
|
191 | debug | |
193 | examples/tools/plugandpaint/plugins |
|
192 | examples/tools/plugandpaint/plugins | |
194 | include/* |
|
193 | include/* | |
195 | include/*/* |
|
194 | include/*/* | |
196 | lib/* |
|
195 | lib/* | |
197 | !lib/fonts |
|
196 | !lib/fonts | |
198 | !lib/README |
|
197 | !lib/README | |
199 | plugins/*/* |
|
198 | plugins/*/* | |
200 | release |
|
199 | release | |
201 | tmp |
|
200 | tmp | |
202 | doc-build |
|
201 | doc-build | |
203 | doc/html/* |
|
202 | doc/html/* | |
204 | tools/qdoc3/doc/html/* |
|
203 | tools/qdoc3/doc/html/* | |
205 | doc/qch |
|
204 | doc/qch | |
206 | doc-build |
|
205 | doc-build | |
207 | .rcc |
|
206 | .rcc | |
208 | .pch |
|
207 | .pch | |
209 | .metadata |
|
208 | .metadata | |
210 | build/* |
|
209 | build/* | |
211 | bin/* |
|
210 | bin/* | |
212 | coverage/* |
|
211 | coverage/* | |
213 |
|
212 | |||
214 | # Symbian build system generated files |
|
213 | # Symbian build system generated files | |
215 | # --------------------- |
|
214 | # --------------------- | |
216 |
|
215 | |||
217 | ABLD.BAT |
|
216 | ABLD.BAT | |
218 | bld.inf* |
|
217 | bld.inf* | |
219 | *.mmp |
|
218 | *.mmp | |
220 | *.mk |
|
219 | *.mk | |
221 | *.rss |
|
220 | *.rss | |
222 | *.loc |
|
221 | *.loc | |
223 | !s60main.rss |
|
222 | !s60main.rss | |
224 | *.pkg |
|
223 | *.pkg | |
225 | plugin_commonu.def |
|
224 | plugin_commonu.def | |
226 | *.qtplugin |
|
225 | *.qtplugin | |
227 | *.sis |
|
226 | *.sis | |
228 | *.sisx |
|
227 | *.sisx | |
229 | *.lst |
|
228 | *.lst | |
230 | *.exe |
|
229 | *.exe | |
231 | *.mif |
|
230 | *.mif | |
232 | *.rsc |
|
231 | *.rsc | |
233 | *.sym |
|
232 | *.sym | |
234 | *.lib |
|
233 | *.lib | |
235 |
|
234 | |||
236 | # runonphone crash dumps |
|
235 | # runonphone crash dumps | |
237 | d_exc_*.txt |
|
236 | d_exc_*.txt | |
238 | d_exc_*.stk |
|
237 | d_exc_*.stk | |
239 |
|
238 | |||
240 | # Generated by abldfast.bat from devtools. |
|
239 | # Generated by abldfast.bat from devtools. | |
241 | .abldsteps.* |
|
240 | .abldsteps.* | |
242 |
|
241 | |||
243 | # Carbide project files |
|
242 | # Carbide project files | |
244 | # --------------------- |
|
243 | # --------------------- | |
245 | .project |
|
244 | .project | |
246 | .cproject |
|
245 | .cproject | |
247 | .make.cache |
|
246 | .make.cache | |
248 | *.d |
|
247 | *.d | |
249 |
|
248 | |||
250 | # OSX build files |
|
249 | # OSX build files | |
251 | *.xcodeproj |
|
250 | *.xcodeproj | |
252 | Info.plist |
|
251 | Info.plist | |
253 |
|
252 | |||
254 | qtc-debugging-helper |
|
253 | qtc-debugging-helper | |
255 | qtc-qmldump |
|
254 | qtc-qmldump | |
256 | qtc-qmldbg |
|
255 | qtc-qmldbg | |
257 |
|
256 | |||
258 | .pc/ |
|
257 | .pc/ | |
259 |
|
258 | |||
260 | # INTEGRITY generated files |
|
259 | # INTEGRITY generated files | |
261 | *.gpj |
|
260 | *.gpj | |
262 | *.int |
|
261 | *.int | |
263 | *.ael |
|
262 | *.ael | |
264 | *.dla |
|
263 | *.dla | |
265 | *.dnm |
|
264 | *.dnm | |
266 | *.dep |
|
265 | *.dep | |
267 | *.map |
|
266 | *.map | |
268 | work |
|
267 | work | |
269 |
|
268 |
General Comments 0
You need to be logged in to leave comments.
Login now