⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qchecktableitem.3qt

📁 linux下GUI编程工具qt的在线连接帮助手册
💻 3QT
字号:
'\" t.TH QCheckTableItem 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2001 Trolltech AS.  All rights reserved.  See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQCheckTableItem \- Checkboxes in QTables.PP\fC#include <qtable.h>\fR.PPInherits QTableItem..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQCheckTableItem\fR ( QTable * table, const QString & txt )".br.ti -1c.BI "virtual void \fBsetChecked\fR ( bool b )".br.ti -1c.BI "bool \fBisChecked\fR () const".br.ti -1c.BI "virtual int \fBrtti\fR () const".br.in -1c.SH DESCRIPTIONThe QCheckTableItem class provides checkboxes in QTables..PPA QCheckTableItem is a table item which looks and behaves like a checkbox. The advantage of using QCheckTableItems rather than real checkboxes is that a QCheckTableItem uses far less resources than a real checkbox. When the cell has the focus it displays a real checkbox which the user can interact with. When the cell does not have the focus the cell \fIlooks\fR like a checkbox. Pixmaps may not be used in QCheckTableItems..PPQCheckTableItem items have the edit type WhenCurrent (see EditType)..PPTo change the checkbox's label use setText(). The checkbox can be checked and unchecked with setChecked() and its state retrieved using isChecked()..PPTo populate a table cell with a QCheckTableItem use QTable::setItem()..PPQCheckTableItems can be distinguished from QTableItems and QComboTableItems using their Run Time Type Identification (rtti) value..PPSee also rtti(), EditType and Advanced Widgets..SH MEMBER FUNCTION DOCUMENTATION.SH "QCheckTableItem::QCheckTableItem ( QTable * table, const QString & txt )"Creates a QCheckTableItem with an EditType of WhenCurrent as a child of \fItable\fR. The checkbox is initially unchecked and its label is set to the string \fItxt\fR..SH "bool QCheckTableItem::isChecked () const"Returns TRUE if the checkbox table item is checked; otherwise returns FALSE..PPSee also setChecked()..SH "int QCheckTableItem::rtti () const\fC [virtual]\fR"Returns 2..PPMake your derived classes return their own values for rtti()to distinguish between different table item subclasses. You should use values greater than 1000, preferably a large random number, to allow for extensions to this class..PPSee also QTableItem::rtti()..PPReimplemented from QTableItem..SH "void QCheckTableItem::setChecked ( bool b )\fC [virtual]\fR"If \fIb\fR is TRUE the checkbox is checked; if \fIb\fR is FALSE the checkbox is unchecked..PPSee also isChecked()..SH "SEE ALSO".BR http://doc.trolltech.com/qchecktableitem.html.BR http://www.trolltech.com/faq/tech.html.SH COPYRIGHTCopyright 1992-2001 Trolltech AS, http://www.trolltech.com.  See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code..SH BUGSIf you find a bug in Qt, please report it as described in.BR http://doc.trolltech.com/bughowto.html .Good bug reports help us to help you. Thank you..PThe definitive Qt documentation is provided in HTML format; it islocated at $QTDIR/doc/html and can be read using Qt Assistant or witha web browser. This man page is provided as a convenience for thoseusers who prefer man pages, although this format is not officiallysupported by Trolltech. .PIf you find errors in this manual page, please report them to.BR qt-bugs@trolltech.com .Please include the name of the manual page (qchecktableitem.3qt) and the Qtversion (3.0.0).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -