summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqgroupbox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqgroupbox.3qt')
-rw-r--r--doc/man/man3/tqgroupbox.3qt86
1 files changed, 43 insertions, 43 deletions
diff --git a/doc/man/man3/tqgroupbox.3qt b/doc/man/man3/tqgroupbox.3qt
index d663b5c50..55865e69b 100644
--- a/doc/man/man3/tqgroupbox.3qt
+++ b/doc/man/man3/tqgroupbox.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QGroupBox 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQGroupBox 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.
@@ -7,30 +7,30 @@
.ad l
.nh
.SH NAME
-QGroupBox \- Group box frame with a title
+TQGroupBox \- Group box frame with a title
.SH SYNOPSIS
-\fC#include <ntqgroupbox.h>\fR
+\fC#include <tqgroupbox.h>\fR
.PP
Inherits TQFrame.
.PP
-Inherited by TQButtonGroup, QHGroupBox, and QVGroupBox.
+Inherited by TQButtonGroup, TQHGroupBox, and TQVGroupBox.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQGroupBox\fR ( TQWidget * parent = 0, const char * name = 0 )"
+.BI "\fBTQGroupBox\fR ( TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQGroupBox\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
+.BI "\fBTQGroupBox\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQGroupBox\fR ( int strips, Orientation orientation, TQWidget * parent = 0, const char * name = 0 )"
+.BI "\fBTQGroupBox\fR ( int strips, Orientation orientation, TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQGroupBox\fR ( int strips, Orientation orientation, const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
+.BI "\fBTQGroupBox\fR ( int strips, Orientation orientation, const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fB~QGroupBox\fR ()"
+.BI "\fB~TQGroupBox\fR ()"
.br
.ti -1c
.BI "virtual void \fBsetColumnLayout\fR ( int strips, Orientation direction )"
@@ -114,7 +114,7 @@ Inherited by TQButtonGroup, QHGroupBox, and QVGroupBox.
.BI "bool \fBchecked\fR - whether the group box's checkbox is checked"
.br
.ti -1c
-.BI "int \fBcolumns\fR - the number of columns or rows (depending on \\l QGroupBox::orientation) in the group box"
+.BI "int \fBcolumns\fR - the number of columns or rows (depending on \\l TQGroupBox::orientation) in the group box"
.br
.ti -1c
.BI "bool \fBflat\fR - whether the group box is painted flat or has a frame"
@@ -127,7 +127,7 @@ Inherited by TQButtonGroup, QHGroupBox, and QVGroupBox.
.br
.in -1c
.SH DESCRIPTION
-The QGroupBox widget provides a group box frame with a title.
+The TQGroupBox widget provides a group box frame with a title.
.PP
A group box provides a frame, a title and a keyboard shortcut, and displays various other widgets inside itself. The title is on top, the keyboard shortcut moves keyboard focus to one of the group box's child widgets, and the child widgets are usually laid out horizontally (or vertically) inside the frame.
.PP
@@ -135,7 +135,7 @@ The simplest way to use it is to create a group box with the desired number of c
.PP
It is also possible to change the orientation() and number of columns() after construction, or to ignore all the automatic layout support and manage the layout yourself. You can add 'empty' spaces to the group box with addSpace().
.PP
-QGroupBox also lets you set the title() (normally set in the constructor) and the title's alignment().
+TQGroupBox also lets you set the title() (normally set in the constructor) and the title's alignment().
.PP
You can change the spacing used by the group box with setInsideMargin() and setInsideSpacing(). To minimize space consumption, you can remove the right, left and bottom edges of the frame with setFlat().
.PP
@@ -144,37 +144,37 @@ You can change the spacing used by the group box with setInsideMargin() and setI
.PP
See also TQButtonGroup, Widget Appearance and Style, Layout Management, and Organizers.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QGroupBox::QGroupBox ( TQWidget * parent = 0, const char * name = 0 )"
+.SH "TQGroupBox::TQGroupBox ( TQWidget * parent = 0, const char * name = 0 )"
Constructs a group box widget with no title.
.PP
The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor.
.PP
This constructor does not do automatic layout.
-.SH "QGroupBox::QGroupBox ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
+.SH "TQGroupBox::TQGroupBox ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
Constructs a group box with the title \fItitle\fR.
.PP
The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor.
.PP
This constructor does not do automatic layout.
-.SH "QGroupBox::QGroupBox ( int strips, Orientation orientation, TQWidget * parent = 0, const char * name = 0 )"
+.SH "TQGroupBox::TQGroupBox ( int strips, Orientation orientation, TQWidget * parent = 0, const char * name = 0 )"
Constructs a group box with no title. Child widgets will be arranged in \fIstrips\fR rows or columns (depending on \fIorientation\fR).
.PP
The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor.
-.SH "QGroupBox::QGroupBox ( int strips, Orientation orientation, const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
+.SH "TQGroupBox::TQGroupBox ( int strips, Orientation orientation, const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
Constructs a group box titled \fItitle\fR. Child widgets will be arranged in \fIstrips\fR rows or columns (depending on \fIorientation\fR).
.PP
The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor.
-.SH "QGroupBox::~QGroupBox ()"
+.SH "TQGroupBox::~TQGroupBox ()"
Destroys the group box.
-.SH "void QGroupBox::addSpace ( int size )"
+.SH "void TQGroupBox::addSpace ( int size )"
Adds an empty cell at the next free position. If \fIsize\fR is greater than 0, the empty cell takes \fIsize\fR to be its fixed width (if orientation() is Horizontal) or height (if orientation() is Vertical).
.PP
-Use this method to separate the widgets in the group box or to skip the next free cell. For performance reasons, call this method after calling setColumnLayout() or by changing the QGroupBox::columns or QGroupBox::orientation properties. It is generally a good idea to call these methods first (if needed at all), and insert the widgets and spaces afterwards.
-.SH "int QGroupBox::alignment () const"
+Use this method to separate the widgets in the group box or to skip the next free cell. For performance reasons, call this method after calling setColumnLayout() or by changing the TQGroupBox::columns or TQGroupBox::orientation properties. It is generally a good idea to call these methods first (if needed at all), and insert the widgets and spaces afterwards.
+.SH "int TQGroupBox::alignment () const"
Returns the alignment of the group box title. See the "alignment" property for details.
-.SH "int QGroupBox::columns () const"
-Returns the number of columns or rows (depending on QGroupBox::orientation) in the group box. See the "columns" property for details.
-.SH "int QGroupBox::insideMargin () const"
+.SH "int TQGroupBox::columns () const"
+Returns the number of columns or rows (depending on TQGroupBox::orientation) in the group box. See the "columns" property for details.
+.SH "int TQGroupBox::insideMargin () const"
Returns the width of the empty space between the items in the group and the frame of the group.
.PP
Only applies if the group box has a defined orientation.
@@ -182,7 +182,7 @@ Only applies if the group box has a defined orientation.
The default is usually 11, by may vary depending on the platform and style.
.PP
See also setInsideMargin() and orientation.
-.SH "int QGroupBox::insideSpacing () const"
+.SH "int TQGroupBox::insideSpacing () const"
Returns the width of the empty space between each of the items in the group.
.PP
Only applies if the group box has a defined orientation.
@@ -190,45 +190,45 @@ Only applies if the group box has a defined orientation.
The default is usually 5, by may vary depending on the platform and style.
.PP
See also setInsideSpacing() and orientation.
-.SH "bool QGroupBox::isCheckable () const"
+.SH "bool TQGroupBox::isCheckable () const"
Returns TRUE if the group box has a checkbox in its title; otherwise returns FALSE. See the "checkable" property for details.
-.SH "bool QGroupBox::isChecked () const"
+.SH "bool TQGroupBox::isChecked () const"
Returns TRUE if the group box's checkbox is checked; otherwise returns FALSE. See the "checked" property for details.
-.SH "bool QGroupBox::isFlat () const"
+.SH "bool TQGroupBox::isFlat () const"
Returns TRUE if the group box is painted flat or has a frame; otherwise returns FALSE. See the "flat" property for details.
-.SH "Orientation QGroupBox::orientation () const"
+.SH "Orientation TQGroupBox::orientation () const"
Returns the group box's orientation. See the "orientation" property for details.
-.SH "void QGroupBox::setAlignment ( int )\fC [virtual]\fR"
+.SH "void TQGroupBox::setAlignment ( int )\fC [virtual]\fR"
Sets the alignment of the group box title. See the "alignment" property for details.
-.SH "void QGroupBox::setCheckable ( bool b )"
+.SH "void TQGroupBox::setCheckable ( bool b )"
Sets whether the group box has a checkbox in its title to \fIb\fR. See the "checkable" property for details.
-.SH "void QGroupBox::setChecked ( bool b )\fC [slot]\fR"
+.SH "void TQGroupBox::setChecked ( bool b )\fC [slot]\fR"
Sets whether the group box's checkbox is checked to \fIb\fR. See the "checked" property for details.
-.SH "void QGroupBox::setColumnLayout ( int strips, Orientation direction )\fC [virtual]\fR"
+.SH "void TQGroupBox::setColumnLayout ( int strips, Orientation direction )\fC [virtual]\fR"
Changes the layout of the group box. This function is only useful in combination with the default constructor that does not take any layout information. This function will put all existing children in the new layout. It is not good TQt programming style to call this function after children have been inserted. Sets the number of columns or rows to be \fIstrips\fR, depending on \fIdirection\fR.
.PP
See also orientation and columns.
.PP
Example: chart/optionsform.cpp.
-.SH "void QGroupBox::setColumns ( int )"
-Sets the number of columns or rows (depending on QGroupBox::orientation) in the group box. See the "columns" property for details.
-.SH "void QGroupBox::setFlat ( bool b )"
+.SH "void TQGroupBox::setColumns ( int )"
+Sets the number of columns or rows (depending on TQGroupBox::orientation) in the group box. See the "columns" property for details.
+.SH "void TQGroupBox::setFlat ( bool b )"
Sets whether the group box is painted flat or has a frame to \fIb\fR. See the "flat" property for details.
-.SH "void QGroupBox::setInsideMargin ( int m )"
+.SH "void TQGroupBox::setInsideMargin ( int m )"
Sets the the width of the inside margin to \fIm\fR pixels.
.PP
See also insideMargin().
-.SH "void QGroupBox::setInsideSpacing ( int s )"
+.SH "void TQGroupBox::setInsideSpacing ( int s )"
Sets the width of the empty space between each of the items in the group to \fIs\fR pixels.
.PP
See also insideSpacing().
-.SH "void QGroupBox::setOrientation ( Orientation )"
+.SH "void TQGroupBox::setOrientation ( Orientation )"
Sets the group box's orientation. See the "orientation" property for details.
-.SH "void QGroupBox::setTitle ( const TQString & )\fC [virtual]\fR"
+.SH "void TQGroupBox::setTitle ( const TQString & )\fC [virtual]\fR"
Sets the group box title text. See the "title" property for details.
-.SH "TQString QGroupBox::title () const"
+.SH "TQString TQGroupBox::title () const"
Returns the group box title text. See the "title" property for details.
-.SH "void QGroupBox::toggled ( bool on )\fC [signal]\fR"
+.SH "void TQGroupBox::toggled ( bool on )\fC [signal]\fR"
If the group box has a check box (see isCheckable()) this signal is emitted when the check box is toggled. \fIon\fR is TRUE if the check box is checked; otherwise it is FALSE.
.SS "Property Documentation"
.SH "Alignment alignment"
@@ -266,7 +266,7 @@ If the group box has a check box (see isCheckable()), and the check box is check
.PP
Set this property's value with setChecked() and get this property's value with isChecked().
.SH "int columns"
-This property holds the number of columns or rows (depending on QGroupBox::orientation) in the group box.
+This property holds the number of columns or rows (depending on TQGroupBox::orientation) in the group box.
.PP
Usually it is not a good idea to set this property because it is slow (it does a complete layout). It is best to set the number of columns directly in the constructor.
.PP
@@ -304,7 +304,7 @@ There is no default title text.
Set this property's value with setTitle() and get this property's value with title().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqgroupbox.html
+.BR http://doc.trolltech.com/tqgroupbox.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the