~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): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html
 
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<!-- /tmp/qt-4.0.0-espenr-1119621036935/qt-x11-opensource-desktop-4.0.0/doc/src/designer-manual.qdoc -->
 
6
<head>
 
7
    <title>Qt 4.0: Qt Designer Manual</title>
 
8
    <style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
 
9
a:link { color: #004faf; text-decoration: none }
 
10
a:visited { color: #672967; text-decoration: none }
 
11
td.postheader { font-family: sans-serif }
 
12
tr.address { font-family: sans-serif }
 
13
body { background: #ffffff; color: black; }</style>
 
14
    <link rel="next" href="designer-getting-started.html" />
 
15
    <link rel="start" href="index.html" />
 
16
</head>
 
17
<body>
 
18
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
19
<tr>
 
20
<td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></td>
 
21
<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="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="annotated.html"><font color="#004faf">Annotated</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
 
22
<td align="right" valign="top" width="230"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></td></tr></table><p>
 
23
[Next: <a href="designer-getting-started.html">Getting Started with Qt Designer</a>]
 
24
</p>
 
25
<h1 align="center">Qt Designer Manual</h1>
 
26
<a name="qt-designer"></a><p><i>Qt Designer</i> is Trolltech's tool for designing and building graphical user interfaces (GUIs) from Qt components. It allows you to design and build widgets and dialogs using on-screen forms using the same widgets that will be used in your application. Components created with <i>Qt Designer</i> can also take advantage of Qt's signals and slots, and they can be previewed so that you can ensure that they will look and feel exactly as you intended.</p>
 
27
<a name="using-qt-designer"></a>
 
28
<h2>Using Qt Designer</h2>
 
29
<ul>
 
30
<li><a href="designer-getting-started.html">Getting Started with Qt Designer</a> <ul><li><a href="designer-getting-started.html#launching-designer">Launching Designer</a></li>
 
31
<li><a href="designer-getting-started.html#the-user-interface">The User Interface</a></li>
 
32
</ul>
 
33
</li>
 
34
<li><a href="designer-designing-a-component.html">Designing a Component with Qt Designer</a> <ul><li><a href="designer-designing-a-component.html#creating-a-dialog">Creating a Dialog</a></li>
 
35
<li><a href="designer-designing-a-component.html#composing-the-dialog">Composing the Dialog</a></li>
 
36
<li><a href="designer-designing-a-component.html#creating-a-layout">Creating a Layout</a></li>
 
37
<li><a href="designer-designing-a-component.html#signal-and-slot-connections">Signal and Slot Connections</a></li>
 
38
</ul>
 
39
</li>
 
40
<li><a href="designer-editing-mode.html">Qt Designer's Form Editing Mode</a> <ul><li><a href="designer-editing-mode.html#managing-forms">Managing Forms</a></li>
 
41
<li><a href="designer-editing-mode.html#editing-a-form">Editing a Form</a></li>
 
42
<li><a href="designer-editing-mode.html#the-property-editor">The Property Editor</a></li>
 
43
<li><a href="designer-editing-mode.html#the-object-inspector">The Object Inspector</a></li>
 
44
<li><a href="designer-editing-mode.html#layouts">Layouts</a></li>
 
45
<ul><li><a href="designer-editing-mode.html#applying-and-breaking-layouts">Applying and Breaking Layouts</a></li>
 
46
<li><a href="designer-editing-mode.html#horizontal-and-vertical-layouts">Horizontal and Vertical Layouts</a></li>
 
47
<li><a href="designer-editing-mode.html#the-grid-layout">The Grid Layout</a></li>
 
48
</ul>
 
49
<li><a href="designer-editing-mode.html#previewing-forms">Previewing Forms</a></li>
 
50
</ul>
 
51
</li>
 
52
<li><a href="designer-using-containers.html">Using Containers in Qt Designer</a> <ul><li><a href="designer-using-containers.html#general-features">General Features</a></li>
 
53
<li><a href="designer-using-containers.html#frames">Frames</a></li>
 
54
<li><a href="designer-using-containers.html#group-boxes">Group Boxes</a></li>
 
55
<li><a href="designer-using-containers.html#stacked-widgets">Stacked Widgets</a></li>
 
56
<li><a href="designer-using-containers.html#tab-widgets">Tab Widgets</a></li>
 
57
<li><a href="designer-using-containers.html#toolbox-widgets">Toolbox Widgets</a></li>
 
58
</ul>
 
59
</li>
 
60
<li><a href="designer-connection-mode.html">Editing Signals and Slots</a> <ul><li><a href="designer-connection-mode.html#connecting-objects">Connecting Objects</a></li>
 
61
<li><a href="designer-connection-mode.html#editing-and-deleting-connections">Editing and Deleting Connections</a></li>
 
62
</ul>
 
63
</li>
 
64
<li><a href="designer-buddy-mode.html">Qt Designer's Buddy Editing Mode</a> <ul><li><a href="designer-buddy-mode.html#linking-labels-to-buddy-widgets">Linking Labels to Buddy Widgets</a></li>
 
65
<li><a href="designer-buddy-mode.html#removing-buddy-connections">Removing Buddy Connections</a></li>
 
66
</ul>
 
67
</li>
 
68
<li><a href="designer-tab-order.html">Qt Designer's Tab Order Mode</a> <ul><li><a href="designer-tab-order.html#setting-the-tab-order">Setting the Tab Order</a></li>
 
69
</ul>
 
70
</li>
 
71
<li><a href="designer-resources.html">Editing Resources with Qt Designer</a> <ul><li><a href="designer-resources.html#the-resource-editor">The Resource Editor</a></li>
 
72
</ul>
 
73
</li>
 
74
<li><a href="designer-using-custom-widgets.html">Using Custom Widgets with Qt Designer</a> <ul><li><a href="designer-using-custom-widgets.html#handling-custom-widgets">Handling Custom Widgets</a></li>
 
75
<ul><li><a href="designer-using-custom-widgets.html#promoting-widgets">Promoting Widgets</a></li>
 
76
<li><a href="designer-using-custom-widgets.html#user-defined-custom-widgets">User Defined Custom Widgets</a></li>
 
77
</ul>
 
78
</ul>
 
79
</li>
 
80
</ul>
 
81
<a name="using-forms-and-components"></a>
 
82
<h2>Using Forms and Components</h2>
 
83
<ul>
 
84
<li><a href="designer-using-a-component.html">Using a Component in Your Application</a> <ul><li><a href="designer-using-a-component.html#the-direct-approach">The Direct Approach</a></li>
 
85
<li><a href="designer-using-a-component.html#the-single-inheritance-approach">The Single Inheritance Approach</a></li>
 
86
<li><a href="designer-using-a-component.html#the-multiple-inheritance-approach">The Multiple Inheritance Approach</a></li>
 
87
<li><a href="designer-using-a-component.html#automatic-connections">Automatic Connections</a></li>
 
88
<ul><li><a href="designer-using-a-component.html#a-dialog-without-auto-connect">A Dialog Without Auto-Connect</a></li>
 
89
<li><a href="designer-using-a-component.html#a-dialog-with-auto-connect">A Dialog With Auto-Connect</a></li>
 
90
</ul>
 
91
</ul>
 
92
</li>
 
93
<li><a href="designer-creating-custom-widgets.html">Creating Custom Widgets for Qt Designer</a> <ul><li><a href="designer-creating-custom-widgets.html#getting-started">Getting Started</a></li>
 
94
<li><a href="designer-creating-custom-widgets.html#providing-an-interface-description">Providing an Interface Description</a></li>
 
95
<li><a href="designer-creating-custom-widgets.html#building-the-plugin">Building The Plugin</a></li>
 
96
<li><a href="designer-creating-custom-widgets.html#related-examples">Related Examples</a></li>
 
97
</ul>
 
98
</li>
 
99
</ul>
 
100
<a name="figures-and-hints"></a>
 
101
<h2>Figures and Hints</h2>
 
102
<ul>
 
103
<li><a href="designer-getting-started.html#mainwindow"><i>Qt Designer</i>'s main window</a></li>
 
104
<li><a href="designer-getting-started.html#widgetbox"><i>Qt Designer</i>'s widget box</a></li>
 
105
<li><a href="designer-designing-a-component.html#choosingaform">Choosing a form</a></li>
 
106
<li><a href="designer-designing-a-component.html#editingmodes">Editing modes</a></li>
 
107
<li><a href="designer-designing-a-component.html#addingwidgetstoaform">Adding widgets to a form</a></li>
 
108
<li><a href="designer-designing-a-component.html#thepropertyeditor">The Property Editor</a></li>
 
109
<li><a href="designer-designing-a-component.html#placingwidgetsinlayouts">Placing widgets in layouts</a></li>
 
110
<li><a href="designer-designing-a-component.html#connectingwidgets">Connecting widgets</a></li>
 
111
<li><a href="designer-designing-a-component.html#previewingaform">Previewing a form</a></li>
 
112
<li><a href="designer-editing-mode.html#selectingobjects">Selecting objects</a></li>
 
113
<li><a href="designer-editing-mode.html#shortcutsforediting">Shortcuts for editing</a></li>
 
114
<li><a href="designer-editing-mode.html#draganddrop">Drag and drop</a></li>
 
115
<li><a href="designer-editing-mode.html#editingproperties">Editing properties</a></li>
 
116
<li><a href="designer-editing-mode.html#insertingobjectsintoalayout">Inserting objects into a layout</a></li>
 
117
<li><a href="designer-connection-mode.html#highlightedobjects">Highlighted objects</a></li>
 
118
<li><a href="designer-connection-mode.html#makingaconnection">Making a connection</a></li>
 
119
<li><a href="designer-connection-mode.html#choosingsignalsandslots">Choosing signals and slots</a></li>
 
120
<li><a href="designer-connection-mode.html#deletingconnections">Deleting connections</a></li>
 
121
</ul>
 
122
<p>
 
123
[Next: <a href="designer-getting-started.html">Getting Started with Qt Designer</a>]
 
124
</p>
 
125
<p /><address><hr /><div align="center">
 
126
<table width="100%" cellspacing="0" border="0"><tr class="address">
 
127
<td width="30%">Copyright &copy; 2005 <a href="trolltech.html">Trolltech</a></td>
 
128
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
129
<td width="30%" align="right"><div align="right">Qt 4.0.0</div></td>
 
130
</tr></table></div></address></body>
 
131
</html>