Sophie

Sophie

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

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" />
<!-- gettingstarted.qdoc -->
  <title>Getting Started with Qt | 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">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#downloading-and-installing-qt">Downloading and Installing Qt</a></li>
<li class="level2"><a href="#installing-with-the-installation-program">Installing with the Installation Program</a></li>
<li class="level2"><a href="#installing-from-the-qt-sources">Installing from the Qt Sources</a></li>
<li class="level1"><a href="#exploring-the-tools">Exploring the Tools</a></li>
<li class="level1"><a href="#creating-applications-using-qt">Creating Applications Using Qt</a></li>
<li class="level1"><a href="#where-to-go-from-here">Where to Go from Here</a></li>
</ul>
</div>
<h1 class="title">Getting Started with Qt</h1>
<span class="subtitle"></span>
<!-- $$$gettingstarted.html-description -->
<div class="descr"> <a name="details"></a>
<a name="downloading-and-installing-qt"></a>
<h2>Downloading and Installing Qt</h2>
<p>The <a href="http://qt-project.org/downloads">Downloads</a> page contains Qt download links, where Qt and Qt Creator can be downloaded for different development platforms.</p>
<a name="installing-with-the-installation-program"></a>
<h3>Installing with the Installation Program</h3>
<p>The Qt Installation Program can download the Qt libraries and tools as well as the reference documentation and code samples. The <a href="qtinstaller.html">Qt Installation Program</a> page contains information about installation process.</p>
<a name="installing-from-the-qt-sources"></a>
<h3>Installing from the Qt Sources</h3>
<p>Qt may also be installed from the sources. Simply download the sources (available from the <a href="http://qt-project.org/downloads">Downloads</a> page) and follow the instructions according to the development platform page here: <a href="installation.html">Installation</a>.</p>
<a name="exploring-the-tools"></a>
<h2>Exploring the Tools</h2>
<p><a href="qtexamplesandtutorials.html#qt-creator">Qt Creator</a>, the Qt IDE, allows quick development time by integrating tools such as a code editor, a UI designer, a debugger, and other project management tools such as version control.</p>
<p>For more information, these pages describe the tools and processes involved:</p>
<ul>
<li><a href="topics-app-development.html">Development Tools</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/index.html">Qt Creator Manual</a></li>
</ul>
<a name="creating-applications-using-qt"></a>
<h2>Creating Applications Using Qt</h2>
<p>Qt 5's modularized nature means that modules may be omitted during the build process, producing libraries that are smaller in size and with less complexities. Depending on their support and target platforms, modules are either an <i>essential</i> or an <i>add-on</i>.</p>
<p>These pages explain the modules and the support level for different platforms:</p>
<ul>
<li><a href="qtmodules.html">Qt Modules</a></li>
<li><a href="supported-platforms.html">Supported Platforms</a></li>
</ul>
<p>To help you on your way, we created two tutorials creating two similar applications, but using different approaches. One implements the user interface using Qt Quick, while the other uses Qt Widgets.</p>
<ul>
<li><a href="gettingstartedqt.html">Getting Started Programming with Qt Widgets</a></li>
<li><a href="gettingstartedqml.html">Getting Started Programming with Qt Quick</a></li>
</ul>
<a name="where-to-go-from-here"></a>
<h2>Where to Go from Here</h2>
<p>We invite you to explore the rest of Qt. We prepared overviews which help you decide which APIs to use and our examples demonstrate how to use our API.</p>
<ul>
<li><a href="overviews-main.html">Qt Overviews</a> - list of topics about application development</li>
<li><a href="qtexamplesandtutorials.html">Examples and Tutorials</a> - code samples and tutorials</li>
<li><a href="reference-overview.html">Qt Reference Pages</a> - a listing of C++ and QML APIs</li>
</ul>
<p>Qt's vibrant and active community site, <a href="http://qt-project.org">http://qt-project.org</a> houses a wiki, a forum, and additional learning guides and presentations.</p>
</div>
<!-- @@@gettingstarted.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>