QStatusTipEvent Class ReferenceThe QStatusTipEvent class provides an event that is used to show messages in a status bar. More... #include <QStatusTipEvent> Inherits: QEvent. Public Functions
Additional Inherited MembersDetailed DescriptionThe QStatusTipEvent class provides an event that is used to show messages in a status bar. Status tips can be set on a widget using the QWidget::setStatusTip() function. They are shown in the status bar when the mouse cursor enters the widget. For example:
Status tips can also be set on actions using the QAction::setStatusTip() function:
Finally, status tips are supported for the item view classes through the Qt::StatusTipRole enum value. See also QStatusBar, QHelpEvent, and QWhatsThisClickedEvent. Member Function Documentation
|