diff options
author | Thomas Hartmann <thomas.hartmann@qt.io> | 2021-11-11 15:43:47 +0100 |
---|---|---|
committer | Thomas Hartmann <thomas.hartmann@qt.io> | 2021-11-16 17:46:55 +0100 |
commit | 05560ed24561535e264995dc3c09d4ae4873f95c (patch) | |
tree | 1de95e63b9c9874637043d84e2fb0d14fbf90bf7 /examples/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml | |
parent | 30696bf3f7aca37493cd6fb79c4637425ad7d922 (diff) | |
download | qtwebengine-05560ed24561535e264995dc3c09d4ae4873f95c.tar.gz |
Add .qmproject file for examples containing .ui.qml files
If an example contains ui.qml it should also have
a .qmlproject file for Qt Design Studio.
The id 'item' is not allowed in ui.qml files.
Pick-to: 6.2
Change-Id: Ib01d22b361c00f67062f97af52489e9704aaf927
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'examples/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml')
-rw-r--r-- | examples/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml b/examples/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml index 14d9dc304..1d486eaac 100644 --- a/examples/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml +++ b/examples/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml @@ -53,7 +53,7 @@ import QtQuick.Layouts import QtQuick.Controls Item { - id: item + id: root property alias cancelButton: cancelButton property alias okButton: okButton property string message: "Message" |