Home · All Classes · Modules

QWhatsThisClickedEvent Class Reference
[QtGui module]

The QWhatsThisClickedEvent class provides an event that can be used to handle hyperlinks in a "What's This?" text. More...

Inherits QEvent.

Methods


Detailed Description

The QWhatsThisClickedEvent class provides an event that can be used to handle hyperlinks in a "What's This?" text.

See also QWhatsThis, QHelpEvent, and QStatusTipEvent.


Method Documentation

QWhatsThisClickedEvent.__init__ (self, QString href)

Constructs an event containing a URL specified by href when a link is clicked in a "What's This?" message.

See also href().

QWhatsThisClickedEvent.__init__ (self, QWhatsThisClickedEvent other)

QString QWhatsThisClickedEvent.href (self)

Returns the URL that was clicked by the user in the "What's This?" text.


PyQt 4.3.1 for X11Copyright © Riverbank Computing Ltd and Trolltech AS 2007Qt 4.3.0