summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlabel.3qt
blob: e975522d2a6c4b6d777eb2f280cdd881e4d310c4 (plain)
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
'\" t
.TH TQLabel 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA.  All rights reserved.  See the
.\" license file included in the distribution for a complete license
.\" statement.
.\"
.ad l
.nh
.SH NAME
TQLabel \- Text or image display
.SH SYNOPSIS
\fC#include <tqlabel.h>\fR
.PP
Inherits TQFrame.
.PP
.SS "Public Members"
.in +1c
.ti -1c
.BI "\fBTQLabel\fR ( TQWidget * parent, const char * name = 0, WFlags f = 0 )"
.br
.ti -1c
.BI "\fBTQLabel\fR ( const TQString & text, TQWidget * parent, const char * name = 0, WFlags f = 0 )"
.br
.ti -1c
.BI "\fBTQLabel\fR ( TQWidget * buddy, const TQString & text, TQWidget * parent, const char * name = 0, WFlags f = 0 )"
.br
.ti -1c
.BI "\fB~TQLabel\fR ()"
.br
.ti -1c
.BI "TQString \fBtext\fR () const"
.br
.ti -1c
.BI "TQPixmap * \fBpixmap\fR () const"
.br
.ti -1c
.BI "TQPicture * \fBpicture\fR () const"
.br
.ti -1c
.BI "TQMovie * \fBmovie\fR () const"
.br
.ti -1c
.BI "TextFormat \fBtextFormat\fR () const"
.br
.ti -1c
.BI "void \fBsetTextFormat\fR ( TextFormat )"
.br
.ti -1c
.BI "int \fBalignment\fR () const"
.br
.ti -1c
.BI "virtual void \fBsetAlignment\fR ( int )"
.br
.ti -1c
.BI "int \fBindent\fR () const"
.br
.ti -1c
.BI "void \fBsetIndent\fR ( int )"
.br
.ti -1c
.BI "bool autoResize () const  \fI(obsolete)\fR"
.br
.ti -1c
.BI "virtual void setAutoResize ( bool enable )  \fI(obsolete)\fR"
.br
.ti -1c
.BI "bool \fBhasScaledContents\fR () const"
.br
.ti -1c
.BI "void \fBsetScaledContents\fR ( bool )"
.br
.ti -1c
.BI "virtual void \fBsetBuddy\fR ( TQWidget * buddy )"
.br
.ti -1c
.BI "TQWidget * \fBbuddy\fR () const"
.br
.ti -1c
.BI "virtual void \fBsetFont\fR ( const TQFont & f )"
.br
.in -1c
.SS "Public Slots"
.in +1c
.ti -1c
.BI "virtual void \fBsetText\fR ( const TQString & )"
.br
.ti -1c
.BI "virtual void \fBsetPixmap\fR ( const TQPixmap & )"
.br
.ti -1c
.BI "virtual void \fBsetPicture\fR ( const TQPicture & picture )"
.br
.ti -1c
.BI "virtual void \fBsetMovie\fR ( const TQMovie & movie )"
.br
.ti -1c
.BI "virtual void \fBsetNum\fR ( int num )"
.br
.ti -1c
.BI "virtual void \fBsetNum\fR ( double num )"
.br
.ti -1c
.BI "void \fBclear\fR ()"
.br
.in -1c
.SS "Properties"
.in +1c
.ti -1c
.BI "Alignment \fBalignment\fR - the alignment of the label's contents"
.br
.ti -1c
.BI "BackgroundMode \fBbackgroundMode\fR - the label's background mode  \fI(read " "only" ")\fR"
.br
.ti -1c
.BI "int \fBindent\fR - the label's text indent in pixels"
.br
.ti -1c
.BI "TQPixmap \fBpixmap\fR - the label's pixmap"
.br
.ti -1c
.BI "bool \fBscaledContents\fR - whether the label will scale its contents to fill all available space"
.br
.ti -1c
.BI "TQString \fBtext\fR - the label's text"
.br
.ti -1c
.BI "TextFormat \fBtextFormat\fR - the label's text format"
.br
.in -1c
.SS "Protected Members"
.in +1c
.ti -1c
.BI "virtual void \fBdrawContents\fR ( TQPainter * p )"
.br
.in -1c
.SH DESCRIPTION
The TQLabel widget provides a text or image display.
.PP
TQLabel is used for displaying text or an image. No user interaction functionality is provided. The visual appearance of the label can be configured in various ways, and it can be used for specifying a focus accelerator key for another widget.
.PP
A TQLabel can contain any of the following content types: <center>.nf
.TS
l - l. Content Setting Plain text Pass a TQString to setText(). Rich text Pass a TQString that contains rich text to setText(). A pixmap Pass a TQPixmap to setPixmap(). A movie Pass a TQMovie to setMovie(). A number Pass an \fIint\fR or a \fIdouble\fR to setNum(), which converts the number to plain text. Nothing
.TE
.fi
</center>
.PP
When the content is changed using any of these functions, any previous content is cleared.
.PP
The look of a TQLabel can be tuned in several ways. All the settings of TQFrame are available for specifying a widget frame. The positioning of the content within the TQLabel widget area can be tuned with setAlignment() and setIndent(). For example, this code sets up a sunken panel with a two-line text in the bottom right corner (both lines being flush with the right side of the label):
.PP
.nf
.br
    TQLabel *label = new TQLabel( this );
