📄 qgroupbox.3qt
字号:
.TH QGroupBox 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*-.\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQGroupBox \- Group box frame with a title.SH SYNOPSIS.br.PP\fC#include <qgroupbox.h>\fR.PPInherits QFrame..PPInherited by QButtonGroup, QHGroupBox and QVGroupBox..PP.SS "Protected Members".TPvirtual void \fBchildEvent\fR ( QChildEvent * ) .TPvirtual void \fBresizeEvent\fR ( QResizeEvent * ) .TPvirtual void \fBpaintEvent\fR ( QPaintEvent * ) .TPvirtual void \fBupdateMask\fR () .SH DESCRIPTIONThe QGroupBox widget provides a group box frame with a title..PPThe intended use of a group box is to show that a number of widgets (i.e. child widgets) are logically related. QPrintDialog is a good example; each of its three panes is one group box..PPBy default, the group's setFont() and setPalette() functions do not change the appearance of the widgets it contains, but you can use setFontPropagation() and setPalettePropagation() to change that..PPQt also provides a more specialized group box, QButtonGroup, that is very useful for organizing buttons in a group..PP<img src=qgrpbox-m.png> <img src=qgrpbox-w.png>.SH MEMBER FUNCTION DOCUMENTATION.SH "void QGroupBox::paintEvent ( QPaintEvent * event ) \fC[virtual protected]\fR"Handles paint events for the group box..PPReimplemented from QWidget..SH "void QGroupBox::resizeEvent ( QResizeEvent * e ) \fC[virtual protected]\fR"Reimplemented for internal reasons; the API is not affected..PPReimplemented from QWidget..SH "SEE ALSO".BR http://www.troll.no/qt/qgroupbox.html.SH COPYRIGHTCopyright 1992-1999 Troll Tech AS. See the license file included inthe distribution for a complete license statement..SH AUTHORGenerated automatically from the source code.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -