以下成員源於類 QHelpIndexWidget 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
void
|
linkActivated (const QUrl & link , const QString & keyword ) |
(obsolete)
void
|
linksActivated (const QMap<QString, QUrl> & 鏈接 , const QString & keyword ) |
[signal]
void
QHelpIndexWidget::
linkActivated
(const
QUrl
&
link
, const
QString
&
keyword
)
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
使用 documentActivated () 代替。
This signal is emitted when an item is activated and its associated link should be shown. To know where the link belongs to, the keyword is given as a second parameter.
[signal]
void
QHelpIndexWidget::
linksActivated
(const
QMap
<
QString
,
QUrl
> &
鏈接
, const
QString
&
keyword
)
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
使用 documentsActivated () 代替。
This signal is emitted when the item representing the keyword is activated and the item has more than one link associated. The 鏈接 consist of the document titles and their URLs.