diff options
author | Mitch Curtis <[email protected]> | 2023-11-29 13:29:25 +0800 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2024-01-17 10:07:34 +0800 |
commit | 01f06efa2a08bc1e7982a323506c1e77e42aa971 (patch) | |
tree | e61bd271b49bf50db8c253333a47a36abb50dc08 /tests/manual/quickcontrols/menus/Menu.qml | |
parent | d84556e6bcc91690e5fccd1a909707698b6be56c (diff) |
Add menus manual test
This gives us a convenient way to manually test native menus, which
can't be fully auto-tested.
Task-number: QTBUG-69558
Change-Id: I045eef8d30eb8f130f6e4ba4787a9d0ad84c109f
Reviewed-by: Richard Moe Gustavsen <[email protected]>
Diffstat (limited to 'tests/manual/quickcontrols/menus/Menu.qml')
-rw-r--r-- | tests/manual/quickcontrols/menus/Menu.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/quickcontrols/menus/Menu.qml b/tests/manual/quickcontrols/menus/Menu.qml new file mode 100644 index 0000000000..15786af830 --- /dev/null +++ b/tests/manual/quickcontrols/menus/Menu.qml @@ -0,0 +1,6 @@ +// Copyright (C) 2020 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause + +import QtQuick.Controls + +Menu {} |