6#include <QtCore/qobject.h>
7#include <QtCore/qpointer.h>
8#include <QtCore/qstring.h>
9#include <QtQml/qqmlregistration.h>
11QT_FORWARD_DECLARE_CLASS(QQuickItem)
15class PlainToolTipManager;
46 Q_INVOKABLE
void hide();
58 QQuickItem *target() const;
59 void notifyVisibleChanged();
87 QML_UNCREATABLE(
"ToolTip is only available as an attached property")