QWhatsThisClickedEvent 類

The QWhatsThisClickedEvent class provides an event that can be used to handle hyperlinks in a "What's This?" text. 更多...

頭: #include <QWhatsThisClickedEvent>
qmake: QT += gui
繼承: QEvent

公共函數

QWhatsThisClickedEvent (const QString & href )
QString href () const

額外繼承成員

詳細描述

The QWhatsThisClickedEvent class provides an event that can be used to handle hyperlinks in a "What's This?" text.

另請參閱 QWhatsThis , QHelpEvent ,和 QStatusTipEvent .

成員函數文檔編製

QWhatsThisClickedEvent:: QWhatsThisClickedEvent (const QString & href )

構造事件所包含的 URL 指定通過 href 當點擊 What's This? 消息中的鏈接時。

另請參閱 href ().

QString QWhatsThisClickedEvent:: href () const

返迴用戶在 What's This? 文本中點擊的 URL。