Äîêóìåíò âçÿò èç êýøà ïîèñêîâîé ìàøèíû. Àäðåñ
îðèãèíàëüíîãî äîêóìåíòà
: http://rtm-cs.sinp.msu.ru/manual/qt/qcheckbox.html
Äàòà èçìåíåíèÿ: Sun Jul 12 02:58:59 1998 Äàòà èíäåêñèðîâàíèÿ: Mon Oct 1 20:15:54 2012 Êîäèðîâêà: |
The QCheckBox widget provides a check box with a text label. More...
#include <qcheckbox.h>
Inherits QButton.
QCheckBox and QRadioButton are both toggle buttons, but a check box represents an independent switch that can be on (checked) or off (unchecked).
See also: QButton, QRadioButton and Fowler: Check Box.
Examples: xform/xform.cpp widgets/widgets.cpp
Constructs a check box with no text.
The parent and name arguments are sent to the QWidget constructor.
Constructs a check box with a text.
The parent and name arguments are sent to the QWidget constructor.
[virtual protected]
Draws the check box. Calls drawButtonLabel() to draw the content.
See also: drawButtonLabel().
Reimplemented from QButton.
[virtual protected]
Draws the check box label.
See also: drawButton().
Reimplemented from QButton.
Returns TRUE if the check box is checked, or FALSE if it is not checked.
See also: setChecked().
Examples: xform/xform.cpp
Checks the check box if check is TRUE, or unchecks it if check is FALSE.
See also: isChecked().
Examples: xform/xform.cpp
[virtual]
Returns a size which fits the contents of the check box.
Reimplemented from QWidget.
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-98 Troll Tech, all rights reserved.
It was generated from the following files:
Copyright © 1998 Troll Tech | Trademarks | Qt version 1.40
|