QWhatsThisClickedEvent Class
The QWhatsThisClickedEvent class provides an event that can be used to handle hyperlinks in a "What's This?" text. More...
Header: | #include <QWhatsThisClickedEvent> |
qmake: | QT += gui |
Inherits: | QEvent |
Public Functions
QWhatsThisClickedEvent(const QString &href) | |
QString | href() const |
- 6 public functions inherited from QEvent
Additional Inherited Members
Detailed Description
The QWhatsThisClickedEvent class provides an event that can be used to handle hyperlinks in a "What's This?" text.
See also QWhatsThis, QHelpEvent, and QStatusTipEvent.