Home
last modified time | relevance | path

Searched refs:statusTipEvent (Results 1 – 2 of 2) sorted by relevance

/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DLineEditWidget.cpp120 QStatusTipEvent statusTipEvent(index.data(Qt::StatusTipRole).toString()); in handleIndexEntered() local
122 QApplication::sendEvent(m_lineEditWidget, &statusTipEvent); in handleIndexEntered()
150 QStatusTipEvent statusTipEvent(statusTip); in event() local
152 QApplication::sendEvent(m_lineEditWidget, &statusTipEvent); in event()
518 QStatusTipEvent statusTipEvent(statusTip); in hidePopup() local
520 QApplication::sendEvent(this, &statusTipEvent); in hidePopup()
H A DTabBarWidget.cpp763 QStatusTipEvent statusTipEvent((QString())); in leaveEvent()
765 QApplication::sendEvent(this, &statusTipEvent); in leaveEvent()
1205 QStatusTipEvent statusTipEvent(window->getUrl().toDisplayString()); in tabHovered() local
1207 QApplication::sendEvent(this, &statusTipEvent); in tabHovered()