File: chap6_3.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 (154 lines) | stat: -rw-r--r-- 11,928 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>The Tools Menu</title>
		<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.49">
		<link rel="HOME" href="book1.html">
		<link rel="UP" title="The Menus And The Toolbars" href="chap6_1.html">
		<link rel="PREVIOUS" title="The Edit Menu" href="chap6_2.html">
		<link rel="NEXT" title="The Layout Menu" href="chap6_4.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="chap6_2.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 6. The Menus And The Toolbars</b></font></td>
					<td width="10%" align="right" valign="bottom"><a href="chap6_4.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="AEN1353"></a>The Tools Menu</h1>
			<dl>
				<dt><span class="GUIMENU">Pointer</span><span class="GUIICON"><img src="figures/pointer.png"></span>
				<dd>
				<p>Selects the pointer tool that lets you select GUI elements. This is the standard tool that is active right after starting Qt Designer.</p>
				<dt><span class="GUIMENU">Connect Signals/Slots</span><span class="GUIICON"><img src="figures/connecttool.png"></span>
				<dd>
				<p>Lets Qt Designer go into the mode where you can connect signals and slots by dragging the mouse.</p>
				<dt><span class="GUIMENU">Tab Order</span><span class="GUIICON"><img src="figures/ordertool.png"></span>
				<dd>
				<p>Lets Qt Designer go into tab order mode, where you can define the tab order of the widgets on your form.</p>
				<dt><span class="GUIMENU">Buttons/PushButton</span><span class="GUIICON"><img src="figures/pushbutton.png"></span>
				<dd>
				<p>Turns on the insertion mode for push buttons. Clicking or dragging on a form inserts a push button (a <tt class="LITERAL">QPushButton</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Buttons/ToolButton</span><span class="GUIICON"><img src="figures/toolbutton.png"></span>
				<dd>
				<p>Turns on the insertion mode for tool buttons. Clicking or dragging on a form inserts a tool button (a <tt class="LITERAL">QToolButton</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Buttons/RadioButton</span><span class="GUIICON"><img src="figures/radiobutton.png"></span>
				<dd>
				<p>Turns on the insertion mode for radio buttons. Clicking or dragging on a form inserts a radio button (a <tt class="LITERAL">QRadioButton</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Buttons/CheckBox</span><span class="GUIICON"><img src="figures/checkbox.png"></span>
				<dd>
				<p>Turns on the insertion mode for check boxes. Clicking or dragging on a form inserts a check box (a <tt class="LITERAL">QCheckBox</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Containers/GroupBox</span><span class="GUIICON"><img src="figures/groupbox.png"></span>
				<dd>
				<p>Turns on the insertion mode for group boxes. Clicking or dragging on a form inserts a group box (a <tt class="LITERAL">QGroupBox</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Containers/ButtonGroup</span><span class="GUIICON"><img src="figures/buttongroup.png"></span>
				<dd>
				<p>Turns on the insertion mode for button groups. Clicking or dragging on a form inserts a button group (a <tt class="LITERAL">QButtonGroup</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Containers/Frame</span><span class="GUIICON"><img src="figures/frame.png"></span>
				<dd>
				<p>Turns on the insertion mode for frames. Clicking or dragging on a form inserts a frame (a <tt class="LITERAL">QFrame</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Containers/TabWidget</span><span class="GUIICON"><img src="figures/tabwidget.png"></span>
				<dd>
				<p>Turns on the insertion mode for tab widgets. Clicking or dragging on a form inserts a tab widget (a <tt class="LITERAL">QTabWidget</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Views/ListBox</span><span class="GUIICON"><img src="figures/listbox.png"></span>
				<dd>
				<p>Turns on the insertion mode for list boxes. Clicking or dragging on a form inserts a list box (a <tt class="LITERAL">QListBox</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Views/ListView</span><span class="GUIICON"><img src="figures/listview.png"></span>
				<dd>
				<p>Turns on the insertion mode for list views. Clicking or dragging on a form inserts a list view (a <tt class="LITERAL">QListView</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Views/IconView</span><span class="GUIICON"><img src="figures/iconview.png"></span>
				<dd>
				<p>Turns on the insertion mode for icon views. Clicking or dragging on a form inserts an icon view (a <tt class="LITERAL">QIconView</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Views/Table</span><span class="GUIICON"><img src="figures/table.png"></span>
				<dd>
				<p>Turns on the insertion mode for tables. Clicking or dragging on a form inserts a table (a <tt class="LITERAL">QTable</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Input/LineEdit</span><span class="GUIICON"><img src="figures/lineedit.png"></span>
				<dd>
				<p>Turns on the insertion mode for line edits. Clicking or dragging on a form inserts a line edit (a <tt class="LITERAL">QLineEdit</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Input/SpinBox</span><span class="GUIICON"><img src="figures/spacer.png"></span>
				<dd>
				<p>Turns on the insertion mode for spin boxes. Clicking or dragging on a form inserts a spin box (a <tt class="LITERAL">QSpinBox</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Input/MultiLineEdit</span><span class="GUIICON"><img src="figures/multilineedit.png"></span>
				<dd>
				<p>Turns on the insertion mode for multiline edit fields. Clicking or dragging on a form inserts a multiline edit field (a <tt class="LITERAL">QMultiLineEdit</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Input/ComboBox</span><span class="GUIICON"><img src="figures/combobox.png"></span>
				<dd>
				<p>Turns on the insertion mode for combo boxes. Clicking or dragging on a form inserts a combo box (a <tt class="LITERAL">QComboBox</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Input/Slider</span><span class="GUIICON"><img src="figures/slider.png"></span>
				<dd>
				<p>Turns on the insertion mode for sliders. Clicking or dragging on a form inserts a slider (a <tt class="LITERAL">QSlider</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Input/Dial</span><span class="GUIICON"><img src="figures/dial.png"></span>
				<dd>
				<p>Turns on the insertion mode for dials. Clicking or dragging on a form inserts a dial (a <tt class="LITERAL">QDial</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Display/TextLabel</span><span class="GUIICON"><img src="figures/label.png"></span>
				<dd>
				<p>Turns on the insertion mode for text labels. Clicking or dragging on a form inserts a text label (a <tt class="LITERAL">QLabel</tt> object configured to display text) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Display/PixmapLabel</span><span class="GUIICON"><img src="figures/pixlabel.png"></span>
				<dd>
				<p>Turns on the insertion mode for pixmap labels. Clicking or dragging on a form inserts a pixmap label (a <tt class="LITERAL">QLabel</tt> object configured to display a pixmap) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Display/LCDNumber</span><span class="GUIICON"><img src="figures/lcdnumber.png"></span>
				<dd>
				<p>Turns on the insertion mode for seven-segment displays. Clicking or dragging on a form inserts a seven-segment display (a <tt class="LITERAL">QLCDNumber</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Display/Line</span><span class="GUIICON"><img src="figures/line.png"></span>
				<dd>
				<p>Turns on the insertion mode for lines. Clicking or dragging on a form inserts a line (a <tt class="LITERAL">QFrame</tt> configured to appear as a line) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Display/ProgressBar</span><span class="GUIICON"><img src="figures/progress.png"></span>
				<dd>
				<p>Turns on the insertion mode for progress bars. Clicking or dragging on a form inserts a progress bar ( a <tt class="LITERAL">QProgressBar</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Display/TextView</span><span class="GUIICON"><img src="figures/textview.png"></span>
				<dd>
				<p>Turns on the insertion mode for text views. Clicking or dragging on a form inserts a text view ( a <tt class="LITERAL">QTextView</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Display/TextBrowser</span><span class="GUIICON"><img src="figures/textbrowser.png"></span>
				<dd>
				<p>Turns on the insertion mode for text browsers. Clicking or dragging on a form inserts a text browser ( a <tt class="LITERAL">QTextBrowser</tt> object) while Qt Designer is in this mode.</p>
				<dt><span class="GUIMENU">Custom/Edit Custom Widgets</span><span class="GUIICON"><img src="figures/customwidget.png"></span>
				<dd>
				<p>Opens the dialog for configuring custom widgets. If custom widgets are already defined, the <span class="GUIMENU">Custom</span> submenu will contain these as well.</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="chap6_2.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="chap6_4.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 Edit Menu</font></td>
					<td width="34%" align="center" valign="top"><a href="chap6_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 Layout Menu</font></td>
				</tr>
			</table>
		</div>
	</body>

</html>