File: preface.html

package info (click to toggle)
qt-embedded 2.3.2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 68,608 kB
  • ctags: 45,998
  • sloc: cpp: 276,654; ansic: 71,987; makefile: 29,074; sh: 12,305; yacc: 2,465; python: 1,863; perl: 481; lex: 480; xml: 68; lisp: 15
file content (82 lines) | stat: -rw-r--r-- 4,804 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>Preface</title>
		<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.49">
		<link rel="HOME" href="book1.html">
		<link rel="PREVIOUS" href="book1.html">
		<link rel="NEXT" title="Feedback" href="feedback.html">
		
	</head>

	<body class="PREFACE" bgcolor="white" text="black" link="blue" vlink="#840084" alink="blue">
		<div class="NAVHEADER">
			<table border="0" cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td width="500" align="left" valign="middle"><img height="90" width="475" src="figures/title.png" border="0"></td>
					<td></td>
					<td align="right" valign="top"><a href="../company/about/trolls.html">
						<table border="0" cellpadding="0" cellspacing="0" width="137">
							<tr>
								<td><img height="100" width="100" src="figures/f001.png" border="0"></td>
								<td><img height="100" width="100" src="figures/qtlogo.png" align="top" border="0"></td>
							</tr>
						</table>
						</a></td>
				</tr>
				<tr>
					<td width="500"><spacer type="block" width="500" height="20"></td>
					<td><spacer type="block" width="42" height="20"></td>
					<td><br>
					</td>
				</tr>
			</table>
			<table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="black">
				<tr>
					<td width="10%" align="left" valign="bottom"><a href="book1.html"><img height="20" width="20" src="arrows/left.png" border="0"></a></td>
					<td width="80%" align="center" valign="bottom"><br>
					</td>
					<td width="10%" align="right" valign="bottom"><a href="feedback.html"><img height="20" width="20" src="arrows/right.png" border="0"></a></td>
				</tr>
			</table>
		</div>
		<div class="PREFACE">
			<h1><a name="AEN2"></a>Preface</h1>
			<div class="TOC">
				<dl>
					<dt><b>Table of Contents</b>
					<dt><a href="#AEN8">What You Should Know</a>
					<dt><a href="feedback.html">Feedback</a>
					<dt><a href="colophon.html">Colophon</a>
				</dl>
			</div>
			<p>This manual introduces you to using Qt Designer, a unique tool that makes designing and implementing user interfaces a lot easier. With Qt Designer, you will learn how to create your own dialogs and how to arrange the user interface elements in the dialogs so that the dialogs look both nice and natural and can accommodate various environments, like different languages and user settings.</p>
			<p>This manual consists of two parts. The first one starts with a gentle tutorial-style introduction to Qt Designer that leads you through creating some dialogs for a simple application. You will learn how to use the user interface compiler, <i class="EMPHASIS">uic,</i> to create source code from the user interface description files that Qt Designer saves and how to integrate these files into your application. Further steps show you how to modify an already existing dialog, how to use layout management to develop more flexible and powerful dialogs, and how to customize dialogs created with Qt Designer by creating a subclass.</p>
			<p>The second part of this manual is a reference-style description of Qt Designer. It explains each menu entry and each dialog in detail. If you are unsure about what to insert in one of the configuration dialogs of Qt Designer and the online help is not enough, this is the place to look for help.</p>
			<div class="SECT1">
				<h1 class="SECT1"><a name="AEN8"></a>What You Should Know</h1>
				<p>This manual assumes that you have some knowledge of writing Qt programs and, consequently, of C++ programming. If you feel unsure about your Qt knowledge, you might want to consult the Qt Tutorial that ships with Qt or the book <i class="EMPHASIS">Programming with Qt,</i> by Matthias Kalle Dalheimer, published by O'Reilly &amp; Associates. Or you can just try to follow the examples in this manual and then read more about any Qt features that you are uncertain about.</p>
			</div>
		</div>
		<div class="NAVFOOTER">
			<br>
			<br>
			<table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="black">
				<tr>
					<td width="33%" align="left" valign="top"><a href="book1.html"><img height="20" width="20" src="arrows/left.png" border="0"></a></td>
					<td width="34%" align="center" valign="top"><a href="book1.html"><img height="20" width="25" src="arrows/home.png" border="0"></a></td>
					<td width="33%" align="right" valign="top"><a href="feedback.html"><img height="20" width="20" src="arrows/right.png" border="0"></a></td>
				</tr>
				<tr>
					<td width="33%" align="left" valign="top"><br>
					</td>
					<td width="34%" align="center" valign="top"><br>
					</td>
					<td width="33%" align="right" valign="top"><font  color="white">Feedback</font></td>
				</tr>
			</table>
		</div>
	</body>

</html>