From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqgroupbox.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqgroupbox.html') diff --git a/doc/html/ntqgroupbox.html b/doc/html/ntqgroupbox.html index ec6b1c8e4..53c0ee6c6 100644 --- a/doc/html/ntqgroupbox.html +++ b/doc/html/ntqgroupbox.html @@ -119,7 +119,7 @@ Constructs a group box widget with no title. constructor.

This constructor does not do automatic layout. -

TQGroupBox::TQGroupBox ( const TQString & title, TQWidget * parent = 0, const char * name = 0 ) +

TQGroupBox::TQGroupBox ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )

Constructs a group box with the title title.

The parent and name arguments are passed to the TQWidget @@ -133,7 +133,7 @@ arranged in strips rows or columns (depending on orientation).

The parent and name arguments are passed to the TQWidget constructor. -

TQGroupBox::TQGroupBox ( int strips, Orientation orientation, const TQString & title, TQWidget * parent = 0, const char * name = 0 ) +

TQGroupBox::TQGroupBox ( int strips, Orientation orientation, const TQString & title, TQWidget * parent = 0, const char * name = 0 )

Constructs a group box titled title. Child widgets will be arranged in strips rows or columns (depending on orientation). @@ -232,10 +232,10 @@ the group to s pixels.

void TQGroupBox::setOrientation ( Orientation )

Sets the group box's orientation. See the "orientation" property for details. -

void TQGroupBox::setTitle ( const TQString & ) [virtual] +

void TQGroupBox::setTitle ( const TQString & ) [virtual]

Sets the group box title text. See the "title" property for details. -

TQString TQGroupBox::title () const +

TQString TQGroupBox::title () const

Returns the group box title text. See the "title" property for details.

void TQGroupBox::toggled ( bool on ) [signal] @@ -305,7 +305,7 @@ slow (it does a complete layout). It is better to set the orientation directly in the constructor.

Set this property's value with setOrientation() and get this property's value with orientation(). -

TQString title

+

TQString title

This property holds the group box title text.

The group box title text will have a focus-change keyboard accelerator if the title contains &, followed by a letter. -- cgit v1.2.1