File: chap7_1.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 (98 lines) | stat: -rw-r--r-- 5,221 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>The Dialogs</title>
		<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.49">
		<link rel="HOME" href="book1.html">
		<link rel="UP" title="Qt Designer Reference Manual" href="part2index.html">
		<link rel="PREVIOUS" title="The Help Menu" href="chap6_7.html">
		<link rel="NEXT" title="The Connection Editor Dialog (Edit Connections)" href="chap7_2.html">
		
	</head>

	<body class="CHAPTER" 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="chap6_7.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="chap7_2.html"><img height="20" width="20" src="arrows/right.png" border="0"></a></td>
				</tr>
			</table>
		</div>
		<div class="CHAPTER">
			<h1><a name="AEN1756"></a>Chapter 7. The Dialogs</h1>
			<div class="TOC">
				<dl>
					<dt><b>Table of Contents</b>
					<dt><a href="#AEN1766">The About Dialog</a>
					<dt><a href="chap7_2.html">The Connection Editor Dialog (Edit Connections)</a>
					<dt><a href="chap7_3.html">The Connection Viewer Dialog (Edit Connections)</a>
					<dt><a href="chap7_4.html">The Edit Custom Widgets Dialog</a>
					<dt><a href="chap7_5.html">The Edit Icon View Dialog</a>
					<dt><a href="chap7_6.html">The Edit List Box Dialog</a>
					<dt><a href="chap7_7.html">The Edit List View Dialog</a>
					<dt><a href="chap7_8.html">The Edit Multiline Edit Dialog</a>
					<dt><a href="chap7_9.html">The Edit Slots Dialog</a>
					<dt><a href="chap7_10.html">The Form Settings Dialog</a>
					<dt><a href="chap7_11.html">The Help Dialog</a>
					<dt><a href="chap7_12.html">The New Form Dialog</a>
					<dt><a href="chap7_13.html">The Palette Editor Dialog</a>
					<dt><a href="chap7_14.html">The Pixmap Function Dialog</a>
					<dt><a href="chap7_15.html">The Preferences Dialog</a>
					<dt><a href="chap7_16.html">The Topic Chooser Dialog</a>
				</dl>
			</div>
			<p>This chapter lists all the dialogs in Qt Designer. Whenever you open a dialog during your work and are not exactly sure how to operate it, you can either use the What's This help or the online help or read about it here. The dialog explanations in this chapter are sorted alphabetically by dialog title so that you can find the description of the dialog you are looking for fast and easily.</p>
			<p>Since the meaning of the <span class="GUILABEL">Help</span>, <span class="GUILABEL">OK</span>, and <span class="GUILABEL">Cancel</span> buttons should be obvious, they are not listed explicitly with the individual dialogs unless there is something special to say about them.</p>
			<div class="SECT1">
				<h1 class="SECT1"><a name="AEN1766"></a>The About Dialog</h1>
				<div class="FIGURE">
					<a name="QT-DESIGNER-DIALOGS-ABOUT"></a>
					<p><b>Figure 7-1. The About dialog</b></p>
					<p><img src="figures/aboutdialog.png"></p>
				</div>
				<p>This dialog shows you Qt Designer's introductory screen and the version number. Use this dialog if you want to report a bug but are not sure which version of Qt Designer you are using.</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="chap6_7.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="chap7_2.html"><img height="20" width="20" src="arrows/right.png" border="0"></a></td>
				</tr>
				<tr>
					<td width="33%" align="left" valign="top"><font  color="white">The Help Menu</font></td>
					<td width="34%" align="center" valign="top"><a href="part2index.html"><img height="20" width="20" src="arrows/up.png" border="0"></a></td>
					<td width="33%" align="right" valign="top"><font  color="white">The Connection Editor Dialog (Edit Connections)</font></td>
				</tr>
			</table>
		</div>
	</body>

</html>