aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/gallery/ToolBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/gallery/ToolBar.qml')
-rw-r--r--examples/quickcontrols/gallery/ToolBar.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/quickcontrols/gallery/ToolBar.qml b/examples/quickcontrols/gallery/ToolBar.qml
new file mode 100644
index 000000000..03d68dfba
--- /dev/null
+++ b/examples/quickcontrols/gallery/ToolBar.qml
@@ -0,0 +1,6 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
+import QtQuick.Controls
+
+ToolBar {}