source: trunk/doc/src/tools-list.qdoc@ 109

Last change on this file since 109 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 3.9 KB
Line 
1/****************************************************************************
2**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information ([email protected])
5**
6** This file is part of the documentation of the Qt Toolkit.
7**
8** $QT_BEGIN_LICENSE:LGPL$
9** Commercial Usage
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 Nokia.
14**
15** GNU Lesser General Public License Usage
16** Alternatively, this file may be used under the terms of the GNU Lesser
17** General Public License version 2.1 as published by the Free Software
18** Foundation and appearing in the file LICENSE.LGPL included in the
19** packaging of this file. Please review the following information to
20** ensure the GNU Lesser General Public License version 2.1 requirements
21** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
22**
23** In addition, as a special exception, Nokia gives you certain
24** additional rights. These rights are described in the Nokia Qt LGPL
25** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
26** package.
27**
28** GNU General Public License Usage
29** Alternatively, this file may be used under the terms of the GNU
30** General Public License version 3.0 as published by the Free Software
31** Foundation and appearing in the file LICENSE.GPL included in the
32** packaging of this file. Please review the following information to
33** ensure the GNU General Public License version 3.0 requirements will be
34** met: http://www.gnu.org/copyleft/gpl.html.
35**
36** If you are unsure which license is appropriate for your use, please
37** contact the sales department at [email protected].
38** $QT_END_LICENSE$
39**
40****************************************************************************/
41
42/*!
43 \group qttools
44 \title Qt's Tools
45 \ingroup buildsystem
46
47 Qt is supplied with several command line and graphical tools to
48 ease and speed the development process. Each tool is listed here
49 with a link to its documentation.
50
51 \table
52 \header \o Tool \o Description
53 \row \o \l{Qt Designer Manual}{Qt Designer}
54 \o Create forms visually.
55 \row \o \l{Qt Assistant Manual}{Qt Assistant}
56 \o Quickly find the help you need.
57 \row \o \l{Qt Linguist Manual}{Qt Linguist, lupdate, lrelease, lconvert}
58 \o Translate applications to reach international markets.
59 \row \o \l{qmake Manual}{qmake}
60 \o Create makefiles from simple platform-independent project files (\c .pro files).
61 \omit
62 \row \o \l{emb-qvfb.html}{qvfb}
63 \o Run and test embedded applications on the desktop.
64 \row \o \l{emb-makeqpf.html}{makeqpf}
65 \o Create pre-rendered fonts for embedded devices.
66 \endomit
67 \row \o \l{moc}{Meta-Object Compiler (moc)}
68 \o Generate meta-object information for QObject subclasses.
69 \row \o \l{User Interface Compiler (uic)}
70 \o Generate C++ code from user interface files.
71 \row \o \l{Resource Compiler (rcc)}
72 \o Embed resources into Qt applications during the build process.
73 \row \o \l{Configuring Qt}{Configuring Qt (qtconfig)}
74 \o X11-based Qt configuration tool with online help.
75 \row \o \l{Fine-Tuning Features in Qt}{Configuring Qt Embedded (qconfig)}
76 \o Qt Embedded (Linux and Windows CE) configuration tool.
77 \row \o \l{Examples and Demos Launcher}
78 \o A launcher for Qt's Examples and Demonstration programs.
79 \row \o \l{qt3to4 - The Qt 3 to 4 Porting Tool}
80 \o A tool to assist in porting applications from Qt 3 to Qt 4.
81 \row \o \l{QtDBus XML compiler (qdbusxml2cpp)}
82 \o A tool to convert D-Bus interface descriptions to C++ source code.
83 \row \o \l{D-Bus Viewer}
84 \o A tool to introspect D-Bus objects and messages.
85 \endtable
86
87*/
Note: See TracBrowser for help on using the repository browser.