Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QStatusTipEvent Class Reference
[QtGui module]

The QStatusTipEvent class provides an event that is used to show messages in a status bar. More...

#include <QStatusTipEvent>

Inherits QEvent.

Public Functions

Additional Inherited Members


Detailed Description

The QStatusTipEvent class provides an event that is used to show messages in a status bar.

Status tips can be set on a widget using QWidget::setStatusTip(). They are shown in the status bar when the mouse cursor enters the widget. Status tips can also be set on actions using QAction::setStatusTip(), and they are supported for the item view classes through Qt::StatusTipRole.

See also QStatusBar, QHelpEvent, and QWhatsThisClickedEvent.


Member Function Documentation

QStatusTipEvent::QStatusTipEvent ( const QString & tip )

Constructs a status tip event with text specified by tip.

See also tip().

QString QStatusTipEvent::tip () const

Returns the message to show in the status bar.

See also QStatusBar::showMessage().


Copyright © 2005 Trolltech Trademarks
Qt 4.1.0
Hosted by uCoz