File: chap7_6.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 (85 lines) | stat: -rw-r--r-- 4,659 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
<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>The Edit List Box 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 Edit Icon View Dialog" href="chap7_5.html">
		<link rel="NEXT" title="The Edit List View Dialog" href="chap7_7.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_5.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_7.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="AEN2030"></a>The Edit List Box Dialog</h1>
			<div class="FIGURE">
				<a name="QT-DESIGNER-DIALOGS-EDITLISTBOX"></a>
				<p><b>Figure 7-6. The list box editor</b></p>
				<p><img src="figures/editlistbox.png"></p>
			</div>
			<p>This dialog lets you edit the entries that are displayed in a list box. You can reach it by selecting <span class="GUIMENU">Edit</span> in the context menu of a list box. In the unlabeled list box on the left-hand side of the dialog, you can see the entries that are currently inserted.</p>
			<dl>
				<dt><span class="GUILABEL">New Item</span>
				<dd>
				<p>Click on this button to insert a new entry. By default, it will have the text <tt class="LITERAL">New Item</tt> and no icon.</p>
				<dt><span class="GUILABEL">Delete Item</span>
				<dd>
				<p>Click on this button to delete the currently selected entry.</p>
				<dt><span class="GUILABEL">Arrow Buttons</span>
				<dd>
				<p>With the arrow buttons, you can change the order of the entries in the list box. Clicking on the up-arrow button moves the currently selected entry one position up; clicking on the down-arrow button moves the entry one position down.</p>
				<dt><span class="GUILABEL">Item Properties</span>
				<dd>
				<p>In this area, you can specify the pixmap and the label to be displayed for the currently selected entry. To change the label, enter the new text in the <span class="GUIMENU">Text</span> field. To assign or change a pixmap, which is displayed next to the word <span class="GUILABEL">Pixmap</span>, click on the button labeled <span class="GUILABEL">...</span>. Clicking on the scissors icon removes the pixmap so that the current entry is represented only by its label.</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_5.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_7.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 Icon View 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 Edit List View Dialog</font></td>
				</tr>
			</table>
		</div>
	</body>

</html>