From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/ntqlabel.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/html/ntqlabel.html') diff --git a/doc/html/ntqlabel.html b/doc/html/ntqlabel.html index d60d71cb7..abdea23e4 100644 --- a/doc/html/ntqlabel.html +++ b/doc/html/ntqlabel.html @@ -145,21 +145,21 @@ also use the setBuddy() function to accomplish the same

See also TQLineEdit, TQTextEdit, TQPixmap, TQMovie, GUI Design Handbook: Label, Basic Widgets, and Text Related Classes.


Member Function Documentation

-

TQLabel::TQLabel ( TQWidget * parent, const char * name = 0, WFlags f = 0 ) +

TQLabel::TQLabel ( TQWidget * parent, const char * name = 0, WFlags f = 0 )

Constructs an empty label.

The parent, name and widget flag f, arguments are passed to the TQFrame constructor.

See also alignment, setFrameStyle(), and indent. -

TQLabel::TQLabel ( const TQString & text, TQWidget * parent, const char * name = 0, WFlags f = 0 ) +

TQLabel::TQLabel ( const TQString & text, TQWidget * parent, const char * name = 0, WFlags f = 0 )

Constructs a label that displays the text, text.

The parent, name and widget flag f, arguments are passed to the TQFrame constructor.

See also text, alignment, setFrameStyle(), and indent. -

TQLabel::TQLabel ( TQWidget * buddy, const TQString & text, TQWidget * parent, const char * name = 0, WFlags f = 0 ) +

TQLabel::TQLabel ( TQWidget * buddy, const TQString & text, TQWidget * parent, const char * name = 0, WFlags f = 0 )

Constructs a label that displays the text text. The label has a buddy widget, buddy. @@ -187,7 +187,7 @@ is disabled.

Auto-resizing is disabled by default.

See also setAutoResize(). -

TQWidget * TQLabel::buddy () const +

TQWidget * TQLabel::buddy () const

Returns this label's buddy, or 0 if no buddy is currently set.

See also setBuddy(). @@ -233,9 +233,9 @@ 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).

Auto-resizing is disabled by default. -

See also autoResize(), adjustSize(), and sizeHint. +

See also autoResize(), adjustSize(), and sizeHint. -

void TQLabel::setBuddy ( TQWidget * buddy ) [virtual] +

void TQLabel::setBuddy ( TQWidget * buddy ) [virtual]

Sets this label's buddy to buddy.

When the user presses the accelerator key indicated by this label, @@ -271,7 +271,7 @@ set to 0. Sets the font used on the TQLabel to font f.

Example: menu/menu.cpp. -

Reimplemented from TQWidget. +

Reimplemented from TQWidget.

void TQLabel::setIndent ( int )

Sets the label's text indent in pixels. See the "indent" property for details. @@ -346,8 +346,8 @@ contains rich text, additionally WordBreakSet this property's value with setAlignment() and get this property's value with alignment().

BackgroundMode backgroundMode

This property holds the label's background mode. -

Get this property with backgroundMode(). -

See also TQWidget::backgroundMode. +

Get this property with backgroundMode(). +

See also TQWidget::backgroundMode.

int indent

This property holds the label's text indent in pixels. @@ -359,8 +359,8 @@ to to the bottom edge if alignment() is 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(). -

See also alignment, frameWidth, and font. +of the widget's current font(). +

See also alignment, frameWidth, and font.

Set this property's value with setIndent() and get this property's value with indent().

TQPixmap pixmap

-- cgit v1.2.3