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 |
This class was introduced in Qt 4.4.
Public Functions
virtual | ~QHelpSearchResultWidget() override |
QUrl | linkAt(const QPoint &point) |
Signals
void | requestShowLink(const QUrl &link) |
Related Non-Members
typedef | QObjectList |
QList<T> | qFindChildren(const QObject *obj, const QRegExp ®Exp) |
T | qobject_cast(QObject *object) |
T | qobject_cast(const QObject *object) |
Macros
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT | |
QWIDGETSIZE_MAX | |
Q_CLASSINFO(Name, Value) | |
Q_DISABLE_COPY(Class) | |
Q_DISABLE_COPY_MOVE(Class) | |
Q_DISABLE_MOVE(Class) | |
Q_EMIT | |
Q_ENUM(...) | |
Q_ENUM_NS(...) | |
Q_FLAG(...) | |
Q_FLAG_NS(...) | |
Q_GADGET | |
Q_INTERFACES(...) | |
Q_INVOKABLE | |
Q_NAMESPACE | |
Q_OBJECT | |
Q_PROPERTY(...) | |
Q_REVISION | |
Q_SET_OBJECT_NAME(Object) | |
Q_SIGNAL | |
Q_SIGNALS | |
Q_SLOT | |
Q_SLOTS |
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
- 5 static public members inherited from QWidget
- 9 static public members inherited from QObject
- 35 protected functions inherited from QWidget
- 9 protected functions inherited from QObject
- 1 protected slot inherited from QWidget
Detailed Description
Member Function Documentation
[signal]
void QHelpSearchResultWidget::requestShowLink(const QUrl &link)
This signal is emitted when a item is activated and its associated link should be shown.
[override 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.