Sophie

Sophie

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

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" />
<!-- examples.qdoc -->
  <title>Qt Examples And Tutorials | 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="#tutorials">Tutorials</a></li>
<li class="level2"><a href="#qt-creator">Qt Creator</a></li>
<li class="level2"><a href="#qt-quick-essentials">Qt Quick Essentials</a></li>
<li class="level2"><a href="#qt-essentials">Qt Essentials</a></li>
<li class="level2"><a href="#qt-utilities">Qt Utilities</a></li>
<li class="level1"><a href="#examples">Examples</a></li>
</ul>
</div>
<h1 class="title">Qt Examples And Tutorials</h1>
<span class="subtitle"></span>
<!-- $$$qtexamplesandtutorials.html-description -->
<div class="descr"> <a name="details"></a>
<a name="tutorials"></a>
<h2>Tutorials</h2>
<p>A collection of tutorials and <i>walkthrough</i> guides are provided with Qt to help new users get started with Qt development. These documents cover a range of topics, from basic use of widgets to step-by-step tutorials that show how an application is put together.</p>
<a name="qt-creator"></a>
<h3>Qt Creator</h3>
<p>Qt Creator is the integrated development environment (IDE) for Qt.</p>
<ul>
<li><a href="http://qt-project.org/doc/qtcreator/index.html">Qt Creator Manual</a> - The manual contains information on how to achieve development tasks These are excerpts from the manual:<ul>
<li><a href="http://qt-project.org/doc/qtcreator/creator-tutorials.html">Tutorials</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/creator-project-creating.html">Creating Projects</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/creator-building-running.html">Building and Running</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/creator-debugging.html">Debugging</a></li>
</ul>
</li>
</ul>
<a name="qt-quick-essentials"></a>
<h3>Qt Quick Essentials</h3>
<p>Qt Quick and QML features are covered in several tutorials, ranging from easy introductions to advanced tutorials that mix QML with C++ and JavaScript.</p>
<ul>
<li>Hello World - A very simple QML example that demonstrates the basic QML features</li>
<li><a href="gettingstartedqml.html">QML Text Editor</a> - An intermediate QML tutorial that covers many QML features such as states, plugins, and C++ development</li>
<li>SameGame - A walkthrough of creating a simple game using QML for the interface and JavaScript for the game logic</li>
</ul>
<a name="qt-essentials"></a>
<h3>Qt Essentials</h3>
<p>The basic concepts and technologies in Qt are introduced in these essential tutorials.</p>
<ul>
<li><a href="gettingstartedqt.html">Qt Text Editor</a> - A simple tutorial detailing the creation of a basic Qt application Introduces the use of slots and signals, file operations, and widgets.</li>
<li>Address Book - A beginner's guide to widgets, container classes, and layouts. This tutorial is also available with French version.</li>
<li>ModelView - This tutorial gives an introduction to ModelView programming using the Qt cross-platform framework</li>
<li>Threads - A short tutorial about thread concepts in general and basic Qt classes to handle threads</li>
</ul>
<a name="qt-utilities"></a>
<h3>Qt Utilities</h3>
<ul>
<li>Qt Test - This tutorial gives a short introduction to how to use some of the features of Qt's unit-testing framework, Qt Test. It is divided into four chapters.</li>
<li>qmake - This tutorial teaches you how to use <tt>qmake</tt>. We recommend that you read the qmake user guide after completing this tutorial.</li>
<li>Qt Linguist - A guided tour through the translations process, explaining the tools provided for developers, translators and release managers.</li>
</ul>
<a name="examples"></a>
<h2>Examples</h2>
<p>Qt includes a set of examples that cover nearly every aspect of Qt development. They demonstrate usage of various modules and technologies.</p>
<p>The examples include a project file and some include documentation. Qt Creator can directly run these examples through the Welcome Page.</p>
<p>The Qt Widget Gallery also provides overviews of selected Qt widgets in each of the styles used on various supported platforms.</p>
<p>Most examples are provided under the terms of the <a href="http://opensource.org/licenses/bsd-license.php">Modified BSD License</a>. Some examples are however provided under the terms of the <a href="lgpl.html">GNU LGPL version 2.1</a>.</p>
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="examples-layouts.html">Layout Examples</a></p></td><td class="tblDescr"><p>Using Qt's layout-based approach to widget management.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="examples-itemviews.html">Item Views Examples</a></p></td><td class="tblDescr"><p>Using the model/view design pattern to separate presentation from data.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="examples-draganddrop.html">Drag and Drop Examples</a></p></td><td class="tblDescr"><p>How to access your platform's native drag and drop functionality.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="examples-threadandconcurrent.html">Threading and Concurrent Programming Examples</a></p></td><td class="tblDescr"><p>Threading and concurrent programming in Qt.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="examples-widgets-tools.html">Tools Examples</a></p></td><td class="tblDescr"><p>Using Qt's containers, iterators, and other tool classes.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="examples-sql.html">SQL Examples</a></p></td><td class="tblDescr"><p>Accessing your SQL database from Qt.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="examples-xml.html">XML Examples</a></p></td><td class="tblDescr"><p>Using XML with Qt.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="examples-statemachine.html">State Machine Examples</a></p></td><td class="tblDescr"><p>Using Qt's finite state machine classes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="examples-animation.html">Animation Framework Examples</a></p></td><td class="tblDescr"><p>Doing animations with Qt.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="touchinputexamples.html">Touch Input Examples</a></p></td><td class="tblDescr"><p>Using Qt's touch input capability.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="examples-dbus.html">D-Bus Examples</a></p></td><td class="tblDescr"><p>Using D-Bus from Qt applications.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="examples-activeqt.html">ActiveQt Examples</a></p></td><td class="tblDescr"><p>Using ActiveX from Qt applications.</p></td></tr>
</table>
</div>
<!-- @@@qtexamplesandtutorials.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>