qsizegrip.3qt
来自「tmark1.11:用于生成QT/EMBEDDED应用工程的Markfile文件」· 3QT 代码 · 共 89 行
3QT
89 行
.TH QSizeGrip 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 NAMEQSizeGrip \- Corner-grip for resizeing a top level window.SH SYNOPSIS.br.PP\fC#include <qsizegrip.h>\fR.PPInherits QWidget..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQSizeGrip\fR ( QWidget * " "parent" ", const char * " "name" "=0 )".br.ti -1c.BI "\fB~QSizeGrip\fR ()".br.ti -1c.BI "virtual QSize \fBsizeHint\fR () const".br.ti -1c.BI "virtual QSizePolicy \fBsizePolicy\fR () const".br.in -1c.SS "Protected Members".in +1c.ti -1c.BI "virtual void \fBpaintEvent\fR ( QPaintEvent * )".br.ti -1c.BI "virtual void \fBmousePressEvent\fR ( QMouseEvent * )".br.ti -1c.BI "virtual void \fBmouseMoveEvent\fR ( QMouseEvent * )".br.in -1c.SH DESCRIPTIONThe QSizeGrip class provides corner-grip for resizeing a top level window..PPThis widget works like the standard Windows resize handle. In the X11 version this resize handle generally works differently than the one provided by the system; we hope to reduce this difference in the future..PPPut this widget anywhere in a tree and the user can use it to resize the top-level window. Generally this should be in the lower right-hand corner. Note that QStatusBar already uses this widget, so if you have a status bar (eg. you are using QMainWindow), then you don't need to use this widget explicitly..PP<img src=qresizecorner-m.png> <img src=qresizecorner-w.png>.PPSee also: QStatusBar..PPExamples:.(lscrollview/scrollview.cpp.)l.SH MEMBER FUNCTION DOCUMENTATION.SH "QSizeGrip::QSizeGrip ( QWidget * parent, const char * name=0 )"Construct a resize corner as a child widget of \fIparent.\fR.SH "void QSizeGrip::mouseMoveEvent ( QMouseEvent * e ) \fC[virtual protected]\fR"Resizes the top-level widget containing this widget..PPReimplemented from QWidget..SH "void QSizeGrip::mousePressEvent ( QMouseEvent * e ) \fC[virtual protected]\fR"Primes the resize operation..PPReimplemented from QWidget..SH "void QSizeGrip::paintEvent ( QPaintEvent * e ) \fC[virtual protected]\fR"Paints the resize grip - small diagonal textured lines in the lower righthand corner..PPReimplemented from QWidget..SH "QSize QSizeGrip::sizeHint () const \fC[virtual]\fR"Returns a small size..PPReimplemented from QWidget..SH "QSizePolicy QSizeGrip::sizePolicy () const \fC[virtual]\fR"The size grip has a fixed height, but can grow horizontally..PPReimplemented from QWidget..SH "SEE ALSO".BR http://www.troll.no/qt/qsizegrip.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 + -
显示快捷键?