![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qquicktooltip_p.h"#include "qquicktooltip_p_p.h"#include "qquickpopup_p_p.h"#include "qquickpopupitem_p_p.h"#include "qquickcontrol_p_p.h"#include <QtCore/qbasictimer.h>#include <QtQml/qqmlinfo.h>#include <QtQml/qqmlengine.h>#include <QtQml/qqmlcontext.h>#include <QtQml/qqmlcomponent.h>#include <QtQuick/qquickwindow.h>#include "moc_qquicktooltip_p.cpp"Go to the source code of this file.
Classes | |
| class | QQuickToolTipPrivate |
Variables | |
| static QT_BEGIN_NAMESPACE int | qt_quicktooltipattachedprivate_delay = -1 |
| Provides tool tips for any control. | |
| constexpr bool | qt_quicktooltipattachedprivate_short_timeout = false |
|
static |
Provides tool tips for any control.
\qmltype ToolTip \inherits Popup
! \nativetype QQuickToolTip \inqmlmodule QtQuick.Controls
A tool tip is a short piece of text that informs the user of a control's function. It is typically placed above or below the parent control. The tip text can be any \l{Rich Text Processing}{rich text} formatted string.
{Tooltip displaying helpful text}
Definition at line 105 of file qquicktooltip.cpp.
|
constexpr |
Definition at line 112 of file qquicktooltip.cpp.