diff options
Diffstat (limited to 'sources/pyside6/doc/tutorials/qmlapp/view.qml')
| -rw-r--r-- | sources/pyside6/doc/tutorials/qmlapp/view.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside6/doc/tutorials/qmlapp/view.qml b/sources/pyside6/doc/tutorials/qmlapp/view.qml index c75052b29..5590fd1f8 100644 --- a/sources/pyside6/doc/tutorials/qmlapp/view.qml +++ b/sources/pyside6/doc/tutorials/qmlapp/view.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2019 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of Qt for Python. @@ -54,6 +54,7 @@ import QtQuick.Controls 2.12 Page { width: 640 height: 480 + required property var myModel header: Label { color: "#15af15" |
