summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/ui/ToolTip.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginequick/ui/ToolTip.qml')
-rw-r--r--src/webenginequick/ui/ToolTip.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/webenginequick/ui/ToolTip.qml b/src/webenginequick/ui/ToolTip.qml
new file mode 100644
index 000000000..525258e2f
--- /dev/null
+++ b/src/webenginequick/ui/ToolTip.qml
@@ -0,0 +1,10 @@
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+
+import QtQuick.Controls as C
+
+C.ToolTip {
+ delay: 1000
+ timeout: 1500
+ objectName: "toolTip"
+}