Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.IQLabelSignals Interface Reference
Inheritance diagram for QtGui.IQLabelSignals:
Collaboration diagram for QtGui.IQLabelSignals:

Public Member Functions

void LinkActivated (string link)
 
 
void LinkHovered (string link)
 
 

Member Function Documentation

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().