summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcheckbox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcheckbox.3qt')
-rw-r--r--doc/man/man3/tqcheckbox.3qt36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/man/man3/tqcheckbox.3qt b/doc/man/man3/tqcheckbox.3qt
index 327555d65..0a964040b 100644
--- a/doc/man/man3/tqcheckbox.3qt
+++ b/doc/man/man3/tqcheckbox.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QCheckBox 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQCheckBox 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,19 +7,19 @@
.ad l
.nh
.SH NAME
-QCheckBox \- Checkbox with a text label
+TQCheckBox \- Checkbox with a text label
.SH SYNOPSIS
-\fC#include <ntqcheckbox.h>\fR
+\fC#include <tqcheckbox.h>\fR
.PP
Inherits QButton.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQCheckBox\fR ( TQWidget * parent, const char * name = 0 )"
+.BI "\fBTQCheckBox\fR ( TQWidget * parent, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQCheckBox\fR ( const TQString & text, TQWidget * parent, const char * name = 0 )"
+.BI "\fBTQCheckBox\fR ( const TQString & text, TQWidget * parent, const char * name = 0 )"
.br
.ti -1c
.BI "bool \fBisChecked\fR () const"
@@ -119,9 +119,9 @@ Inherits QButton.
.br
.in -1c
.SH DESCRIPTION
-The QCheckBox widget provides a checkbox with a text label.
+The TQCheckBox widget provides a checkbox with a text label.
.PP
-QCheckBox and QRadioButton are both option buttons. That is, they can be switched on (checked) or off (unchecked). The classes differ in how the choices for the user are restricted. Radio buttons define a "one of many" choice, whereas checkboxes provide" many of many" choices.
+TQCheckBox and TQRadioButton are both option buttons. That is, they can be switched on (checked) or off (unchecked). The classes differ in how the choices for the user are restricted. Radio buttons define a "one of many" choice, whereas checkboxes provide" many of many" choices.
.PP
A QButtonGroup can be used to group check buttons visually.
.PP
@@ -129,9 +129,9 @@ Whenever a checkbox is checked or cleared it emits the signal toggled(). Connect
.PP
\fBWarning:\fR The toggled() signal can not be trusted for tristate checkboxes.
.PP
-In addition to the usual checked and unchecked states, QCheckBox optionally provides a third state to indicate "no change". This is useful whenever you need to give the user the option of neither checking nor unchecking a checkbox. If you need this third state, enable it with setTristate() and use state() to query the current toggle state. When a tristate checkbox changes state, it emits the stateChanged() signal.
+In addition to the usual checked and unchecked states, TQCheckBox optionally provides a third state to indicate "no change". This is useful whenever you need to give the user the option of neither checking nor unchecking a checkbox. If you need this third state, enable it with setTristate() and use state() to query the current toggle state. When a tristate checkbox changes state, it emits the stateChanged() signal.
.PP
-Just like QPushButton, a checkbox can display text or a pixmap. The text can be set in the constructor or with setText(); the pixmap is set with setPixmap().
+Just like TQPushButton, a checkbox can display text or a pixmap. The text can be set in the constructor or with setText(); the pixmap is set with setPixmap().
.PP
.ce 1
.B "[Image Omitted]"
@@ -140,13 +140,13 @@ Just like QPushButton, a checkbox can display text or a pixmap. The text can be
.ce 1
.B "[Image Omitted]"
.PP
-See also QButton, QRadioButton, Fowler: Check Box, and Basic Widgets.
+See also QButton, TQRadioButton, Fowler: Check Box, and Basic Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QCheckBox::QCheckBox ( TQWidget * parent, const char * name = 0 )"
+.SH "TQCheckBox::TQCheckBox ( TQWidget * parent, const char * name = 0 )"
Constructs a checkbox with no text.
.PP
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 )"
+.SH "TQCheckBox::TQCheckBox ( 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 TQWidget constructor.
@@ -171,7 +171,7 @@ Returns the group that this button belongs to.
If the button is not a member of any QButtonGroup, this function returns 0.
.PP
See also QButtonGroup.
-.SH "bool QCheckBox::isChecked () const"
+.SH "bool TQCheckBox::isChecked () const"
Returns TRUE if the checkbox is checked; otherwise returns FALSE. See the "checked" property for details.
.SH "bool QButton::isDown () const"
Returns TRUE if the button is pressed; otherwise returns FALSE. See the "down" property for details.
@@ -181,7 +181,7 @@ Returns TRUE if the button is an exclusive toggle; otherwise returns FALSE. See
Returns TRUE if the button is toggled; otherwise returns FALSE. See the "on" property for details.
.SH "bool QButton::isToggleButton () const"
Returns TRUE if the button is a toggle button; otherwise returns FALSE. See the "toggleButton" property for details.
-.SH "bool QCheckBox::isTristate () const"
+.SH "bool TQCheckBox::isTristate () const"
Returns TRUE if the checkbox is a tri-state checkbox; otherwise returns FALSE. See the "tristate" property for details.
.SH "const TQPixmap * QButton::pixmap () const"
Returns the pixmap shown on the button. See the "pixmap" property for details.
@@ -200,11 +200,11 @@ See also pressed(), clicked(), and toggled().
Sets the accelerator associated with the button. See the "accel" property for details.
.SH "void QButton::setAutoRepeat ( bool )\fC [virtual]\fR"
Sets whether autoRepeat is enabled. See the "autoRepeat" property for details.
-.SH "void QCheckBox::setChecked ( bool check )\fC [slot]\fR"
+.SH "void TQCheckBox::setChecked ( bool check )\fC [slot]\fR"
Sets whether the checkbox is checked to \fIcheck\fR. See the "checked" property for details.
.SH "void QButton::setDown ( bool )\fC [virtual]\fR"
Sets whether the button is pressed. See the "down" property for details.
-.SH "void QCheckBox::setNoChange ()"
+.SH "void TQCheckBox::setNoChange ()"
Sets the checkbox to the "no change" state.
.PP
See also tristate.
@@ -212,7 +212,7 @@ See also tristate.
Sets the pixmap shown on the button. See the "pixmap" property for details.
.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 )"
+.SH "void TQCheckBox::setTristate ( bool y = TRUE )"
Sets whether the checkbox is a tri-state checkbox to \fIy\fR. See the "tristate" property for details.
.SH "ToggleState QButton::state () const"
Returns the state of the toggle button. See the "toggleState" property for details.
@@ -283,7 +283,7 @@ The default is two-state, i.e. tri-state is FALSE.
Set this property's value with setTristate() and get this property's value with isTristate().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqcheckbox.html
+.BR http://doc.trolltech.com/tqcheckbox.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the