Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 5ab010e37991249ab4adaa24d6e39c6e > files > 222

qt5-qtdoc-5.1.1-2.fc18.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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" />
<!-- developmenttools.qdoc -->
  <title>Development Tools | QtDoc 5.1</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader"></div>
<div class="content">
<div class="line">
<div class="content mainContent">
<h1 class="title">Development Tools</h1>
<span class="subtitle"></span>
<!-- $$$topics-app-development.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt is designed for developing applications and user interfaces once and deploying them across several desktop and mobile operating systems.</p>
<p>The easiest way to start application development with Qt is to <a href="http://qt-project.org/downloads">download</a> and install Qt 5. It contains Qt libraries, examples, documentation, and the necessary development tools, such as the <a href="http://qt-project.org/doc/qtcreator/index.html">Qt Creator</a> integrated development environment (IDE).</p>
<p>Qt Creator provides you with tools for accomplishing your tasks throughout the whole application development life-cycle, from creating a project to deploying the application on the target platforms. Qt Creator automates some tasks, such as creating projects, by providing wizards that guide you step-by-step through the project creation process, create the necessary files, and specify settings depending on the choices you make. Also, it speeds up some tasks, such as writing code, by offering semantic highlighting, checking code syntax, code completion, refactoring actions, and other useful features.</p>
<p class="centerAlign"><img src="images/qt-creator-gs.png" alt="" /></p><p>The following Qt tools are integrated into Qt Creator:</p>
<ul>
<li>Qt Designer for designing and building graphical user interfaces (GUIs) from Qt widgets. You can compose and customize your widgets or dialogs in a visual editor, and test them using different styles and resolutions. You can access Qt Designer from Qt Creator in the Design mode (1).</li>
<li>qmake for building applications for different target platforms. You can also use other build automation tools, such as <a href="cmake-manual.html">CMake</a> or Autotools. You can run qmake and CMake from Qt Creator to build applications. You specify the build system in the Projects mode (2).</li>
<li>Qt Linguist for localizing applications. Qt Linguist contains tools for the roles typically involved in localizing applications: developers, translators, and release managers. You can run the lupdate and lrelease tools from the Qt Creator Tools menu.</li>
<li>Qt Assistant for viewing Qt documentation. You can also view documentation in Qt Creator. The documentation installed with Qt 5 is displayed automatically in the Help mode (3), and you can add documents to the list.</li>
</ul>
<p>In addition, you can use the tools listed in the following table.</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="qt-embedded-makeqpf.html">makeqpf</a></td><td >Create pre-rendered fonts for embedded devices.</td></tr>
<tr valign="top" class="even"><td ><a href="moc.html#moc">Meta-Object Compiler (moc)</a></td><td >Generate meta-object information for QObject subclasses.</td></tr>
<tr valign="top" class="odd"><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="even"><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="odd"><td >QtDBus XML compiler (qdbusxml2cpp)</td><td >A tool to convert D-Bus interface descriptions to C++ source code.</td></tr>
<tr valign="top" class="even"><td >D-Bus Viewer</td><td >A tool to introspect D-Bus objects and messages. Available from the Qt SDK or the Qt 5 qttools repository.</td></tr>
</table>
</div>
<!-- @@@topics-app-development.html -->
</div>
</div>
</div>
<div class="footer">
    <p>
      <acronym title="Copyright">&copy;</acronym> 2013 Digia Plc 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>
      Digia, Qt and their respective logos are trademarks of Digia Plc 
      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>