File: chap5_5.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 (68 lines) | stat: -rw-r--r-- 4,937 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
<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>Accessing The Help System</title>
		<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.49">
		<link rel="HOME" href="book1.html">
		<link rel="UP" title="Useful Techniques" href="chap5_1.html">
		<link rel="PREVIOUS" title="Integrating Qt Designer Files Into Your Project" href="chap5_4.html">
		<link rel="NEXT" title="Custom Widgets" href="chap5_6.html">
		
	</head>

	<body class="SECT1" 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="chap5_4.html"><img height="20" width="20" src="arrows/left.png" border="0"></a></td>
					<td width="80%" align="center" valign="bottom"><font color="white"><b>Chapter 5. Useful Techniques</b></font></td>
					<td width="10%" align="right" valign="bottom"><a href="chap5_6.html"><img height="20" width="20" src="arrows/right.png" border="0"></a></td>
				</tr>
			</table>
		</div>
		<div class="SECT1">
			<h1 class="SECT1"><a name="AEN1152"></a>Accessing The Help System</h1>
			<p>There any many ways to get online help in Qt Designer. For example, you can read an online version of this manual by selecting <span class="GUIMENU">Help/Manual</span> from the menu or hitting <b class="KEYCAP">Ctrl-F1</b>. But the most interesting help feature will probably be the context help. When you edit a property in the property editor, you can just press the <b class="KEYCAP">F1</b> key to be shown the part of the Qt reference documentation that explains exactly that property. Similarly, when a widget is selected in the form editor, pressing <b class="KEYCAP">F1</b> will show the description of that widget in the Qt reference documentation. When the background of a form is selected, pressing <b class="KEYCAP">F1</b> will get you the description of the Qt class that is the base class of the form class (usually <tt class="LITERAL">QWidget</tt>, <tt class="LITERAL">QWizard</tt>, or <tt class="LITERAL">QDialog</tt>).</p>
			<p>Whenever you are in the Qt help browser, which you open by pressing <b class="KEYCAP">F1</b> or <b class="KEYCAP">Shift-F1</b>, you can access a comprehensive help index by hitting <b class="KEYCAP">Shift-T</b> or selecting <span class="GUIMENU">Go/Topics/Index</span> from the help browser menu.</p>
			<p>Another way of getting help is the so-called What's This help. If you are uncertain what a particular toolbar button is for, for example, you can click on the toolbar button with the arrow and the question mark and then click on the toolbar button in question, and a small information window will pop up that explains what the button is for. All dialogs have What's This help as well; just hit the <b class="KEYCAP">Shift-F1</b> key (you won't be able to use the toolbar button in a modal dialog) and click on the widget you are uncertain about. The same applies to all the views: the widget hierarchy view, the form list, and the property editor.</p>
		</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="chap5_4.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="chap5_6.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">Integrating Qt Designer Files Into Your Project</font></td>
					<td width="34%" align="center" valign="top"><a href="chap5_1.html"><img height="20" width="20" src="arrows/up.png" border="0"></a></td>
					<td width="33%" align="right" valign="top"><font  color="white">Custom Widgets</font></td>
				</tr>
			</table>
		</div>
	</body>

</html>