|
|
An extended QTextBrowser.
By default it will invoke the system mailer or the system browser when a link is activated, or it can emit the signal urlClick() or mailClick() when a link is activated.
| void |
[protected]
Reimplemented to NOT set the source but to do the special handling. Do not call.
Reimplemented from QTextBrowser
| void |
[protected virtual]
Makes sure Key_Escape is ignored
Reimplemented from QTextBrowser
| void |
[protected virtual]
Make sure we use our own hand cursor
Reimplemented from QTextBrowser
| void |
[signal]
Emitted when a mail link has been activated and the widget has been configured to emit the signal.
Parameters:
| name | The destination name. It is QString::null at the moment. |
| address | The destination address. |
| void |
[signal]
Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.
Parameters:
| url | The destination address. |