En esta página

QHelpSearchResultWidget Class

La clase QHelpSearchResultWidget proporciona un navegador de texto para mostrar los resultados de búsqueda. Más...

Cabecera: #include <QHelpSearchResultWidget>
CMake: find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
qmake: QT += help
Hereda: QWidget

Funciones públicas

virtual ~QHelpSearchResultWidget() override
QUrl linkAt(const QPoint &point)

Señales

void requestShowLink(const QUrl &link)

Descripción Detallada

Documentación de las funciones de los miembros

[override virtual noexcept] QHelpSearchResultWidget::~QHelpSearchResultWidget()

Destruye el widget de resultados de búsqueda.

QUrl QHelpSearchResultWidget::linkAt(const QPoint &point)

Devuelve una referencia de la URL que posee el elemento en point, o una URL vacía si no existe ningún elemento en ese punto.

Esta señal se emite cuando se activa un elemento y debe mostrarse su link asociado.

© 2026 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.