Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
FLPopupWarn (QWidget *widget) | |
bool | clicked (const QString &href) |
Atributos públicos | |
QMap< QString, QSArgumentList > | scriptCalls_ |
FLPopupWarn::FLPopupWarn | ( | QWidget * | widget | ) | [inline] |
This virtual function is called when the user clicks inside the "What's this?" window. href is the link the user clicked on, or QString::null if there was no link.
If the function returns TRUE (the default), the "What's this?" window is closed, otherwise it remains visible.
The default implementation ignores href and returns TRUE.
Reimplementado de QWhatsThis.