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