2022-05-13 13:12:05 +00:00
|
|
|
// Copyright (C) 2021 The Qt Company Ltd.
|
2024-02-22 14:51:16 +00:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
2020-11-16 15:34:56 +00:00
|
|
|
|
|
|
|
pragma Singleton
|
|
|
|
|
|
|
|
import QtQml
|
|
|
|
|
|
|
|
QtObject {
|
|
|
|
readonly property int toolTipDelay: 1000
|
|
|
|
}
|