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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- tools-list.qdoc -->
<title>Qt 4.8: Qt's Tools</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li>Qt's Tools</li>
</ul>
</div>
</div>
<div class="content mainContent">
<h1 class="title">Qt's Tools</h1>
<span class="subtitle"></span>
<!-- $$$qttools-description -->
<div class="descr"> <a name="details"></a>
<p>Qt is supplied with several command line and graphical tools to ease and speed the development process. Each tool is listed here with a link to its documentation.</p>
<table class="generic">
<thead><tr class="qt-style"><th >Tool</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td ><a href="designer-manual.html">Qt Designer</a></td><td >Create forms visually.</td></tr>
<tr valign="top" class="even"><td ><a href="assistant-manual.html">Qt Assistant</a></td><td >Quickly find the help you need.</td></tr>
<tr valign="top" class="odd"><td ><a href="linguist-manual.html">Qt Linguist, lupdate, lrelease, lconvert</a></td><td >Translate applications to reach international markets.</td></tr>
<tr valign="top" class="even"><td ><a href="qmake-manual.html">qmake</a></td><td >Create makefiles from simple platform-independent project files (<tt>.pro</tt> files).</td></tr>
<tr valign="top" class="odd"><td ><a href="qvfb.html">qvfb</a></td><td >Run and test embedded applications on the desktop.</td></tr>
<tr valign="top" class="even"><td ><a href="qt-embedded-makeqpf.html">makeqpf</a></td><td >Create pre-rendered fonts for embedded devices.</td></tr>
<tr valign="top" class="odd"><td ><a href="moc.html#moc">Meta-Object Compiler (moc)</a></td><td >Generate meta-object information for <a href="qobject.html">QObject</a> subclasses.</td></tr>
<tr valign="top" class="even"><td ><a href="uic.html">User Interface Compiler (uic)</a></td><td >Generate C++ code from user interface files.</td></tr>
<tr valign="top" class="odd"><td ><a href="rcc.html">Resource Compiler (rcc)</a></td><td >Embed resources into Qt applications during the build process.</td></tr>
<tr valign="top" class="even"><td ><a href="qtconfig.html">Configuring Qt (qtconfig)</a></td><td >X11-based Qt configuration tool with online help.</td></tr>
<tr valign="top" class="odd"><td ><a href="fine-tuning-features.html">Configuring Qt Embedded (qconfig)</a></td><td >Qt Embedded (Linux and Windows CE) configuration tool.</td></tr>
<tr valign="top" class="even"><td ><a href="qtdemo.html">Examples and Demos Launcher</a></td><td >A launcher for Qt's Examples and Demonstration programs.</td></tr>
<tr valign="top" class="odd"><td ><a href="qt3to4.html">qt3to4 - The Qt 3 to 4 Porting Tool</a></td><td >A tool to assist in porting applications from Qt 3 to Qt 4.</td></tr>
<tr valign="top" class="even"><td ><a href="qdbusxml2cpp.html">QtDBus XML compiler (qdbusxml2cpp)</a></td><td >A tool to convert D-Bus interface descriptions to C++ source code.</td></tr>
<tr valign="top" class="odd"><td ><a href="qdbusviewer.html">D-Bus Viewer</a></td><td >A tool to introspect D-Bus objects and messages.</td></tr>
</table>
</div>
<!-- @@@qttools -->
<table class="annotated">
</table>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2012 Nokia Corporation and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>
|