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