summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtoolbutton.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtoolbutton.3qt')
-rw-r--r--doc/man/man3/tqtoolbutton.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqtoolbutton.3qt b/doc/man/man3/tqtoolbutton.3qt
index f02b675f8..1b5bb76c0 100644
--- a/doc/man/man3/tqtoolbutton.3qt
+++ b/doc/man/man3/tqtoolbutton.3qt
@@ -22,7 +22,7 @@ Inherits QButton.
.BI "\fBQToolButton\fR ( TQWidget * parent, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQToolButton\fR ( const QIconSet & iconSet, const TQString & textLabel, const TQString & grouptext, TQObject * receiver, const char * slot, QToolBar * parent, const char * name = 0 )"
+.BI "\fBQToolButton\fR ( const TQIconSet & iconSet, const TQString & textLabel, const TQString & grouptext, TQObject * receiver, const char * slot, QToolBar * parent, const char * name = 0 )"
.br
.ti -1c
.BI "\fBQToolButton\fR ( ArrowType type, TQWidget * parent, const char * name = 0 )"
@@ -31,10 +31,10 @@ Inherits QButton.
.BI "\fB~QToolButton\fR ()"
.br
.ti -1c
-.BI "virtual void \fBsetIconSet\fR ( const QIconSet & )"
+.BI "virtual void \fBsetIconSet\fR ( const TQIconSet & )"
.br
.ti -1c
-.BI "QIconSet \fBiconSet\fR () const"
+.BI "TQIconSet \fBiconSet\fR () const"
.br
.ti -1c
.BI "bool \fBusesBigPixmap\fR () const"
@@ -106,7 +106,7 @@ Inherits QButton.
.BI "BackgroundMode \fBbackgroundMode\fR - the toolbutton's background mode \fI(read " "only" ")\fR"
.br
.ti -1c
-.BI "QIconSet \fBiconSet\fR - the icon set providing the icon shown on the button"
+.BI "TQIconSet \fBiconSet\fR - the icon set providing the icon shown on the button"
.br
.ti -1c
.BI "bool \fBon\fR - whether this tool button is on"
@@ -146,7 +146,7 @@ A tool button is a special button that provides quick-access to specific command
.PP
QToolButton supports auto-raising. In auto-raise mode, the button draws a 3D frame only when the mouse points at it. The feature is automatically turned on when a button is used inside a QToolBar. Change it with setAutoRaise().
.PP
-A tool button's icon is set as QIconSet. This makes it possible to specify different pixmaps for the disabled and active state. The disabled pixmap is used when the button's functionality is not available. The active pixmap is displayed when the button is auto-raised because the mouse pointer is hovering over it.
+A tool button's icon is set as TQIconSet. This makes it possible to specify different pixmaps for the disabled and active state. The disabled pixmap is used when the button's functionality is not available. The active pixmap is displayed when the button is auto-raised because the mouse pointer is hovering over it.
.PP
The button's look and dimension is adjustable with setUsesBigPixmap() and setUsesTextLabel(). When used inside a QToolBar in a QMainWindow, the button automatically adjusts to QMainWindow's settings (see QMainWindow::setUsesTextLabel() and QMainWindow::setUsesBigPixmaps()). The pixmap set on a QToolButton will be set to 22x22 if it is bigger than this size. If usesBigPixmap() is TRUE, then the pixmap will be set to 32x32.
.PP
@@ -169,7 +169,7 @@ The position of the tool button's textLabel in relation to the tool button's ico
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QToolButton::QToolButton ( TQWidget * parent, const char * name = 0 )"
Constructs an empty tool button called \fIname\fR, with parent \fIparent\fR.
-.SH "QToolButton::QToolButton ( const QIconSet & iconSet, const TQString & textLabel, const TQString & grouptext, TQObject * receiver, const char * slot, QToolBar * parent, const char * name = 0 )"
+.SH "QToolButton::QToolButton ( const TQIconSet & iconSet, const TQString & textLabel, const TQString & grouptext, TQObject * receiver, const char * slot, QToolBar * parent, const char * name = 0 )"
Constructs a tool button called \fIname\fR, that is a child of \fIparent\fR (which must be a QToolBar).
.PP
The tool button will display \fIiconSet\fR, with its text label and tool tip set to \fItextLabel\fR and its status bar message set to \fIgrouptext\fR. It will be connected to the \fIslot\fR in object \fIreceiver\fR.
@@ -183,7 +183,7 @@ The \fIparent\fR and \fIname\fR arguments are sent to the TQWidget constructor.
Destroys the object and frees any allocated resources.
.SH "bool QToolButton::autoRaise () const"
Returns TRUE if auto-raising is enabled; otherwise returns FALSE. See the "autoRaise" property for details.
-.SH "QIconSet QToolButton::iconSet () const"
+.SH "TQIconSet QToolButton::iconSet () const"
Returns the icon set providing the icon shown on the button. See the "iconSet" property for details.
.SH "void QToolButton::openPopup ()"
Opens (pops up) the associated popup menu. If there is no such menu, this function does nothing. This function does not return until the popup menu has been closed by the user.
@@ -195,7 +195,7 @@ See also setPopup().
Returns the time delay between pressing the button and the appearance of the associated popup menu in milliseconds. See the "popupDelay" property for details.
.SH "void QToolButton::setAutoRaise ( bool enable )"
Sets whether auto-raising is enabled to \fIenable\fR. See the "autoRaise" property for details.
-.SH "void QToolButton::setIconSet ( const QIconSet & )\fC [virtual]\fR"
+.SH "void QToolButton::setIconSet ( const TQIconSet & )\fC [virtual]\fR"
Sets the icon set providing the icon shown on the button. See the "iconSet" property for details.
.SH "void QToolButton::setOn ( bool enable )\fC [virtual slot]\fR"
Sets whether this tool button is on to \fIenable\fR. See the "on" property for details.
@@ -254,7 +254,7 @@ This property holds the toolbutton's background mode.
Get this property with backgroundMode().
.PP
See also TQWidget::backgroundMode.
-.SH "QIconSet iconSet"
+.SH "TQIconSet iconSet"
This property holds the icon set providing the icon shown on the button.
.PP
Setting this property sets QToolButton::pixmap to a null pixmap. There is no default iconset.