Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquicktooltip.cpp File Reference

(f55a093c97b4e07e4578ddd2494d28ed9a118778)

#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"
Include dependency graph for qquicktooltip.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

Variable Documentation

◆ qt_quicktooltipattachedprivate_delay

QT_BEGIN_NAMESPACE int qt_quicktooltipattachedprivate_delay = -1
static

Provides tool tips for any control.

\qmltype ToolTip
\inherits Popup

! \nativetype QQuickToolTip \inqmlmodule QtQuick.Controls

Since
5.7

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.

◆ qt_quicktooltipattachedprivate_short_timeout

bool qt_quicktooltipattachedprivate_short_timeout = false
constexpr

Definition at line 112 of file qquicktooltip.cpp.