以下成员源于类 QHelpIndexWidget 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
								
(obsolete)
								
								void
							 | 
							linkActivated (const QUrl & link , const QString & keyword ) | 
								
(obsolete)
								
								void
							 | 
							linksActivated (const QMap<QString, QUrl> & links , 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
							
						
						> &
						
							links
						
						, 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 links consist of the document titles and their URLs.