.BI "virtual void \fBpaintEvent\fR ( QPaintEvent * e )"
.br
.ti -1c
.BI "virtual void \fBmousePressEvent\fR ( QMouseEvent * e )"
.br
.ti -1c
.BI "virtual void \fBmouseMoveEvent\fR ( QMouseEvent * e )"
.br
.in -1c
.SH DESCRIPTION
The QSizeGrip class provides a corner-grip for resizing a top-level window.
.PP
This widget works like the standard Windows resize handle. In the X11 version this resize handle generally works differently from the one provided by the system; we hope to reduce this difference in the future.
.PP
Put this widget anywhere in a widget 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 (e.g. you are using QMainWindow), then you don't need to use this widget explicitly.
.PP
.ce 1
.B "[Image Omitted]"
.PP
.ce 1
.B "[Image Omitted]"
.PP
See also QStatusBar, Widget Appearance and Style, Main Window and Related Classes, and Basic Widgets.