~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/designer-manual.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE html
3
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
4
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<!-- /fasttmp/mkdist-qt-4.5.2-1245473805/qt-x11-opensource-src-4.5.2/doc/src/designer-manual.qdoc -->
 
5
<!-- designer-manual.qdoc -->
6
6
<head>
7
 
  <title>Qt 4.5: Qt Designer Manual</title>
 
7
  <title>Qt 4.6: Qt Designer Manual</title>
8
8
  <link href="classic.css" rel="stylesheet" type="text/css" />
9
9
</head>
10
10
<body>
11
11
<table border="0" cellpadding="0" cellspacing="0" width="100%">
12
12
<tr>
13
 
<td align="left" valign="top" width="32"><a href="http://qtsoftware.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
14
 
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
15
 
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">Qt Designer Manual<br /><span class="subtitle"></span>
 
13
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
 
14
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td><td class="searchBar" align="right" valign="center"><form action="http://www.google.com/cse" id="cse-search-box"><div><input type="hidden" name="cx" value="000136343326384750312:dhbxnqlakyu" /><input type="hidden" name="ie" value="UTF-8" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form></td>
 
15
</tr></table><h1 class="title">Qt Designer Manual<br /><span class="subtitle"></span>
16
16
</h1>
17
17
<a name="qt-designer"></a><p><i>Qt Designer</i> is Qt's tool for designing and building graphical user interfaces (GUIs) from Qt components. You can compose and customize your widgets or dialogs in a what-you-see-is-what-you-get (WYSIWYG) manner, and test them using different styles and resolutions.</p>
18
18
<p>Widgets and forms created with <i>Qt Designer</i> integrated seamlessly with programmed code, using Qt's signals and slots mechanism, that lets you easily assign behavior to graphical elements. All properties set in <i>Qt Designer</i> can be changed dynamically within the code. Furthermore, features like widget promotion and custom plugins allow you to use your own components with <i>Qt Designer</i>.</p>
19
19
<p>If you are new to <i>Qt Designer</i>, you can take a look at the <a href="designer-to-know.html">Getting To Know Qt Designer</a> document. For a quick tutorial on how to use <i>Qt Designer</i>, refer to <a href="designer-quick-start.html">A Quick Start to Qt Designer</a>.</p>
20
 
<p>Qt Designer 4.5 boasts a long list of improvements. For a detailed list of what is new, refer <a href="designer-whats-new.html">What's New in Qt Designer 4.5</a>.</p>
21
20
<p align="center"><img src="images/designer-multiple-screenshot.png" /></p><p>For more information on using <i>Qt Designer</i>, you can take a look at the following links:</p>
22
21
<ul>
23
22
<li><a href="designer-editing-mode.html">Qt Designer's Editing Modes</a><ul>
33
32
<li><a href="designer-creating-mainwindows.html">Creating Main Windows in Qt Designer</a></li>
34
33
<li><a href="designer-resources.html">Editing Resources with Qt Designer</a></li>
35
34
<li><a href="designer-stylesheet.html">Using Stylesheets with Qt Designer</a></li>
36
 
<li><a href="designer-using-a-ui-file.html">Using a Designer .ui File in Your Application</a></li>
 
35
<li><a href="designer-using-a-ui-file.html">Using a Designer UI File in Your Application</a></li>
37
36
</ul>
38
37
<p>For advanced usage of <i>Qt Designer</i>, you can refer to these links:</p>
39
38
<ul>
45
44
</ul>
46
45
<a name="legal-notices"></a>
47
46
<h2>Legal Notices</h2>
48
 
<p>Some source code in <i>Qt Designer</i> is licensed under specific highly permissive licenses from the original authors. Trolltech gratefully acknowledges these contributions to <i>Qt Designer</i> and all uses of <i>Qt Designer</i> should also acknowledge these contributions and quote the following license statements in an appendix to the documentation.</p>
 
47
<p>Some source code in <i>Qt Designer</i> is licensed under specific highly permissive licenses from the original authors. The Qt team gratefully acknowledges these contributions to <i>Qt Designer</i> and all uses of <i>Qt Designer</i> should also acknowledge these contributions and quote the following license statements in an appendix to the documentation.</p>
49
48
<ul>
50
49
<li><a href="designer-recursive-shadow-casting.html">Implementation of the Recursive Shadow Casting Algorithm in Qt Designer</a></li>
51
50
</ul>
52
51
<p /><address><hr /><div align="center">
53
52
<table width="100%" cellspacing="0" border="0"><tr class="address">
54
 
<td width="30%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
55
 
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
56
 
<td width="30%" align="right"><div align="right">Qt 4.5.2</div></td>
57
 
</tr></table></div></address></body>
 
53
<td width="40%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
 
54
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
55
<td width="40%" align="right"><div align="right">Qt 4.6.0</div></td>
 
56
<script type="text/javascript" src="http://www.google.com/jsapi"></script><script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script><script type="text/javascript" src="http://www.google.com/coop/cse/t13n?form=cse-search-box&t13n_langs=en"></script><script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script></tr></table></div></address></body>
58
57
</html>