blob: 4d0a382c089ff7b11c5abb9575635a4b8c78bef9 (
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
|
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and Digia. For licensing terms and
** conditions see http://qt.digia.com/licensing. For further information
** use the contact form at http://qt.digia.com/contact-us.
**
** GNU Free Documentation License Usage
** Alternatively, this file may be used under the terms of the GNU Free
** Documentation License version 1.3 as published by the Free Software
** Foundation and appearing in the file included in the packaging of
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
** $QT_END_LICENSE$
**
****************************************************************************/
/*!
\externalpage http://qt-project.org/wiki/Building_Qt_5_from_Git
\title Building Qt 5 From Git
*/
/*!
\externalpage http://qt-project.org/contribute
\title Contributing to Qt
*/
/*!
\externalpage http://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12
\title Xcode
*/
/*!
\externalpage http://opensource.org/licenses/bsd-license.php
\title New and Modified BSD Licenses
*/
/*!
\externalpage http://qt-project.org/downloads
\title Opensource Downloads
*/
/*!
\externalpage http://qt.digia.com/licensing/
\title Qt Licensing Overview
*/
/*!
\externalpage http://www.gnu.org/licenses/gpl.html
\title GNU General Public License
*/
/*!
\externalpage http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
\title GNU Lesser General Public License, version 2.1
*/
/*!
\externalpage http://qt-project.org/faq/answer/how_to_compress_data_with_qt
\title How to compress data with Qt?
*/
/*!
\externalpage http://qt-project.org/wiki/Category:Add-ons
\title Qt Add-ons
*/
/*!
\externalpage https://play.google.com/store/apps/details?id=com.digia.Qt5Intro
\title Google Play: Introduction to Qt 5
*/
/*!
\externalpage https://play.google.com/store/apps/details?id=com.digia.Qt5Everywhere
\title Google Play: Qt 5 Everywhere
*/
/*!
\externalpage https://itunes.apple.com/us/app/subattack/id659283830
\title iTunes: SubAttack
*/
/*!
\externalpage https://itunes.apple.com/us/app/qtquicksand/id666273528
\title iTunes: QtQuicksand
*/
/*!
\externalpage http://www.gnu.org/copyleft/fdl.html
\title GNU Free Documentation License
*/
/*!
\externalpage http://qt-project.org/doc/qbs/index.html
\title Qbs Manual
*/
/*!
\externalpage https://play.google.com/apps/publish
\title Google Play Developer Console
*/
/*!
\externalpage http://qt.digia.com/Try-Qt-Now/
\title Try Qt Enterprise
*/
/*!
\externalpage http://qt.digia.com/
\title Qt Enterprise
*/
/*!
\externalpage https://sailfishos.org/
\title Sailfish OS
*/
/*!
\externalpage https://www.tizen.org/
\title Tizen
*/
|