summaryrefslogtreecommitdiffstats
path: root/doc-snapshot/index.html
blob: dbbd7900a1d459d778e0970e22f49205a4bbfc45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<!doctype html>
<!--[if lt IE 9]> <html class="ie_fix" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]-->
<!--<html lang="en">-->
    <head>
        <meta charset="utf-8">

        <title>Qt Documentation Snapshots</title>

        <meta name="description" content="Online Reference Documentation">
        <meta name="viewport" content="width=device-width; initial-scale=1.0">

        <style>
            /* http://meyerweb.com/eric/tools/css/reset/
               v2.0 | 20110126
               License: none (public domain)
            */

            html, body, div, span, applet, object, iframe,
            h1, h2, h3, h4, h5, h6, p, blockquote, pre,
            a, abbr, acronym, address, big, cite, code,
            del, dfn, em, img, ins, kbd, q, s, samp,
            small, strike, strong, sub, sup, tt, var,
            b, u, i, center,
            dl, dt, dd, ul, li,
            fieldset, form, label, legend,
            table, caption, tbody, tfoot, thead, tr, th, td,
            article, aside, canvas, details, embed,
            figure, figcaption, footer, header, hgroup,
            menu, nav, output, ruby, section, summary,
            time, mark, audio, video {
                margin: 0;
                border: 0;
                font-size: 100%;
                font: inherit;
                vertical-align: baseline;
            }
            body {
            font: normal 400 14px/1.2 Arial;
            font-family: Arial, Helvetica;
            color:#313131;
            text-align:justify;
            margin-left:5px;
            margin-right:5px;
            background: none repeat scroll 0% 0% rgb(230,231,232);
            }
            ol, ul {
                list-style: none;
            }
            blockquote, q {
                quotes: none;
            }
            blockquote:before, blockquote:after,
            q:before, q:after {
                content: '';
                content: none;
            }
            table {
                border-collapse: collapse;
                border-spacing: 0;
            }
            a {
                color: #00732F;
                text-decoration: none;
                font-weight: normal;
            }
            a:hover {
                color: #4c0033;
                text-decoration: underline;
            }
            h2 small {
                display: block;
                font-size: 12px;
                color: #444;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-weight: normal;
            }

            @media (min-width: 1100px) {
                header {
                    padding: 15px 30px;
                    min-height: 70px;
                }
                header img {
                    position: absolute;
                    left: 30px;
                }
                header h1 {
                    line-height: 70px;
                    font-size: 30px;
                }
                .content {
                    padding: 30px;
                }
                .nav {
                    position: absolute;
                    top: 10px;
                    right: 30px;
                }
            }
            @media (max-width: 1100px) {
                header {
                    padding: 15px 30px;
                }
                header img {
                    display: block;
                    margin: 20px auto;
                }
                header h1 {
                    line-height: auto;
                    font-size: 30px;
                }
            }
            @media (min-width: 650px) {
                /* **************** GRIDS ***************** */
                .line:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
                .lastUnit:after{content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";visibility:hidden; clear:both;height:0 !important;display:block;line-height:0;}
                .line{*zoom:1;}
                .unit{float:left;}
                .size1of1{float:none;}
                .size1of2{width:50%;}
                .size1of3{width:33.33333%;}
                .size2of3{width:66.66666%;}
                .size1of4{width:25%;}
                .size3of4{width:75%;}
                .size1of5{width:20%;}
                .size2of5{width:40%;}
                .size3of5{width:60%;}
                .size4of5{width:80%;}
                .lastUnit {display: table-cell; *display:block;*zoom:1;float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}


                .section_2 .wrap {
                    border-left: 1px solid #E6E7E8;
                    border-right: 1px solid #E6E7E8;
                }
               /*
            -----------
            main content
            -----------
            */
            .line{
            text-align: left;
            background: none repeat scroll 0% 0% rgb(255,255,255);
            border-radius: 10px 10px 10px 10px;
            padding-left: 14px;
            padding-right: 14px;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
            margin-top: 10px;
            padding-bottom: 35px;
            }
                .content {
                    padding: 30px;
                }
            }
            @media (max-width: 830px) {
                .content {
                    padding: 15px 10px;
                }
                h2 small {
                    font-size: 11px;
                }
            }
            @media (max-width: 750px) {
                h2 small {
                    font-size: 10px;
                }
                .content {
                    padding: 15px 8px;
                }
            }
            @media (max-width: 650px) {
                .section_1,
                .section_2,
                .section_3 {
                    width: 100%;
                }
                .section_1 h2,
                .section_2 h2,
                .section_3 h2 {
                    width: 100%;
                    border-top: 1px solid #D1D1D1;
                }
                .content {
                    padding: 0;
                }
                h2 small {
                    font-size: 12px;
                }
            }
            header {
                background: #fff;
                -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
                -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
                box-shadow: 0 0 10px rgba(0, 0, 0, .1);
                text-align: center;
            }
            .line {
                background: #fff;
                -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
                -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
                box-shadow: 0 0 10px rgba(0, 0, 0, .1);
            }
            .section_1 h2,
            .section_2 h2,
            .section_3 h2 {
                min-width: 200px;
                overflow: hidden;
                background: #FAFAFA;
                border-bottom: 1px solid #D1D1D1;
                text-align: center;
                padding: 7px;
                font-size: 18px;
                font-weight: bold;
            }
            .info_text {
                font-size: 12px;
                text-align: center;
                padding: 5px;
            }
            .wrap ul {
                margin-top: 10px;
                margin-left: 10px;
            }
            li {
            margin-bottom: 10px;
            padding-left: 8px;
            list-style:outside;
            list-style-type:square;
            text-align:left;
            }
            li a:before {
                content: ".";
                display: inline-block;
                *display: inline;
                text-indent: -999em;
                height: 10px;
                width: 7px;
                position: relative;
                top: -1px;
                overflow: hidden;
                /*background: #59af2c;*/
            }
            h5 {
                margin: 15px 0 15px 3px;
            }
            .copyright-wrapper {
                font-size: 10px;
                color: #555;
                text-align: center;
                margin-top: 20px;
                padding: 5px;
                line-height: 1.5;
            }
            .footer_line {
                font-size: 12px;
                text-align: center;
                margin-top: 20px;
            }
            .wrap {
                padding: 6px 15px 20px;
            }

            .nav{
            text-align:right;
            margin-right:9px;
            }
            .nav img{
                box-shadow: none;
            }
            .nav-main{
            margin-top:22px;
            margin-left: 20px;
            text-align:left
            }
            .nav-main-content{
            font-weight:bold;
            margin-right: 20px;
            display:inline-block;
            }
            .nav-subtitle{
            margin-left: 220px;
            }
            .header{
            height:1px;
            padding:0px;
            margin:0px;
            }

            header{
            background: none repeat scroll 0% 0% rgb(255,255,255);
            border-radius: 10px 10px 10px 10px;
            padding: 10px;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
            }

            header h1{
            display:block;
            line-height: 70px;
            font-size: 30px;
            margin-left: 223px;
            }
            header img{
            box-shadow: none;
            border: 0;
            position: absolute;
            left: 30px;
            }
            .warning {
            font: 500 16px/1.2 Arial;
            font-weight:100;
            text-align: center;
            background-color:#fce9f4;
            padding:14px;
            padding-left:14px;
            margin-bottom:20px;
            margin-top:30px;
            margin-left:-10px;
            margin-right:-5px;
            border-top:#E0E0DE 1px solid;
            border-bottom: #E0E0DE 1px solid;
            max-width: 99%;
            }

            h2, p.h2 {
            font: 500 16px/1.2 Arial;
            font-weight:100;
            background-color:#F2F3F4;
            padding:4px;
            padding-left:14px;
            margin-bottom:30px;
            margin-top:30px;
            margin-left:-10px;
            margin-right:-5px;
            border-top:#E0E0DE 1px solid;
            border-bottom: #E0E0DE 1px solid;
            max-width: 99%;
            overflow: hidden;
            }
        </style>

        <script type="text/javascript">
            /* html5 fix for ie6-8 */
            'article aside footer header nav section time'.replace(/\w+/g,function(n){document.createElement(n)});
        </script>

        <script type=text/javascript>

          var _gaq = _gaq || [];
          _gaq.push(['_setAccount', 'UA-35529873-1']);
          _gaq.push(['_trackPageview']);

          (function() {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
          })();

        </script>

    </head>

    <body>
        <header>
        <div class="nav">
            <a href="http://qt-project.org/">Qt Home</a>
            <a href="https://bugreports.qt-project.org/">Bug Tracker</a>
            <a href="https://codereview.qt-project.org/">Code Review</a>
        </div>
        <a href="http://qt-project.org/">
            <img src="http://doc-snapshot.qt-project.org/images/logo.png" alt="Qt"></img>
        </a>
       <div class="nav-title">
        <h1 >Qt Documentation Snapshots</h1>
           <div class="nav-subtitle">
           --snapshots of Qt documentation in <a href="https://codereview.qt-project.org/">codereview.qt-project.org</a>
           </div>
       </div>
        <div class="nav-main">
            <div class="nav-main-content">
                <a href="http://doc-snapshot.qt-project.org">Snapshots</a>
            </div>
            <div class="nav-main-content">
                <a href="http://qt-project.org/doc">Qt Releases</a>
            </div>
            <div class="nav-main-content">
                <a href="http://doc.qt.digia.com">Archives</a>
            </div>
        </div>
    </header>
        <section class="content">
            <div class="line">
                <div class="unit size1of3 section_1">
                    <h2>Qt <small>C++ Application Development Framework</small></h2>
                    <div class="wrap">
                        <h5>Qt 5 (qt/qt5.git)</h5>
                        <ul>
                            <li><a href="qt5-stable/qtdoc/index.html">stable</a></li>
                            <li><a href="qt5-dev/qtdoc/index.html">dev</a></li>
                        </ul>
                        <h5>Qt 4.x (qt/qt.git)</h5>
                        <ul>
                            <li><a href="4.8/index.html">4.8</a></li>
                        </ul>
                        <h5>Essential Modules ('stable' branch)</h5>
                        <ul>
                            <li><a href="qt5-stable/qtcore/qtcore-index.html">Qt Core</a></li>
                            <li><a href="qt5-stable/qtgui/qtgui-index.html">Qt GUI</a></li>
                            <li><a href="qt5-stable/qtmultimedia/qtmultimedia-index.html">Qt Multimedia</a></li>
                            <li><a href="qt5-stable/qtnetwork/qtnetwork-index.html">Qt Network</a></li>
                            <li><a href="qt5-stable/qtqml/qtqml-index.html">Qt QML</a></li>
                            <li><a href="qt5-stable/qtquick/qtquick-index.html">Qt Quick</a></li>
                            <li><a href="qt5-stable/qtquickcontrols/qtquickcontrols-index.html">Qt Quick Controls</a></li>
                            <li><a href="qt5-stable/qtsql/qtsql-index.html">Qt SQL</a></li>
                            <li><a href="qt5-stable/qttestlib/qttest-index.html">Qt Test</a></li>
                            <li><a href="qt5-stable/qtwebkit/qtwebkit-index.html">Qt WebKit</a></li>
                            <li><a href="qt5-stable/qtwebkit/qtwebkitwidgets-index.html">Qt WebKit Widgets</a></li>
                            <li><a href="qt5-stable/qtwidgets/qtwidgets-index.html">Qt Widgets</a></li>
                        </ul>
                    </div>
                </div>
                <div class="unit size1of3 section_2">
                    <h2>Add-Ons <small>Components and Addons for Qt</small></h2>
                    <div class="wrap">
                        <h5>Add-Ons in Qt 5.0 ('stable' branch)</h5>
                        <ul>
                            <li><a href="qt5-stable/activeqt/activeqt-index.html">Active Qt</a></li>
                            <li><a href="qt5-stable/qtconcurrent/qtconcurrent-index.html">Qt Concurrent</a></li>
                            <li><a href="qt5-stable/qtdbus/qtdbus-index.html">Qt D-Bus</a></li>
                            <li><a href="4.8/qtquick.html">Qt Declarative</a> redirects to Qt 4.8's Qt Quick 1 documentation</li>
                            <li><a href="qt5-stable/qtgraphicaleffects/qtgraphicaleffects-index.html">Qt Graphical Effects</a></li>
                            <li><a href="qt5-stable/qthelp/qthelp-index.html">Qt Help</a></li>
                            <li><a href="qt5-stable/qtimageformats/qtimageformats-index.html">Qt Image Formats</a></li>
                            <li><a href="qt5-stable/qtopengl/qtopengl-index.html">Qt OpenGL</a></li>
                            <li><a href="qt5-stable/qtprintsupport/qtprintsupport-index.html">Qt Print Support</a></li>
                            <li><a href="qt5-stable/qtscript/qtscript-index.html">Qt Script</a></li>
                            <li><a href="qt5-stable/qtscripttools/qtscripttools-index.html">Qt Script Tools</a></li>
                            <li><a href="qt5-stable/qtsensors/qtsensors-index.html">Qt Sensors</a></li>
                            <li><a href="qt5-stable/qtserialport/qtserialport-index.html">Qt Serial Port</a></li>
                            <li><a href="qt5-stable/qtsvg/qtsvg-index.html">Qt SVG</a></li>
                            <li><a href="qt5-stable/qtuitools/qtuitools-index.html">Qt UI Tools</a></li>
                            <li><a href="qt5-stable/qtx11extras/qtx11extras-index.html">Qt X11 Extras</a></li>
                            <li><a href="qt5-stable/qtxml/qtxml-index.html">Qt XML</a></li>
                            <li><a href="qt5-stable/qtxmlpatterns/qtxmlpatterns-index.html">Qt XML Patterns</a></li>
                        </ul>
                        <h5>Qt Mobility</h5>
                        <ul>
                            <li><a href="qt-mobility/index.html">master</a></li>
                        </ul>
                    </div>
                </div>
                <div class="unit size1of3 section_3">
                    <h2>Tools <small>Tools for Qt Development</small></h2>
                    <div class="wrap">
                        <h5>Qt Creator</h5>
                        <ul>
                            <li><a href="qtcreator-2.7/index.html">2.7</a></li>
                            <li><a href="qtcreator-master/index.html">master</a></li>
                            <li><a href="qtcreator-extending/index.html">Extending Qt Creator Manual</a></li>
                        </ul>
                        <h5>Qt Assistant</h5>
                        <ul>
                            <li><a href="qt5-stable/qtassistant/qtassistant-index.html">stable</a></li>
                        </ul>
                        <h5>Qt Designer</h5>
                        <ul>
                            <li><a href="qt5-stable/qtdesigner/qtdesigner-index.html">stable</a></li>
                        </ul>
                        <h5>Qt Linguist</h5>
                        <ul>
                            <li><a href="qt5-stable/qtlinguist/qtlinguist-index.html">stable</a></li>
                        </ul>
                        <h5>qmake</h5>
                        <ul>
                            <li><a href="qt5-stable/qtdoc/qmake-manual.html">stable</a></li>
                        </ul>
                        <h5>QDoc</h5>
                        <ul>
                            <li><a href="qdoc/qdoc-index.html">qdoc (Qt 5)</a></li>
                            <li><a href="qdoc3/index.html">qdoc3 (Qt 4)</a></li>
                        </ul>
                        <h5>Qt Build Suite (Qbs)</h5>

                        <ul>
                            <li><a href="qbs/index.html">master</a></li>
                        </ul>

                        <h5>Qt Installer Framework</h5>

                        <ul>
                            <li><a href="qtifw-master/index.html">master</a></li>
                            <li><a href="qtifw-1.3/index.html">1.3</a></li>
                            <li><a href="qtifw/index.html">1.2</a></li>
                        </ul>
                    </div>
                </div>
            </div>

            <div class="footer_line">
                <a href="http://www.qt-project.org" title="Qt Project">Qt Project</a>
            </div>

            <div class="copyright-wrapper">
                <p>© 2012 Qt Project Hosting. Qt® and the Qt logo is a registered trade mark of Digia Plc and/or its subsidiaries and is used pursuant to a license from Digia Plc and/or its subsidiaries.<br>
                All other trademarks are property of their respective owners. <a href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a><br>
                This site is hosted by <a href="http://gitorious.org">Gitorious AS.</a> Your use of this web site is governed by <a href="http://en.gitorious.org/tos/">these terms of service.</a></p>
                <p>Qt Project Hosting, P.O. Box 4332 Nydalen, 0402 Oslo, Norway. Phone: +47 21 60 27 32. Org. Nr. 997 447 913</p>
            </div>
        </section>
    </body>
</html>