Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | LinkActivated (string link) |
| |
void | LinkHovered (string link) |
| |
void QtGui.IQLabelSignals.LinkActivated | ( | string | link | ) |
This signal is emitted when the user clicks a link. The URL referred to by the anchor is passed in link.
This function was introduced in Qt 4.2.
See also linkHovered().
void QtGui.IQLabelSignals.LinkHovered | ( | string | link | ) |
This signal is emitted when the user hovers over a link. The URL referred to by the anchor is passed in link.
This function was introduced in Qt 4.2.
See also linkActivated().