Qt:Документация 4.3.2/qwhatsthisclickedevent

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] QWhatsThisClickedEvent Class Reference
[модуль QtGui ]

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

 #include <QWhatsThisClickedEvent>

Inherits QEvent.

[править] Открытые функции

  • 6 public functions inherited from QEvent

[править] Дополнительные унаследованные члены


[править] Подробное описание

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.


[править] Описание функций-членов

[править]
QWhatsThisClickedEvent::QWhatsThisClickedEvent ( const 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().

[править]
QString QWhatsThisClickedEvent::href () const

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



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2