QWhatsThisClickedEvent Class
La clase QWhatsThisClickedEvent proporciona un evento que puede ser utilizado para manejar hipervínculos en un texto "¿Qué es esto? Más...
| Cabecera: | #include <QWhatsThisClickedEvent> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui)target_link_libraries(mytarget PRIVATE Qt6::Gui) |
| qmake: | QT += gui |
| Hereda: | QEvent |
- Lista de todos los miembros, incluyendo los heredados
- QWhatsThisClickedEvent es parte de Clases de Eventos y Sistema de Ayuda.
Funciones Públicas
| QWhatsThisClickedEvent(const QString &href) | |
| QString | href() const |
Ver también QWhatsThis, QHelpEvent, y QStatusTipEvent.
Documentación de la Función Miembro
[explicit] QWhatsThisClickedEvent::QWhatsThisClickedEvent(const QString &href)
Construye un evento que contiene una URL especificada por href cuando se pulsa un enlace en un mensaje "¿Qué es esto?".
Véase también href().
QString QWhatsThisClickedEvent::href() const
Devuelve la URL sobre la que hizo clic el usuario en el texto "¿Qué es esto?".
© 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.