Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QSizeGrip Class Reference

The QSizeGrip class provides a corner-grip for resizing a top-level window. More...

#include <QSizeGrip>

Inherits QWidget.

Writable Properties

Read-Only Properties

Public Functions

Public Slots

Signals

Static Public Members

Protected Functions


Detailed Description

The QSizeGrip class provides a corner-grip for resizing a top-level window.

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.

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.

Screenshot in Motif style Screenshot in Windows style

See also QStatusBar.


Member Function Documentation

QSizeGrip::QSizeGrip ( QWidget * parent )

Constructs a resize corner as a child widget of parent.

QSizeGrip::~QSizeGrip ()

Destroys the size grip.

bool QSizeGrip::event ( QEvent * )   [virtual protected]

void QSizeGrip::mouseMoveEvent ( QMouseEvent * e )   [virtual protected]

Resizes the top-level widget containing this widget. The event is in e.

Reimplemented from QWidget.

void QSizeGrip::mousePressEvent ( QMouseEvent * e )   [virtual protected]

Primes the resize operation. The event is in e.

Reimplemented from QWidget.

void QSizeGrip::paintEvent ( QPaintEvent * e )   [virtual protected]

Paints the resize grip. Resize grips are usually rendered as small diagonal textured lines in the lower-right corner. The event is in e.

Reimplemented from QWidget.

QSize QSizeGrip::sizeHint () const   [virtual]

Returns the size grip's size hint; this is a small size.

Reimplemented from QWidget.


Copyright © 2004 Trolltech Trademarks
Qt 4.0.0-b1