diff options
Diffstat (limited to 'doc/man/man3/tqcheckbox.3qt')
-rw-r--r-- | doc/man/man3/tqcheckbox.3qt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/man3/tqcheckbox.3qt b/doc/man/man3/tqcheckbox.3qt index e1adfcdf5..96d680715 100644 --- a/doc/man/man3/tqcheckbox.3qt +++ b/doc/man/man3/tqcheckbox.3qt @@ -16,10 +16,10 @@ Inherits QButton. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQCheckBox\fR ( QWidget * parent, const char * name = 0 )" +.BI "\fBQCheckBox\fR ( TQWidget * parent, const char * name = 0 )" .br .ti -1c -.BI "\fBQCheckBox\fR ( const QString & text, QWidget * parent, const char * name = 0 )" +.BI "\fBQCheckBox\fR ( const TQString & text, TQWidget * parent, const char * name = 0 )" .br .ti -1c .BI "bool \fBisChecked\fR () const" @@ -43,10 +43,10 @@ Inherits QButton. .SS "Important Inherited Members" .in +1c .ti -1c -.BI "QString \fBtext\fR () const" +.BI "TQString \fBtext\fR () const" .br .ti -1c -.BI "virtual void \fBsetText\fR ( const QString & )" +.BI "virtual void \fBsetText\fR ( const TQString & )" .br .ti -1c .BI "const QPixmap * \fBpixmap\fR () const" @@ -142,14 +142,14 @@ Just like QPushButton, a checkbox can display text or a pixmap. The text can be .PP See also QButton, QRadioButton, Fowler: Check Box, and Basic Widgets. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QCheckBox::QCheckBox ( QWidget * parent, const char * name = 0 )" +.SH "QCheckBox::QCheckBox ( TQWidget * parent, const char * name = 0 )" Constructs a checkbox with no text. .PP -The \fIparent\fR and \fIname\fR arguments are sent to the QWidget constructor. -.SH "QCheckBox::QCheckBox ( const QString & text, QWidget * parent, const char * name = 0 )" +The \fIparent\fR and \fIname\fR arguments are sent to the TQWidget constructor. +.SH "QCheckBox::QCheckBox ( const TQString & text, TQWidget * parent, const char * name = 0 )" Constructs a checkbox with text \fItext\fR. .PP -The \fIparent\fR and \fIname\fR arguments are sent to the QWidget constructor. +The \fIparent\fR and \fIname\fR arguments are sent to the TQWidget constructor. .SH "QKeySequence QButton::accel () const" Returns the accelerator associated with the button. See the "accel" property for details. .SH "bool QButton::autoRepeat () const" @@ -210,7 +210,7 @@ Sets the checkbox to the "no change" state. See also tristate. .SH "void QButton::setPixmap ( const QPixmap & )\fC [virtual]\fR" Sets the pixmap shown on the button. See the "pixmap" property for details. -.SH "void QButton::setText ( const QString & )\fC [virtual]\fR" +.SH "void QButton::setText ( const TQString & )\fC [virtual]\fR" Sets the text shown on the button. See the "text" property for details. .SH "void QCheckBox::setTristate ( bool y = TRUE )" Sets whether the checkbox is a tri-state checkbox to \fIy\fR. See the "tristate" property for details. @@ -222,7 +222,7 @@ This signal is emitted whenever a toggle button changes state. \fIstate\fR is On This may be the result of a user action, toggle() slot activation, setState(), or because setOn() was called. .PP See also clicked() and QButton::ToggleState. -.SH "QString QButton::text () const" +.SH "TQString QButton::text () const" Returns the text shown on the button. See the "text" property for details. .SH "void QButton::toggle ()\fC [slot]\fR" Toggles the state of a toggle button. @@ -246,7 +246,7 @@ Set this property's value with setAccel() and get this property's value with acc .SH "bool autoMask" This property holds whether the checkbox is automatically masked. .PP -See also QWidget::autoMask. +See also TQWidget::autoMask. .SH "bool autoRepeat" This property holds whether autoRepeat is enabled. .PP @@ -267,10 +267,10 @@ If the pixmap is monochrome (i.e. it is a QBitmap or its depth is 1) and it does pixmap() returns 0 if no pixmap was set. .PP Set this property's value with setPixmap() and get this property's value with pixmap(). -.SH "QString text" +.SH "TQString text" This property holds the text shown on the button. .PP -This property will return a QString::null if the button has no text. If the text has an ampersand (&) in it, then an accelerator is automatically created for it using the character that follows the '&' as the accelerator key. Any previous accelerator will be overwritten, or cleared if no accelerator is defined by the text. +This property will return a TQString::null if the button has no text. If the text has an ampersand (&) in it, then an accelerator is automatically created for it using the character that follows the '&' as the accelerator key. Any previous accelerator will be overwritten, or cleared if no accelerator is defined by the text. .PP There is no default text. .PP |