diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-11-05 11:33:00 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-11-10 22:43:40 +0100 |
| commit | 5b8d4517fabda5713a4023b9692ff5fe77162237 (patch) | |
| tree | 5d2cefeab80378db9798e86194548f95b748475a /examples/declarative/referenceexamples/methods/methods.pyproject | |
| parent | 20fee1eb56f64ecc6d356abe658da14d09e7d09a (diff) | |
Add the 'methods' example of the QML reference examples
Task-number: PYSIDE-841
Pick-to: 6.2
Change-Id: I99a592e6a9c347c46dd9bb86a9e925d0f70c34c6
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples/declarative/referenceexamples/methods/methods.pyproject')
| -rw-r--r-- | examples/declarative/referenceexamples/methods/methods.pyproject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/declarative/referenceexamples/methods/methods.pyproject b/examples/declarative/referenceexamples/methods/methods.pyproject new file mode 100644 index 000000000..3c01c40c2 --- /dev/null +++ b/examples/declarative/referenceexamples/methods/methods.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["main.py", "birthdayparty.py", "person.py", "example.qml"] +} |
