QStatusTipEvent Class ReferenceThe QStatusTipEvent class provides an event that is used to show messages in a status bar. Далее... #include <QStatusTipEvent> Унаследован от: QEvent. Открытые функции
Дополнительные унаследованные членыПодробное описание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 the QWidget::setStatusTip() function. They are shown in the status bar when the mouse cursor enters the widget. Например:
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. Описание функций-членовQStatusTipEvent::QStatusTipEvent ( const QString & tip )Constructs a status tip event with the text specified by tip. See also tip(). QString QStatusTipEvent::tip () constReturns the message to show in the status bar. See also QStatusBar::showMessage(). |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |