qvgroupbox.3qt
来自「tmark1.11:用于生成QT/EMBEDDED应用工程的Markfile文件」· 3QT 代码 · 共 51 行
3QT
51 行
.TH QVGroupBox 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 NAMEQVGroupBox \- Organizes QButton widgets in a group with one vertical column.SH SYNOPSIS.br.PP\fC#include <qvgroupbox.h>\fR.PPInherits QGroupBox..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQVGroupBox\fR ( QWidget * " "parent" "=0, const char * " "name" "=0 )".br.ti -1c.BI "\fBQVGroupBox\fR ( const QString & " "title" ", QWidget * " "parent" "=0, const char * " "name" "=0 )".br.ti -1c.BI "\fB~QVGroupBox\fR ()".br.in -1c.SH DESCRIPTIONThe QVGroupBox widget organizes QButton widgets in a group with one vertical column..PPQVGroupBox is a convenience class that offers a thin layer on top of QGroupBox. Think of it as a QVBox that offers a frame with a title..SH MEMBER FUNCTION DOCUMENTATION.SH "QVGroupBox::QVGroupBox ( QWidget * parent=0, const char * name=0 )"Constructs a vertical group box with no title..PPThe \fIparent\fR and \fIname\fR arguments are passed to the QWidget constructor..SH "QVGroupBox::QVGroupBox ( const QString & title, QWidget * parent=0, const char * name=0 )"Constructs a vertical group box with a title..PPThe \fIparent\fR and \fIname\fR arguments are passed to the QWidget constructor..SH "QVGroupBox::~QVGroupBox ()"Destroys the vertical group box and its child widgets..SH "SEE ALSO".BR http://www.troll.no/qt/qvgroupbox.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 + =
减小字号Ctrl + -
显示快捷键?