Qt:Документация 4.3.2/qwhatsthisclickedevent
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
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.
Открытые функции
- QWhatsThisClickedEvent ( const QString & href )
- QString href () const
- 6 public functions inherited from QEvent
Дополнительные унаследованные члены
- 1 property 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
|