📄 qvboxlayout.3qt
字号:
'\" t.TH QVBoxLayout 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 NAMEQVBoxLayout \- Lines up widgets vertically.PP\fC#include <qlayout.h>\fR.PPInherits QBoxLayout..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQVBoxLayout\fR ( QWidget * parent, int margin = 0, int spacing = -1, const char * name = 0 )".br.ti -1c.BI "\fBQVBoxLayout\fR ( QLayout * parentLayout, int spacing = -1, const char * name = 0 )".br.ti -1c.BI "\fBQVBoxLayout\fR ( int spacing = -1, const char * name = 0 )".br.ti -1c.BI "\fB~QVBoxLayout\fR ()".br.in -1c.SH DESCRIPTIONThe QVBoxLayout class lines up widgets vertically..PPThis class is used to construct vertical box layout objects. See QBoxLayout for more details..PPThe simplest way to use this class is like this:.PP.nf.br QBoxLayout * l = new QVBoxLayout( widget );.br l->addWidget( aWidget );.br l->addWidget( anotherWidget );.br.fi.PPSee also QHBoxLayout, QGridLayout, the Layout overview, Widget Appearance and Style and Layout Management..SH MEMBER FUNCTION DOCUMENTATION.SH "QVBoxLayout::QVBoxLayout ( QWidget * parent, int margin = 0, int spacing = -1, const char * name = 0 )"Constructs a new top-level vertical box with parent \fIparent\fR and name \fIname\fR..PPThe \fImargin\fR is the number of pixels between the edge of the widget and its managed children. The \fIspacing\fR is the default number of pixels between neighboring children. If \fIspacing\fR is -1 the value of \fImargin\fR is used for \fIspacing\fR..SH "QVBoxLayout::QVBoxLayout ( QLayout * parentLayout, int spacing = -1, const char * name = 0 )"Constructs a new vertical box with the name \fIname\fR and adds it to \fIparentLayout\fR..PPThe \fIspacing\fR is the default number of pixels between neighboring children. If \fIspacing\fR is -1, this QVBoxLayout will inherit its parent's spacing()..SH "QVBoxLayout::QVBoxLayout ( int spacing = -1, const char * name = 0 )"Constructs a new vertical box with the name \fIname\fR. You must add it to another layout..PPThe \fIspacing\fR is the default number of pixels between neighboring children. If \fIspacing\fR is -1, this QVBoxLayout will inherit its parent's spacing()..SH "QVBoxLayout::~QVBoxLayout ()"Destroys this box layout..SH "SEE ALSO".BR http://doc.trolltech.com/qvboxlayout.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 (qvboxlayout.3qt) and the Qtversion (3.0.0).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -