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>The Help Dialog</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.49">
<link rel="HOME" href="book1.html">
<link rel="UP" title="The Dialogs" href="chap7_1.html">
<link rel="PREVIOUS" title="The Form Settings Dialog" href="chap7_10.html">
<link rel="NEXT" title="The New Form Dialog" href="chap7_12.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="chap7_10.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 7. The Dialogs</b></font></td>
<td width="10%" align="right" valign="bottom"><a href="chap7_12.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="AEN2252"></a>The Help Dialog</h1>
<div class="FIGURE">
<a name="QT-DESIGNER-DIALOGS-HELP"></a>
<p><b>Figure 7-11. The Help dialog</b></p>
<p><img src="figures/helpdialog.png"></p>
</div>
<p>You reach the Help dialog by selecting <span class="GUIMENU">Go/Topics/Index</span> from the menu of the help browser. It lets you access various parts of the Qt Designer and Qt Reference documentation fast and easily.</p>
<dl>
<dt><span class="GUILABEL">Contents</span> tab page
<dd>
<p>This tab page gives you a hierarchical view of all chapters of the Qt Designer and Qt Reference documentation. Double-click on a topic to show it in the help browser.</p>
<dt><span class="GUILABEL">Index</span> tab page
<dd>
<p>The <span class="GUILABEL">Index</span> tab page shows a list of topics that are described in the Qt documentation. You can scroll through the list to find a topic you are looking for or enter a search word in the <span class="GUILABEL">Look For</span></p>
<dt><span class="GUILABEL">Bookmarks</span> tab page
<dd>
<p>On this tab page, you can set and delete bookmarks as well as jump to a previously created bookmark. The list on the left-hand side shows all bookmarks that you have defined; double-click a bookmark to show that page in the browser window. By clicking <span class="GUILABEL">New Bookmark</span>, you can add a bookmark to the currently displayed page, and by clicking <span class="GUILABEL">Delete Bookmark</span>, you can delete the currently selected bookmark.</p>
</dl>
</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="chap7_10.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_12.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 Form Settings Dialog</font></td>
<td width="34%" align="center" valign="top"><a href="chap7_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">The New Form Dialog</font></td>
</tr>
</table>
</div>
</body>
</html>
|