QHelpSearchResultWidget Class

The QHelpSearchResultWidget class provides a text browser to display search results. More...

Header: #include <QHelpSearchResultWidget>
qmake: QT += help
Since: Qt 4.4
Inherits: QWidget

Public Functions

virtual ~QHelpSearchResultWidget()
QUrl linkAt(const QPoint &point)
  • 219 public functions inherited from QWidget
  • 34 public functions inherited from QObject

Signals

void requestShowLink(const QUrl &link)

Additional Inherited Members

  • 59 properties inherited from QWidget
  • 1 property inherited from QObject
  • 19 public slots inherited from QWidget
  • 1 public slot inherited from QObject
  • 1 public variable inherited from QWidget
  • 1 public variable inherited from QObject
  • 7 static public members inherited from QWidget
  • 10 static public members inherited from QObject
  • 35 protected functions inherited from QWidget
  • 9 protected functions inherited from QObject
  • 1 protected slot inherited from QWidget
  • 2 protected variables inherited from QObject

Detailed Description

The QHelpSearchResultWidget class provides a text browser to display search results.

Member Function Documentation

[virtual] QHelpSearchResultWidget::~QHelpSearchResultWidget()

Destroys the search result widget.

QUrl QHelpSearchResultWidget::linkAt(const QPoint &point)

Returns a reference of the URL that the item at point owns, or an empty URL if no item exists at that point.

This signal is emitted when a item is activated and its associated link should be shown.

© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.