.br
    label->setFrameStyle( TQFrame::Panel | TQFrame::Sunken );
.br
    label->setText( "first line\\nsecond line" );
.br
    label->setAlignment( AlignBottom | AlignRight );
.br
.fi
.PP
A TQLabel is often used as a label for an interactive widget. For this use TQLabel provides a useful mechanism for adding an accelerator key (see TQAccel) that will set the keyboard focus to the other widget (called the TQLabel's "buddy"). For example:
.PP
.nf
.br
    TQLineEdit* phoneEdit = new TQLineEdit( this, "phoneEdit" );
.br
    TQLabel* phoneLabel = new TQLabel( phoneEdit, "&Phone:", this, "phoneLabel" );
.br
.fi
.PP
In this example, keyboard focus is transferred to the label's buddy (the TQLineEdit) when the user presses Alt+P. You can also use the setBuddy() function to accomplish the same thing.
.PP
.ce 1
.B "[Image Omitted]"
.PP

.ce 1
.B "[Image Omitted]"
.PP
See also TQLineEdit, TQTextEdit, TQPixmap, TQMovie, GUI Design Handbook: Label, Basic Widgets, and Text Related Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQLabel::TQLabel ( TQWidget * parent, const char * name = 0, WFlags f = 0 )"
Constructs an empty label.
.PP
The \fIparent\fR, \fIname\fR and widget flag \fIf\fR, arguments are passed to the TQFrame constructor.
.PP
See also alignment, setFrameStyle(), and indent.
.SH "TQLabel::TQLabel ( const TQString & text, TQWidget * parent, const char * name = 0, WFlags f = 0 )"
Constructs a label that displays the text, \fItext\fR.
.PP
The \fIparent\fR, \fIname\fR and widget flag \fIf\fR, arguments are passed to the TQFrame constructor.
.PP
See also text, alignment, setFrameStyle(), and indent.
.SH "TQLabel::TQLabel ( TQWidget * buddy, const TQString & text, TQWidget * parent, const char * name = 0, WFlags f = 0 )"
Constructs a label that displays the text \fItext\fR. The label has a buddy widget, \fIbuddy\fR.
.PP
If the \fItext\fR contains an underlined letter (a letter preceded by an ampersand, &), and the text is in plain text format, when the user presses Alt+ the underlined letter, focus is passed to the buddy widget.
.PP
The \fIparent\fR, \fIname\fR and widget flag, \fIf\fR, arguments are passed to the TQFrame constructor.
.PP
See also text, setBuddy(), alignment, setFrameStyle(), and indent.
.SH "TQLabel::~TQLabel ()"
Destroys the label.
.SH "int TQLabel::alignment () const"
Returns the alignment of the label's contents. See the "alignment" property for details.
.SH "bool TQLabel::autoResize () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
Returns TRUE if auto-resizing is enabled, or FALSE if auto-resizing is disabled.
.PP
Auto-resizing is disabled by default.
.PP
See also setAutoResize().
.SH "TQWidget * TQLabel::buddy () const"
Returns this label's buddy, or 0 if no buddy is currently set.
.PP
See also setBuddy().
.SH "void TQLabel::clear ()\fC [slot]\fR"
Clears any label contents. Equivalent to setText( "" ).
.SH "void TQLabel::drawContents ( TQPainter * p )\fC [virtual protected]\fR"
Draws the label contents using the painter \fIp\fR.
.PP
Reimplemented from TQFrame.
.SH "bool TQLabel::hasScaledContents () const"
Returns TRUE if the label will scale its contents to fill all available space; otherwise returns FALSE. See the "scaledContents" property for details.
.SH "int TQLabel::indent () const"
Returns the label's text indent in pixels. See the "indent" property for details.
.SH "TQMovie * TQLabel::movie () const"
Returns a pointer to the label's movie, or 0 if no movie has been set.
.PP
See also setMovie().
.SH "TQPicture * TQLabel::picture () const"
Returns the label's picture or 0 if the label doesn't have a picture.
.SH "TQPixmap * TQLabel::pixmap () const"
Returns the label's pixmap. See the "pixmap" property for details.
.SH "void TQLabel::setAlignment ( int )\fC [virtual]\fR"
Sets the alignment of the label's contents. See the "alignment" property for details.
.SH "void TQLabel::setAutoResize ( bool enable )\fC [virtual]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
Enables auto-resizing if \fIenable\fR is TRUE, or disables it if \fIenable\fR is FALSE.
.PP
When auto-resizing is enabled the label will resize itself to fit the contents whenever the contents change. The top-left corner is not moved. This is useful for TQLabel widgets that are not managed by a TQLayout (e.g., top-level widgets).
.PP
Auto-resizing is disabled by default.
.PP
See also autoResize(), adjustSize(), and sizeHint.
.SH "void TQLabel::setBuddy ( TQWidget * buddy )\fC [virtual]\fR"
Sets this label's buddy to \fIbuddy\fR.
.PP
When the user presses the accelerator key indicated by this label, the keyboard focus is transferred to the label's buddy widget.
.PP
The buddy mechanism is only available for TQLabels that contain plain text in which one letter is prefixed with an ampersand, &. This letter is set as the accelerator key. The letter is displayed underlined, and the '&' is not displayed (i.e. the ShowPrefix alignment flag is turned on; see setAlignment()).
.PP
In a dialog, you might create two data entry widgets and a label for each, and set up the geometry layout so each label is just to the left of its data entry widget (its "buddy"), for example:
.PP
.nf
.br
    TQLineEdit *nameEd  = new TQLineEdit( this );
.br
    TQLabel    *nameLb  = new TQLabel( "&Name:", this );
.br
    nameLb->setBuddy( nameEd );
.br
    TQLineEdit *phoneEd = new TQLineEdit( this );
.br
    TQLabel    *phoneLb = new TQLabel( "&Phone:", this );
.br
    phoneLb->setBuddy( phoneEd );
.br
    // ( layout setup not shown )
.br
.fi
.PP
With the code above, the focus jumps to the Name field when the user presses Alt+N, and to the Phone field when the user presses Alt+P.
.PP
To unset a previously set buddy, call this function with \fIbuddy\fR set to 0.
.PP
See also buddy(), text, TQAccel, and alignment.
.PP
Examples:
.)l addressbook/centralwidget.cpp, chart/optionsform.cpp, and regexptester/regexptester.cpp.
.SH "void TQLabel::setFont ( const TQFont & f )\fC [virtual]\fR"
Sets the font used on the TQLabel to font \fIf\fR.
.PP
Example: menu/menu.cpp.
.PP
Reimplemented from TQWidget.
.SH "void TQLabel::setIndent ( int )"
Sets the label's text indent in pixels. See the "indent" property for details.
.SH "void TQLabel::setMovie ( const TQMovie & movie )\fC [virtual slot]\fR"
Sets the label contents to \fImovie\fR. Any previous content is cleared.
.PP
The buddy accelerator, if any, is disabled.
.PP
The label resizes itself if auto-resizing is enabled.
.PP
See also movie() and setBuddy().
.SH "void TQLabel::setNum ( int num )\fC [virtual slot]\fR"
Sets the label contents to plain text containing the textual representation of integer \fInum\fR. Any previous content is cleared. Does nothing if the integer's string representation is the same as the current contents of the label.
.PP
The buddy accelerator, if any, is disabled.
.PP
The label resizes itself if auto-resizing is enabled.
.PP
See also text, TQString::setNum(), and setBuddy().
.SH "void TQLabel::setNum ( double num )\fC [virtual slot]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Sets the label contents to plain text containing the textual representation of double \fInum\fR. Any previous content is cleared. Does nothing if the double's string representation is the same as the current contents of the label.
.PP
The buddy accelerator, if any, is disabled.
.PP
The label resizes itself if auto-resizing is enabled.
.PP
See also text, TQString::setNum(), and setBuddy().
.SH "void TQLabel::setPicture ( const TQPicture & picture )\fC [virtual slot]\fR"
Sets the label contents to \fIpicture\fR. Any previous content is cleared.
.PP
The buddy accelerator, if any, is disabled.
.PP
See also picture() and setBuddy().
.SH "void TQLabel::setPixmap ( const TQPixmap & )\fC [virtual slot]\fR"
Sets the label's pixmap. See the "pixmap" property for details.
.SH "void TQLabel::setScaledContents ( bool )"
Sets whether the label will scale its contents to fill all available space. See the "scaledContents" property for details.
.SH "void TQLabel::setText ( const TQString & )\fC [virtual slot]\fR"
Sets the label's text. See the "text" property for details.
.SH "void TQLabel::setTextFormat ( TextFormat )"
Sets the label's text format. See the "textFormat" property for details.
.SH "TQString TQLabel::text () const"
Returns the label's text. See the "text" property for details.
.SH "TextFormat TQLabel::textFormat () const"
Returns the label's text format. See the "textFormat" property for details.
.SS "Property Documentation"
.SH "Alignment alignment"
This property holds the alignment of the label's contents.
.PP
The alignment is a bitwise OR of TQt::AlignmentFlags and TQt::TextFlags values. The ExpandTabs, SingleLine and ShowPrefix flags apply only if the label contains plain text; otherwise they are ignored. The DontClip flag is always ignored. WordBreak applies to both rich text and plain text labels. The BreakAnywhere flag is not supported in TQLabel.
.PP
If the label has a buddy, the ShowPrefix flag is forced to TRUE.
.PP
The default alignment is \fCAlignAuto | AlignVCenter | ExpandTabs\fR if the label doesn't have a buddy and \fCAlignAuto | AlignVCenter | ExpandTabs | ShowPrefix\fR if the label has a buddy. If the label contains rich text, additionally WordBreak is turned on.
.PP
See also TQt::AlignmentFlags, setBuddy(), and text.
.PP
Set this property's value with setAlignment() and get this property's value with alignment().
.SH "BackgroundMode backgroundMode"
This property holds the label's background mode.
.PP
Get this property with backgroundMode().
.PP
See also TQWidget::backgroundMode.
.SH "int indent"
This property holds the label's text indent in pixels.
.PP
If a label displays text, the indent applies to the left edge if alignment() is AlignLeft, to the right edge if alignment() is AlignRight, to the top edge if alignment() is AlignTop, and to to the bottom edge if alignment() is AlignBottom.
.PP
If indent is negative, or if no indent has been set, the label computes the effective indent as follows: If frameWidth() is 0, the effective indent becomes 0. If frameWidth() is greater than 0, the effective indent becomes half the width of the "x" character of the widget's current font().
.PP
See also alignment, frameWidth, and font.
.PP
Set this property's value with setIndent() and get this property's value with indent().
.SH "TQPixmap pixmap"
This property holds the label's pixmap.
.PP
If no pixmap has been set this will return an invalid pixmap.
.PP
Setting the pixmap clears any previous content, and resizes the label if TQLabel::autoResize() is TRUE. The buddy accelerator, if any, is disabled.
.PP
Set this property's value with setPixmap() and get this property's value with pixmap().
.SH "bool scaledContents"
This property holds whether the label will scale its contents to fill all available space.
.PP
When enabled and the label shows a pixmap, it will scale the pixmap to fill the available space.
.PP
This property's default is FALSE.
.PP
See also scaledContents.
.PP
Set this property's value with setScaledContents() and get this property's value with hasScaledContents().
.SH "TQString text"
This property holds the label's text.
.PP
If no text has been set this will return an empty string. Setting the text clears any previous content, unless they are the same.
.PP
The text will be interpreted either as a plain text or as a rich text, depending on the text format setting; see setTextFormat(). The default setting is AutoText, i.e. TQLabel will try to auto-detect the format of the text set.
.PP
If the text is interpreted as a plain text and a buddy has been set, the buddy accelerator key is updated from the new text.
.PP
The label resizes itself if auto-resizing is enabled.
.PP
Note that TQLabel is well-suited to display small rich text documents, i.e. those small documents that get their document specific settings (font, text color, link color) from the label's palette and font properties. For large documents, use TQTextEdit in read-only mode instead. TQTextEdit will flicker less on resize and can also provide a scrollbar when necessary.
.PP
See also textFormat, setBuddy(), and alignment.
.PP
Set this property's value with setText() and get this property's value with text().
.SH "TextFormat textFormat"
This property holds the label's text format.
.PP
See the TQt::TextFormat enum for an explanation of the possible options.
.PP
The default format is AutoText.
.PP
See also text.
.PP
Set this property's value with setTextFormat() and get this property's value with textFormat().

.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqlabel.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
license file included in the distribution for a complete license
statement.
.SH AUTHOR
Generated automatically from the source code.
.SH BUGS
If you find a bug in Qt, please report it as described in
.BR http://doc.trolltech.com/bughowto.html .
Good bug reports help us to help you. Thank you.
.P
The definitive TQt documentation is provided in HTML format; it is
located at $TQTDIR/doc/html and can be read using TQt Assistant or with
a web browser. This man page is provided as a convenience for those
users who prefer man pages, although this format is not officially
supported by Trolltech. 
.P
If you find errors in this manual page, please report them to
.BR qt-bugs@trolltech.com .
Please include the name of the manual page (tqlabel.3qt) and the Qt
version (3.3.8).