@@ -1,32 +1,33 | |||||
1 | /*! |
|
1 | /*! | |
2 | \page index.html |
|
2 | \page index.html | |
3 | \keyword About |
|
3 | \keyword About | |
4 |
|
4 | |||
5 | \raw HTML |
|
5 | \raw HTML | |
6 | <div class="qchart"> |
|
6 | <div class="qchart"> | |
7 | <img src="images/qt_commercial_logo.png" alt="qtcommercial"/> |
|
7 | <img src="images/qt_commercial_logo.png" alt="qtcommercial"/> | |
8 |
|
8 | |||
9 | <p> |
|
9 | <p> | |
10 | QCharts is a part of Qt Commercial addons package. It provides a set of easy to use chart |
|
10 | QCharts is a part of Qt Commercial addons package. It provides a set of easy to use chart | |
11 | components which are available for Qt Commercial customers. It uses Qt Graphics View |
|
11 | components which are available for Qt Commercial customers. It uses Qt Graphics View | |
12 | Framework, therefore charts can be easily integrated to modern 2D user interfaces. QCharts can |
|
12 | Framework, therefore charts can be easily integrated to modern 2D user interfaces. QCharts can | |
13 | be used as QWidgets, QGraphicsWidget or QML elements. Users can easily create impressive |
|
13 | be used as QWidgets, QGraphicsWidget or QML elements. Users can easily create impressive | |
14 | graphs by selecting one of the charts themes. |
|
14 | graphs by selecting one of the charts themes. | |
15 | </p> |
|
15 | </p> | |
16 |
|
16 | |||
17 | <table><tr> |
|
17 | <table><tr> | |
18 | <td><img src="images/linechart.png" alt="linechart" /></td> |
|
18 | <td><img src="images/linechart.png" alt="linechart" /></td> | |
19 | <td><img src="images/chartview_example_bar.jpg " alt="barchart" /></td> |
|
19 | <td><img src="images/chartview_example_bar.jpg " alt="barchart" /></td> | |
20 | <td><img src="images/chartview_example_pie.jpg " alt="piechart" /></td> |
|
|||
21 | </tr> |
|
20 | </tr> | |
22 | <tr> |
|
21 | <tr> | |
23 | <td><img src="images/chartview_example.jpg " alt="linechart" /></td> |
|
22 | <td><img src="images/chartview_example.jpg " alt="linechart" /></td> | |
|
23 | <td><img src="images/chartview_example_pie.jpg " alt="piechart" /></td> | |||
|
24 | </tr><tr> | |||
24 | <td><img src="images/chartview_example_scatter.jpg " alt="scatterchart" /></td> |
|
25 | <td><img src="images/chartview_example_scatter.jpg " alt="scatterchart" /></td> | |
25 | <td><img src="images/chartview_example_theme.jpg " alt="themechart" /></td> |
|
26 | <td><img src="images/chartview_example_theme.jpg " alt="themechart" /></td> | |
26 | </tr> |
|
27 | </tr> | |
27 | </table> |
|
28 | </table> | |
28 | </div> |
|
29 | </div> | |
29 | \endraw |
|
30 | \endraw | |
30 |
|
31 | |||
31 |
|
32 | |||
32 | */ |
|
33 | */ |
@@ -1,708 +1,713 | |||||
1 | @media screen |
|
1 | @media screen | |
2 | { |
|
2 | { | |
3 |
|
3 | |||
4 | .qchart |
|
4 | .qchart | |
5 | { |
|
5 | { | |
6 |
width: |
|
6 | width:1000px; | |
7 | margin-left: auto; |
|
7 | margin-left: auto; | |
8 | margin-right: auto; |
|
8 | margin-right: auto; | |
9 | margin-top: 50px; |
|
9 | margin-top: 50px; | |
|
10 | max-width:100%; | |||
|
11 | overflow-x: auto; | |||
10 | } |
|
12 | } | |
11 |
|
13 | |||
12 | .qchart img |
|
14 | .qchart img | |
13 | { |
|
15 | { | |
14 | float:left; |
|
16 | float:left; | |
15 | } |
|
17 | } | |
16 |
|
18 | |||
17 | .qchart table |
|
19 | .qchart table | |
18 | { |
|
20 | { | |
|
21 | width:1000px; | |||
19 |
|
|
22 | margin-top: 50px; | |
|
23 | max-width:100%; | |||
20 | } |
|
24 | } | |
21 |
|
25 | |||
22 | /* basic elements */ |
|
26 | /* basic elements */ | |
23 | html |
|
27 | html | |
24 | { |
|
28 | { | |
25 | color: #000000; |
|
29 | color: #000000; | |
|
30 | min-width: 1000px; | |||
26 | background: #FFFFFF; |
|
31 | background: #FFFFFF; | |
27 | } |
|
32 | } | |
28 | table |
|
33 | table | |
29 | { |
|
34 | { | |
30 | border-collapse: collapse; |
|
35 | border-collapse: collapse; | |
31 | border-spacing: 0; |
|
36 | border-spacing: 0; | |
32 | } |
|
37 | } | |
33 | fieldset, img |
|
38 | fieldset, img | |
34 | { |
|
39 | { | |
35 | border: 0; |
|
40 | border: 0; | |
36 | max-width:100%; |
|
41 | max-width:100%; | |
37 | } |
|
42 | } | |
38 | address, caption, cite, code, dfn, em, strong, th, var, optgroup |
|
43 | address, caption, cite, code, dfn, em, strong, th, var, optgroup | |
39 | { |
|
44 | { | |
40 | font-style: inherit; |
|
45 | font-style: inherit; | |
41 | font-weight: inherit; |
|
46 | font-weight: inherit; | |
42 | } |
|
47 | } | |
43 | del, ins |
|
48 | del, ins | |
44 | { |
|
49 | { | |
45 | text-decoration: none; |
|
50 | text-decoration: none; | |
46 | } |
|
51 | } | |
47 | li |
|
52 | li | |
48 | { |
|
53 | { | |
49 | list-style: none; |
|
54 | list-style: none; | |
50 | } |
|
55 | } | |
51 | ol li |
|
56 | ol li | |
52 | { |
|
57 | { | |
53 | list-style: decimal; |
|
58 | list-style: decimal; | |
54 | } |
|
59 | } | |
55 | caption, th |
|
60 | caption, th | |
56 | { |
|
61 | { | |
57 | text-align: left; |
|
62 | text-align: left; | |
58 | } |
|
63 | } | |
59 | h1, h2, h3, h4, h5, h6 |
|
64 | h1, h2, h3, h4, h5, h6 | |
60 | { |
|
65 | { | |
61 | font-size: 100%; |
|
66 | font-size: 100%; | |
62 | } |
|
67 | } | |
63 | q:before, q:after |
|
68 | q:before, q:after | |
64 | { |
|
69 | { | |
65 | content: ''; |
|
70 | content: ''; | |
66 | } |
|
71 | } | |
67 | abbr, acronym |
|
72 | abbr, acronym | |
68 | { |
|
73 | { | |
69 | border: 0; |
|
74 | border: 0; | |
70 | font-variant: normal; |
|
75 | font-variant: normal; | |
71 | } |
|
76 | } | |
72 | sup, sub |
|
77 | sup, sub | |
73 | { |
|
78 | { | |
74 | vertical-align: baseline; |
|
79 | vertical-align: baseline; | |
75 | } |
|
80 | } | |
76 | tt, .qmlreadonly span, .qmldefault span |
|
81 | tt, .qmlreadonly span, .qmldefault span | |
77 | { |
|
82 | { | |
78 | word-spacing:0.5em; |
|
83 | word-spacing:0.5em; | |
79 | } |
|
84 | } | |
80 | legend |
|
85 | legend | |
81 | { |
|
86 | { | |
82 | color: #000000; |
|
87 | color: #000000; | |
83 | } |
|
88 | } | |
84 | strong |
|
89 | strong | |
85 | { |
|
90 | { | |
86 | font-weight: bold; |
|
91 | font-weight: bold; | |
87 | } |
|
92 | } | |
88 | em |
|
93 | em | |
89 | { |
|
94 | { | |
90 | font-style: italic; |
|
95 | font-style: italic; | |
91 | } |
|
96 | } | |
92 |
|
97 | |||
93 | body |
|
98 | body | |
94 | { |
|
99 | { | |
95 | margin-left: 0.5em; |
|
100 | margin-left: 0.5em; | |
96 | margin-right: 0.5em; |
|
101 | margin-right: 0.5em; | |
97 | } |
|
102 | } | |
98 | a |
|
103 | a | |
99 | { |
|
104 | { | |
100 | color: #00732F; |
|
105 | color: #00732F; | |
101 | text-decoration: none; |
|
106 | text-decoration: none; | |
102 | } |
|
107 | } | |
103 | hr |
|
108 | hr | |
104 | { |
|
109 | { | |
105 | background-color: #E6E6E6; |
|
110 | background-color: #E6E6E6; | |
106 | border: 1px solid #E6E6E6; |
|
111 | border: 1px solid #E6E6E6; | |
107 | height: 1px; |
|
112 | height: 1px; | |
108 | width: 100%; |
|
113 | width: 100%; | |
109 | text-align: left; |
|
114 | text-align: left; | |
110 | margin: 1.5em 0 1.5em 0; |
|
115 | margin: 1.5em 0 1.5em 0; | |
111 | } |
|
116 | } | |
112 |
|
117 | |||
113 | pre |
|
118 | pre | |
114 | { |
|
119 | { | |
115 | border: 1px solid #DDDDDD; |
|
120 | border: 1px solid #DDDDDD; | |
116 | -moz-border-radius: 0.7em 0.7em 0.7em 0.7em; |
|
121 | -moz-border-radius: 0.7em 0.7em 0.7em 0.7em; | |
117 | -webkit-border-radius: 0.7em 0.7em 0.7em 0.7em; |
|
122 | -webkit-border-radius: 0.7em 0.7em 0.7em 0.7em; | |
118 | border-radius: 0.7em 0.7em 0.7em 0.7em; |
|
123 | border-radius: 0.7em 0.7em 0.7em 0.7em; | |
119 | margin: 0 1.5em 1em 1em; |
|
124 | margin: 0 1.5em 1em 1em; | |
120 | padding: 1em 1em 1em 1em; |
|
125 | padding: 1em 1em 1em 1em; | |
121 | overflow-x: auto; |
|
126 | overflow-x: auto; | |
122 | } |
|
127 | } | |
123 | table, pre |
|
128 | table, pre | |
124 | { |
|
129 | { | |
125 | -moz-border-radius: 0.7em 0.7em 0.7em 0.7em; |
|
130 | -moz-border-radius: 0.7em 0.7em 0.7em 0.7em; | |
126 | -webkit-border-radius: 0.7em 0.7em 0.7em 0.7em; |
|
131 | -webkit-border-radius: 0.7em 0.7em 0.7em 0.7em; | |
127 | border-radius: 0.7em 0.7em 0.7em 0.7em; |
|
132 | border-radius: 0.7em 0.7em 0.7em 0.7em; | |
128 | background-color: #F6F6F6; |
|
133 | background-color: #F6F6F6; | |
129 | border: 1px solid #E6E6E6; |
|
134 | border: 1px solid #E6E6E6; | |
130 | border-collapse: separate; |
|
135 | border-collapse: separate; | |
131 | margin-bottom: 2.5em; |
|
136 | margin-bottom: 2.5em; | |
132 | } |
|
137 | } | |
133 | pre { |
|
138 | pre { | |
134 | font-size: 90%; |
|
139 | font-size: 90%; | |
135 | display: block; |
|
140 | display: block; | |
136 | overflow:hidden; |
|
141 | overflow:hidden; | |
137 | } |
|
142 | } | |
138 | thead |
|
143 | thead | |
139 | { |
|
144 | { | |
140 | margin-top: 0.5em; |
|
145 | margin-top: 0.5em; | |
141 | font-weight: bold |
|
146 | font-weight: bold | |
142 | } |
|
147 | } | |
143 | th |
|
148 | th | |
144 | { |
|
149 | { | |
145 | padding: 0.5em 1.5em 0.5em 1.5em; |
|
150 | padding: 0.5em 1.5em 0.5em 1.5em; | |
146 | background-color: #E1E1E1; |
|
151 | background-color: #E1E1E1; | |
147 | border-left: 1px solid #E6E6E6; |
|
152 | border-left: 1px solid #E6E6E6; | |
148 | } |
|
153 | } | |
149 | td |
|
154 | td | |
150 | { |
|
155 | { | |
151 | padding: 0.25em 1.5em 0.25em 2em; |
|
156 | padding: 0.25em 1.5em 0.25em 2em; | |
152 | } |
|
157 | } | |
153 |
|
158 | |||
154 | td.rightAlign |
|
159 | td.rightAlign | |
155 | { |
|
160 | { | |
156 | padding: 0.25em 0.5em 0.25em 1em; |
|
161 | padding: 0.25em 0.5em 0.25em 1em; | |
157 | } |
|
162 | } | |
158 | table tr.odd |
|
163 | table tr.odd | |
159 | { |
|
164 | { | |
160 | border-left: 1px solid #E6E6E6; |
|
165 | border-left: 1px solid #E6E6E6; | |
161 | background-color: #F6F6F6; |
|
166 | background-color: #F6F6F6; | |
162 | color: #66666E; |
|
167 | color: #66666E; | |
163 | } |
|
168 | } | |
164 | table tr.even |
|
169 | table tr.even | |
165 | { |
|
170 | { | |
166 | border-left: 1px solid #E6E6E6; |
|
171 | border-left: 1px solid #E6E6E6; | |
167 | background-color: #ffffff; |
|
172 | background-color: #ffffff; | |
168 | color: #66666E; |
|
173 | color: #66666E; | |
169 | } |
|
174 | } | |
170 |
|
175 | |||
171 | div.float-left |
|
176 | div.float-left | |
172 | { |
|
177 | { | |
173 | float: left; margin-right: 2em |
|
178 | float: left; margin-right: 2em | |
174 | } |
|
179 | } | |
175 | div.float-right |
|
180 | div.float-right | |
176 | { |
|
181 | { | |
177 | float: right; margin-left: 2em |
|
182 | float: right; margin-left: 2em | |
178 | } |
|
183 | } | |
179 |
|
184 | |||
180 | span.comment |
|
185 | span.comment | |
181 | { |
|
186 | { | |
182 | color: #008B00; |
|
187 | color: #008B00; | |
183 | font-style: italic |
|
188 | font-style: italic | |
184 | } |
|
189 | } | |
185 | span.string, span.char |
|
190 | span.string, span.char | |
186 | { |
|
191 | { | |
187 | color: #000084; |
|
192 | color: #000084; | |
188 | } |
|
193 | } | |
189 | span.number |
|
194 | span.number | |
190 | { |
|
195 | { | |
191 | color: #a46200; |
|
196 | color: #a46200; | |
192 | } |
|
197 | } | |
193 | span.operator |
|
198 | span.operator | |
194 | { |
|
199 | { | |
195 | color: #202020; |
|
200 | color: #202020; | |
196 | } |
|
201 | } | |
197 | span.keyword |
|
202 | span.keyword | |
198 | { |
|
203 | { | |
199 | color: #840000; |
|
204 | color: #840000; | |
200 | } |
|
205 | } | |
201 | span.name |
|
206 | span.name | |
202 | { |
|
207 | { | |
203 | color: black |
|
208 | color: black | |
204 | } |
|
209 | } | |
205 | span.type |
|
210 | span.type | |
206 | { |
|
211 | { | |
207 | font-weight: bold |
|
212 | font-weight: bold | |
208 | } |
|
213 | } | |
209 | span.type a:visited |
|
214 | span.type a:visited | |
210 | { |
|
215 | { | |
211 | color: #0F5300; |
|
216 | color: #0F5300; | |
212 | } |
|
217 | } | |
213 | span.preprocessor |
|
218 | span.preprocessor | |
214 | { |
|
219 | { | |
215 | color: #404040 |
|
220 | color: #404040 | |
216 | } |
|
221 | } | |
217 | /* end basic elements */ |
|
222 | /* end basic elements */ | |
218 |
|
223 | |||
219 | /* font style elements */ |
|
224 | /* font style elements */ | |
220 | .heading |
|
225 | .heading | |
221 | { |
|
226 | { | |
222 | font-weight: bold; |
|
227 | font-weight: bold; | |
223 | font-size: 125%; |
|
228 | font-size: 125%; | |
224 | } |
|
229 | } | |
225 | .subtitle |
|
230 | .subtitle | |
226 | { |
|
231 | { | |
227 | font-size: 110% |
|
232 | font-size: 110% | |
228 | } |
|
233 | } | |
229 | .small-subtitle |
|
234 | .small-subtitle | |
230 | { |
|
235 | { | |
231 | font-size: 100% |
|
236 | font-size: 100% | |
232 | } |
|
237 | } | |
233 | .red |
|
238 | .red | |
234 | { |
|
239 | { | |
235 | color:red; |
|
240 | color:red; | |
236 | } |
|
241 | } | |
237 | /* end font style elements */ |
|
242 | /* end font style elements */ | |
238 |
|
243 | |||
239 | /* global settings*/ |
|
244 | /* global settings*/ | |
240 | .header, .footer |
|
245 | .header, .footer | |
241 | { |
|
246 | { | |
242 | display: block; |
|
247 | display: block; | |
243 | clear: both; |
|
248 | clear: both; | |
244 | overflow: hidden; |
|
249 | overflow: hidden; | |
245 | } |
|
250 | } | |
246 | /* end global settings*/ |
|
251 | /* end global settings*/ | |
247 |
|
252 | |||
248 | /* header elements */ |
|
253 | /* header elements */ | |
249 | .header .qtref |
|
254 | .header .qtref | |
250 | { |
|
255 | { | |
251 | color: #00732F; |
|
256 | color: #00732F; | |
252 | font-weight: bold; |
|
257 | font-weight: bold; | |
253 | font-size: 100%; |
|
258 | font-size: 100%; | |
254 | text-align: center; |
|
259 | text-align: center; | |
255 | } |
|
260 | } | |
256 |
|
261 | |||
257 | .header .content |
|
262 | .header .content | |
258 | { |
|
263 | { | |
259 | /* margin-bottom: 0.5em*/ |
|
264 | /* margin-bottom: 0.5em*/ | |
260 | } |
|
265 | } | |
261 |
|
266 | |||
262 | .header .content img |
|
267 | .header .content img | |
263 | { |
|
268 | { | |
264 | display: block; |
|
269 | display: block; | |
265 | margin-left: auto; |
|
270 | margin-left: auto; | |
266 | margin-right: auto; |
|
271 | margin-right: auto; | |
267 | width: 100px; |
|
272 | width: 100px; | |
268 | } |
|
273 | } | |
269 |
|
274 | |||
270 | .naviNextPrevious |
|
275 | .naviNextPrevious | |
271 | { |
|
276 | { | |
272 | display: none |
|
277 | display: none | |
273 | } |
|
278 | } | |
274 | .header .breadcrumb |
|
279 | .header .breadcrumb | |
275 | { |
|
280 | { | |
276 | font-size: 100%; |
|
281 | font-size: 100%; | |
277 | padding: 0.5em 0 0.5em 1em; |
|
282 | padding: 0.5em 0 0.5em 1em; | |
278 | margin: 0; |
|
283 | margin: 0; | |
279 | /*background-color: #393735;*/ |
|
284 | /*background-color: #393735;*/ | |
280 | font-weight: bold; |
|
285 | font-weight: bold; | |
281 | background: #ffffff url(../images/bg.png) repeat-x; |
|
286 | background: #ffffff url(../images/bg.png) repeat-x; | |
282 | height: 20px; |
|
287 | height: 20px; | |
283 | border-bottom: 1px solid #d1d1d1; |
|
288 | border-bottom: 1px solid #d1d1d1; | |
284 | } |
|
289 | } | |
285 |
|
290 | |||
286 | .header .breadcrumb ul |
|
291 | .header .breadcrumb ul | |
287 | { |
|
292 | { | |
288 | margin: 0; |
|
293 | margin: 0; | |
289 | padding: 0; |
|
294 | padding: 0; | |
290 | } |
|
295 | } | |
291 |
|
296 | |||
292 | .header .content |
|
297 | .header .content | |
293 | { |
|
298 | { | |
294 | word-wrap: break-word; |
|
299 | word-wrap: break-word; | |
295 | } |
|
300 | } | |
296 |
|
301 | |||
297 | .header .breadcrumb ul li |
|
302 | .header .breadcrumb ul li | |
298 | { |
|
303 | { | |
299 | float: left; |
|
304 | float: left; | |
300 | /*background: url(../images/breadcrumb.png) no-repeat 0 3px;*/ |
|
305 | /*background: url(../images/breadcrumb.png) no-repeat 0 3px;*/ | |
301 | padding-left: 1.5em; |
|
306 | padding-left: 1.5em; | |
302 | margin-left: 1.5em; |
|
307 | margin-left: 1.5em; | |
303 | } |
|
308 | } | |
304 |
|
309 | |||
305 | .header .breadcrumb ul li.last |
|
310 | .header .breadcrumb ul li.last | |
306 | { |
|
311 | { | |
307 | font-weight: normal; |
|
312 | font-weight: normal; | |
308 | } |
|
313 | } | |
309 |
|
314 | |||
310 | .header .breadcrumb ul li a |
|
315 | .header .breadcrumb ul li a | |
311 | { |
|
316 | { | |
312 | color: #ffffff; |
|
317 | color: #ffffff; | |
313 | } |
|
318 | } | |
314 |
|
319 | |||
315 | .header .breadcrumb ul li a:hover |
|
320 | .header .breadcrumb ul li a:hover | |
316 | { |
|
321 | { | |
317 | color: #00732F; |
|
322 | color: #00732F; | |
318 | text-decoration: none; |
|
323 | text-decoration: none; | |
319 | } |
|
324 | } | |
320 |
|
325 | |||
321 | .header .breadcrumb ul li.first |
|
326 | .header .breadcrumb ul li.first | |
322 | { |
|
327 | { | |
323 | background-image: none; |
|
328 | background-image: none; | |
324 | padding-left: 0; |
|
329 | padding-left: 0; | |
325 | margin-left: 0; |
|
330 | margin-left: 0; | |
326 | } |
|
331 | } | |
327 |
|
332 | |||
328 | .header .content ol li { |
|
333 | .header .content ol li { | |
329 | background: none; |
|
334 | background: none; | |
330 | margin-bottom: 1.0em; |
|
335 | margin-bottom: 1.0em; | |
331 | margin-left: 1.2em; |
|
336 | margin-left: 1.2em; | |
332 | padding-left: 0 |
|
337 | padding-left: 0 | |
333 | } |
|
338 | } | |
334 |
|
339 | |||
335 | .header .content li |
|
340 | .header .content li | |
336 | { |
|
341 | { | |
337 | background: url(../images/bullet_sq.png) no-repeat 0 5px; |
|
342 | background: url(../images/bullet_sq.png) no-repeat 0 5px; | |
338 | margin-bottom: 1em; |
|
343 | margin-bottom: 1em; | |
339 | padding-left: 1.2em; |
|
344 | padding-left: 1.2em; | |
340 | } |
|
345 | } | |
341 |
|
346 | |||
342 | /* end header elements */ |
|
347 | /* end header elements */ | |
343 |
|
348 | |||
344 | /* content elements */ |
|
349 | /* content elements */ | |
345 | .content h1 |
|
350 | .content h1 | |
346 | { |
|
351 | { | |
347 | font-weight: bold; |
|
352 | font-weight: bold; | |
348 | font-size: 150% |
|
353 | font-size: 150% | |
349 | } |
|
354 | } | |
350 |
|
355 | |||
351 | .content h2 |
|
356 | .content h2 | |
352 | { |
|
357 | { | |
353 | font-weight: bold; |
|
358 | font-weight: bold; | |
354 | font-size: 135%; |
|
359 | font-size: 135%; | |
355 | width: 100%; |
|
360 | width: 100%; | |
356 | } |
|
361 | } | |
357 | .content h3 |
|
362 | .content h3 | |
358 | { |
|
363 | { | |
359 | font-weight: bold; |
|
364 | font-weight: bold; | |
360 | font-size: 120%; |
|
365 | font-size: 120%; | |
361 | width: 100%; |
|
366 | width: 100%; | |
362 | } |
|
367 | } | |
363 | .content table p |
|
368 | .content table p | |
364 | { |
|
369 | { | |
365 | margin: 0 |
|
370 | margin: 0 | |
366 | } |
|
371 | } | |
367 | .content ul |
|
372 | .content ul | |
368 | { |
|
373 | { | |
369 | padding-left: 2.5em; |
|
374 | padding-left: 2.5em; | |
370 | } |
|
375 | } | |
371 | .content li |
|
376 | .content li | |
372 | { |
|
377 | { | |
373 | padding-top: 0.25em; |
|
378 | padding-top: 0.25em; | |
374 | padding-bottom: 0.25em; |
|
379 | padding-bottom: 0.25em; | |
375 | } |
|
380 | } | |
376 | .content ul img { |
|
381 | .content ul img { | |
377 | vertical-align: middle; |
|
382 | vertical-align: middle; | |
378 | } |
|
383 | } | |
379 |
|
384 | |||
380 | .content a:visited |
|
385 | .content a:visited | |
381 | { |
|
386 | { | |
382 | color: #4c0033; |
|
387 | color: #4c0033; | |
383 | text-decoration: none; |
|
388 | text-decoration: none; | |
384 | } |
|
389 | } | |
385 |
|
390 | |||
386 | .content a:visited:hover |
|
391 | .content a:visited:hover | |
387 | { |
|
392 | { | |
388 | color: #4c0033; |
|
393 | color: #4c0033; | |
389 | text-decoration: underline; |
|
394 | text-decoration: underline; | |
390 | } |
|
395 | } | |
391 |
|
396 | |||
392 | a:hover |
|
397 | a:hover | |
393 | { |
|
398 | { | |
394 | color: #4c0033; |
|
399 | color: #4c0033; | |
395 | text-decoration: underline; |
|
400 | text-decoration: underline; | |
396 | } |
|
401 | } | |
397 | descr p a |
|
402 | descr p a | |
398 | { |
|
403 | { | |
399 | text-decoration: underline; |
|
404 | text-decoration: underline; | |
400 | } |
|
405 | } | |
401 |
|
406 | |||
402 | .descr p a:visited |
|
407 | .descr p a:visited | |
403 | { |
|
408 | { | |
404 | text-decoration: underline; |
|
409 | text-decoration: underline; | |
405 | } |
|
410 | } | |
406 |
|
411 | |||
407 | .alphaChar{ |
|
412 | .alphaChar{ | |
408 | width:95%; |
|
413 | width:95%; | |
409 | background-color:#F6F6F6; |
|
414 | background-color:#F6F6F6; | |
410 | border:1px solid #E6E6E6; |
|
415 | border:1px solid #E6E6E6; | |
411 | -moz-border-radius: 7px 7px 7px 7px; |
|
416 | -moz-border-radius: 7px 7px 7px 7px; | |
412 | border-radius: 7px 7px 7px 7px; |
|
417 | border-radius: 7px 7px 7px 7px; | |
413 | -webkit-border-radius: 7px 7px 7px 7px; |
|
418 | -webkit-border-radius: 7px 7px 7px 7px; | |
414 | font-size:12pt; |
|
419 | font-size:12pt; | |
415 | padding-left:10px; |
|
420 | padding-left:10px; | |
416 | margin-top:10px; |
|
421 | margin-top:10px; | |
417 | margin-bottom:10px; |
|
422 | margin-bottom:10px; | |
418 | } |
|
423 | } | |
419 | .flowList{ |
|
424 | .flowList{ | |
420 | /*vertical-align:top;*/ |
|
425 | /*vertical-align:top;*/ | |
421 | /*margin:20px auto;*/ |
|
426 | /*margin:20px auto;*/ | |
422 |
|
427 | |||
423 | column-count:3; |
|
428 | column-count:3; | |
424 | -webkit-column-count:3; |
|
429 | -webkit-column-count:3; | |
425 | -moz-column-count:3; |
|
430 | -moz-column-count:3; | |
426 | /* |
|
431 | /* | |
427 | column-width:100%; |
|
432 | column-width:100%; | |
428 | -webkit-column-width:200px; |
|
433 | -webkit-column-width:200px; | |
429 | -col-column-width:200px; |
|
434 | -col-column-width:200px; | |
430 | */ |
|
435 | */ | |
431 | column-gap:41px; |
|
436 | column-gap:41px; | |
432 | -webkit-column-gap:41px; |
|
437 | -webkit-column-gap:41px; | |
433 | -moz-column-gap:41px; |
|
438 | -moz-column-gap:41px; | |
434 |
|
439 | |||
435 | column-rule: 1px dashed #ccc; |
|
440 | column-rule: 1px dashed #ccc; | |
436 | -webkit-column-rule: 1px dashed #ccc; |
|
441 | -webkit-column-rule: 1px dashed #ccc; | |
437 | -moz-column-rule: 1px dashed #ccc; |
|
442 | -moz-column-rule: 1px dashed #ccc; | |
438 | } |
|
443 | } | |
439 |
|
444 | |||
440 | .flowList dl{ |
|
445 | .flowList dl{ | |
441 | } |
|
446 | } | |
442 | .flowList dd{ |
|
447 | .flowList dd{ | |
443 | /*display:inline-block;*/ |
|
448 | /*display:inline-block;*/ | |
444 | margin-left:10px; |
|
449 | margin-left:10px; | |
445 | min-width:250px; |
|
450 | min-width:250px; | |
446 | line-height: 1.5; |
|
451 | line-height: 1.5; | |
447 | min-width:100%; |
|
452 | min-width:100%; | |
448 | min-height:15px; |
|
453 | min-height:15px; | |
449 | } |
|
454 | } | |
450 |
|
455 | |||
451 | .flowList dd a{ |
|
456 | .flowList dd a{ | |
452 | } |
|
457 | } | |
453 |
|
458 | |||
454 | .content .flowList p{ |
|
459 | .content .flowList p{ | |
455 | padding:0px; |
|
460 | padding:0px; | |
456 | } |
|
461 | } | |
457 |
|
462 | |||
458 | .content .alignedsummary |
|
463 | .content .alignedsummary | |
459 | { |
|
464 | { | |
460 | margin: 15px; |
|
465 | margin: 15px; | |
461 | } |
|
466 | } | |
462 |
|
467 | |||
463 |
|
468 | |||
464 | .qmltype |
|
469 | .qmltype | |
465 | { |
|
470 | { | |
466 | text-align: center; |
|
471 | text-align: center; | |
467 | font-size: 120%; |
|
472 | font-size: 120%; | |
468 | } |
|
473 | } | |
469 | .qmlreadonly |
|
474 | .qmlreadonly | |
470 | { |
|
475 | { | |
471 | padding-left: 5px; |
|
476 | padding-left: 5px; | |
472 | float: right; |
|
477 | float: right; | |
473 | color: #254117; |
|
478 | color: #254117; | |
474 | } |
|
479 | } | |
475 |
|
480 | |||
476 | .qmldefault |
|
481 | .qmldefault | |
477 | { |
|
482 | { | |
478 | padding-left: 5px; |
|
483 | padding-left: 5px; | |
479 | float: right; |
|
484 | float: right; | |
480 | color: red; |
|
485 | color: red; | |
481 | } |
|
486 | } | |
482 |
|
487 | |||
483 | .qmldoc |
|
488 | .qmldoc | |
484 | { |
|
489 | { | |
485 | } |
|
490 | } | |
486 |
|
491 | |||
487 | .generic .alphaChar{ |
|
492 | .generic .alphaChar{ | |
488 | margin-top:5px; |
|
493 | margin-top:5px; | |
489 | } |
|
494 | } | |
490 |
|
495 | |||
491 | .generic .odd .alphaChar{ |
|
496 | .generic .odd .alphaChar{ | |
492 | background-color: #F6F6F6; |
|
497 | background-color: #F6F6F6; | |
493 | } |
|
498 | } | |
494 |
|
499 | |||
495 | .generic .even .alphaChar{ |
|
500 | .generic .even .alphaChar{ | |
496 | background-color: #FFFFFF; |
|
501 | background-color: #FFFFFF; | |
497 | } |
|
502 | } | |
498 |
|
503 | |||
499 | .memItemRight{ |
|
504 | .memItemRight{ | |
500 | padding: 0.25em 1.5em 0.25em 0; |
|
505 | padding: 0.25em 1.5em 0.25em 0; | |
501 | } |
|
506 | } | |
502 | .highlightedCode |
|
507 | .highlightedCode | |
503 | { |
|
508 | { | |
504 | margin: 1.0em; |
|
509 | margin: 1.0em; | |
505 | } |
|
510 | } | |
506 | .annotated td { |
|
511 | .annotated td { | |
507 | padding: 0.25em 0.5em 0.25em 0.5em; |
|
512 | padding: 0.25em 0.5em 0.25em 0.5em; | |
508 | } |
|
513 | } | |
509 |
|
514 | |||
510 | .header .content .toc ul |
|
515 | .header .content .toc ul | |
511 | { |
|
516 | { | |
512 | padding-left: 0px; |
|
517 | padding-left: 0px; | |
513 | } |
|
518 | } | |
514 |
|
519 | |||
515 | .content .toc h3 { |
|
520 | .content .toc h3 { | |
516 | border-bottom: 0px; |
|
521 | border-bottom: 0px; | |
517 | margin-top: 10px; |
|
522 | margin-top: 10px; | |
518 | } |
|
523 | } | |
519 |
|
524 | |||
520 | .content .toc h3 a:hover { |
|
525 | .content .toc h3 a:hover { | |
521 | color: #00732F; |
|
526 | color: #00732F; | |
522 | text-decoration: none; |
|
527 | text-decoration: none; | |
523 | } |
|
528 | } | |
524 |
|
529 | |||
525 | .content .toc .level2 |
|
530 | .content .toc .level2 | |
526 | { |
|
531 | { | |
527 | margin-left: 1.5em; |
|
532 | margin-left: 1.5em; | |
528 | } |
|
533 | } | |
529 |
|
534 | |||
530 | .content .toc .level3 |
|
535 | .content .toc .level3 | |
531 | { |
|
536 | { | |
532 | margin-left: 3.0em; |
|
537 | margin-left: 3.0em; | |
533 | } |
|
538 | } | |
534 |
|
539 | |||
535 | .content ul li |
|
540 | .content ul li | |
536 | { |
|
541 | { | |
537 | background: url(../images/bullet_sq.png) no-repeat 0 0.7em; |
|
542 | background: url(../images/bullet_sq.png) no-repeat 0 0.7em; | |
538 | padding-left: 1em |
|
543 | padding-left: 1em | |
539 | } |
|
544 | } | |
540 |
|
545 | |||
541 | .content .toc li |
|
546 | .content .toc li | |
542 | { |
|
547 | { | |
543 | background: url(../images/bullet_dn.png) no-repeat 0 5px; |
|
548 | background: url(../images/bullet_dn.png) no-repeat 0 5px; | |
544 | padding-left: 1em |
|
549 | padding-left: 1em | |
545 | } |
|
550 | } | |
546 |
|
551 | |||
547 | .relpage |
|
552 | .relpage | |
548 | { |
|
553 | { | |
549 | -moz-border-radius: 7px 7px 7px 7px; |
|
554 | -moz-border-radius: 7px 7px 7px 7px; | |
550 | -webkit-border-radius: 7px 7px 7px 7px; |
|
555 | -webkit-border-radius: 7px 7px 7px 7px; | |
551 | border-radius: 7px 7px 7px 7px; |
|
556 | border-radius: 7px 7px 7px 7px; | |
552 | border: 1px solid #DDDDDD; |
|
557 | border: 1px solid #DDDDDD; | |
553 | padding: 25px 25px; |
|
558 | padding: 25px 25px; | |
554 | clear: both; |
|
559 | clear: both; | |
555 | } |
|
560 | } | |
556 | .relpage ul |
|
561 | .relpage ul | |
557 | { |
|
562 | { | |
558 | float: none; |
|
563 | float: none; | |
559 | padding: 1.5em; |
|
564 | padding: 1.5em; | |
560 | } |
|
565 | } | |
561 |
|
566 | |||
562 | h3.fn, span.fn |
|
567 | h3.fn, span.fn | |
563 | { |
|
568 | { | |
564 | -moz-border-radius:7px 7px 7px 7px; |
|
569 | -moz-border-radius:7px 7px 7px 7px; | |
565 | -webkit-border-radius:7px 7px 7px 7px; |
|
570 | -webkit-border-radius:7px 7px 7px 7px; | |
566 | border-radius:7px 7px 7px 7px; |
|
571 | border-radius:7px 7px 7px 7px; | |
567 | background-color: #F6F6F6; |
|
572 | background-color: #F6F6F6; | |
568 | border-width: 1px; |
|
573 | border-width: 1px; | |
569 | border-style: solid; |
|
574 | border-style: solid; | |
570 | border-color: #E6E6E6; |
|
575 | border-color: #E6E6E6; | |
571 | font-weight: bold; |
|
576 | font-weight: bold; | |
572 | word-spacing:3px; |
|
577 | word-spacing:3px; | |
573 | padding:3px 5px; |
|
578 | padding:3px 5px; | |
574 | } |
|
579 | } | |
575 |
|
580 | |||
576 | .functionIndex { |
|
581 | .functionIndex { | |
577 | font-size:12pt; |
|
582 | font-size:12pt; | |
578 | word-spacing:10px; |
|
583 | word-spacing:10px; | |
579 | margin-bottom:10px; |
|
584 | margin-bottom:10px; | |
580 | background-color: #F6F6F6; |
|
585 | background-color: #F6F6F6; | |
581 | border-width: 1px; |
|
586 | border-width: 1px; | |
582 | border-style: solid; |
|
587 | border-style: solid; | |
583 | border-color: #E6E6E6; |
|
588 | border-color: #E6E6E6; | |
584 | -moz-border-radius: 7px 7px 7px 7px; |
|
589 | -moz-border-radius: 7px 7px 7px 7px; | |
585 | -webkit-border-radius: 7px 7px 7px 7px; |
|
590 | -webkit-border-radius: 7px 7px 7px 7px; | |
586 | border-radius: 7px 7px 7px 7px; |
|
591 | border-radius: 7px 7px 7px 7px; | |
587 | width:100%; |
|
592 | width:100%; | |
588 | } |
|
593 | } | |
589 |
|
594 | |||
590 | .centerAlign |
|
595 | .centerAlign | |
591 | { |
|
596 | { | |
592 | text-align:center; |
|
597 | text-align:center; | |
593 | } |
|
598 | } | |
594 |
|
599 | |||
595 | .rightAlign |
|
600 | .rightAlign | |
596 | { |
|
601 | { | |
597 | text-align:right; |
|
602 | text-align:right; | |
598 | } |
|
603 | } | |
599 |
|
604 | |||
600 | .leftAlign |
|
605 | .leftAlign | |
601 | { |
|
606 | { | |
602 | text-align:left; |
|
607 | text-align:left; | |
603 | } |
|
608 | } | |
604 |
|
609 | |||
605 | .topAlign{ |
|
610 | .topAlign{ | |
606 | vertical-align:top |
|
611 | vertical-align:top | |
607 | } |
|
612 | } | |
608 |
|
613 | |||
609 | .functionIndex a{ |
|
614 | .functionIndex a{ | |
610 | display:inline-block; |
|
615 | display:inline-block; | |
611 | } |
|
616 | } | |
612 |
|
617 | |||
613 | /* end content elements */ |
|
618 | /* end content elements */ | |
614 | /* footer elements */ |
|
619 | /* footer elements */ | |
615 |
|
620 | |||
616 | .footer |
|
621 | .footer | |
617 | { |
|
622 | { | |
618 | color: #393735; |
|
623 | color: #393735; | |
619 | font-size: 0.75em; |
|
624 | font-size: 0.75em; | |
620 | text-align: center; |
|
625 | text-align: center; | |
621 | padding-top: 1.5em; |
|
626 | padding-top: 1.5em; | |
622 | padding-bottom: 1em; |
|
627 | padding-bottom: 1em; | |
623 | background-color: #E6E7E8; |
|
628 | background-color: #E6E7E8; | |
624 | margin: 0; |
|
629 | margin: 0; | |
625 | } |
|
630 | } | |
626 | .footer p |
|
631 | .footer p | |
627 | { |
|
632 | { | |
628 | margin: 0.25em |
|
633 | margin: 0.25em | |
629 | } |
|
634 | } | |
630 | .small |
|
635 | .small | |
631 | { |
|
636 | { | |
632 | font-size: 0.5em; |
|
637 | font-size: 0.5em; | |
633 | } |
|
638 | } | |
634 | /* end footer elements */ |
|
639 | /* end footer elements */ | |
635 |
|
640 | |||
636 | .item { |
|
641 | .item { | |
637 | float: left; |
|
642 | float: left; | |
638 | position: relative; |
|
643 | position: relative; | |
639 | width: 100%; |
|
644 | width: 100%; | |
640 | overflow: hidden; |
|
645 | overflow: hidden; | |
641 | } |
|
646 | } | |
642 |
|
647 | |||
643 |
|
648 | |||
644 | .item .primary { |
|
649 | .item .primary { | |
645 | margin-right: 220px; |
|
650 | margin-right: 220px; | |
646 | position: relative; |
|
651 | position: relative; | |
647 | } |
|
652 | } | |
648 |
|
653 | |||
649 | .item hr { |
|
654 | .item hr { | |
650 | margin-left: -220px; |
|
655 | margin-left: -220px; | |
651 | } |
|
656 | } | |
652 |
|
657 | |||
653 | .item .secondary { |
|
658 | .item .secondary { | |
654 | float: right; |
|
659 | float: right; | |
655 | width: 200px; |
|
660 | width: 200px; | |
656 | position: relative; |
|
661 | position: relative; | |
657 | } |
|
662 | } | |
658 |
|
663 | |||
659 | .item .cols { |
|
664 | .item .cols { | |
660 | clear: both; |
|
665 | clear: both; | |
661 | display: block; |
|
666 | display: block; | |
662 | } |
|
667 | } | |
663 |
|
668 | |||
664 | .item .cols .col { |
|
669 | .item .cols .col { | |
665 | float: left; |
|
670 | float: left; | |
666 | margin-left: 1.5%; |
|
671 | margin-left: 1.5%; | |
667 | } |
|
672 | } | |
668 |
|
673 | |||
669 | .item .cols .col.first { |
|
674 | .item .cols .col.first { | |
670 | margin-left: 0; |
|
675 | margin-left: 0; | |
671 | } |
|
676 | } | |
672 |
|
677 | |||
673 | .item .cols.two .col { |
|
678 | .item .cols.two .col { | |
674 | width: 45%; |
|
679 | width: 45%; | |
675 | } |
|
680 | } | |
676 |
|
681 | |||
677 | .item .box { |
|
682 | .item .box { | |
678 | margin: 0 0 10px 0; |
|
683 | margin: 0 0 10px 0; | |
679 | } |
|
684 | } | |
680 |
|
685 | |||
681 | .item .box h3 { |
|
686 | .item .box h3 { | |
682 | margin: 0 0 10px 0; |
|
687 | margin: 0 0 10px 0; | |
683 | } |
|
688 | } | |
684 |
|
689 | |||
685 | .cols.unclear { |
|
690 | .cols.unclear { | |
686 | clear:none; |
|
691 | clear:none; | |
687 | } |
|
692 | } | |
688 | } |
|
693 | } | |
689 |
|
694 | |||
690 | /* end of screen media */ |
|
695 | /* end of screen media */ | |
691 |
|
696 | |||
692 | /* start of print media */ |
|
697 | /* start of print media */ | |
693 |
|
698 | |||
694 | @media print |
|
699 | @media print | |
695 | { |
|
700 | { | |
696 | input, textarea, .header, .footer, .toolbar, .feedback, .wrapper .hd, .wrapper .bd .sidebar, .wrapper .ft, #feedbackBox, #blurpage, .toc, .breadcrumb, .toolbar, .floatingResult |
|
701 | input, textarea, .header, .footer, .toolbar, .feedback, .wrapper .hd, .wrapper .bd .sidebar, .wrapper .ft, #feedbackBox, #blurpage, .toc, .breadcrumb, .toolbar, .floatingResult | |
697 | { |
|
702 | { | |
698 | display: none; |
|
703 | display: none; | |
699 | background: none; |
|
704 | background: none; | |
700 | } |
|
705 | } | |
701 | .content |
|
706 | .content | |
702 | { |
|
707 | { | |
703 | background: none; |
|
708 | background: none; | |
704 | display: block; |
|
709 | display: block; | |
705 | width: 100%; margin: 0; float: none; |
|
710 | width: 100%; margin: 0; float: none; | |
706 | } |
|
711 | } | |
707 | } |
|
712 | } | |
708 | /* end of print media */ |
|
713 | /* end of print media */ |
General Comments 0
You need to be logged in to leave comments.
Login now