aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/shared/images
diff options
context:
space:
mode:
authorAdrian Herrmann <adrian.herrmann@qt.io>2022-07-29 16:59:50 +0200
committerAdrian Herrmann <adrian.herrmann@qt.io>2022-09-02 18:07:19 +0200
commitef8d3daa8f4d19c48e44874dd6e38a3ed4d02425 (patch)
tree2510b0e02602f5683f87ce16c1e968a71a2bb362 /examples/declarative/shared/images
parentc0387967f81dcabe3087a741e337d01ca177d0b1 (diff)
Add QML window example + shared QML module
Port the Qt Quick example "Window and Screen" to PySide. This includes a "shared" QML module located in a sibling directory of the example. Task-number: PYSIDE-841 Pick-to: 6.2 6.3 Change-Id: I7c8376701390b10d8b28bbf0ad04dce7a3089b20 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples/declarative/shared/images')
-rw-r--r--examples/declarative/shared/images/back.pngbin0 -> 1590 bytes
-rw-r--r--examples/declarative/shared/images/checkmark.pngbin0 -> 809 bytes
-rw-r--r--examples/declarative/shared/images/next.pngbin0 -> 1371 bytes
-rw-r--r--examples/declarative/shared/images/qt-logo.pngbin0 -> 6208 bytes
-rw-r--r--examples/declarative/shared/images/slider_handle.pngbin0 -> 887 bytes
-rw-r--r--examples/declarative/shared/images/tab.pngbin0 -> 309 bytes
6 files changed, 0 insertions, 0 deletions
diff --git a/examples/declarative/shared/images/back.png b/examples/declarative/shared/images/back.png
new file mode 100644
index 000000000..53402096b
--- /dev/null
+++ b/examples/declarative/shared/images/back.png
Binary files differ
diff --git a/examples/declarative/shared/images/checkmark.png b/examples/declarative/shared/images/checkmark.png
new file mode 100644
index 000000000..821aafccd
--- /dev/null
+++ b/examples/declarative/shared/images/checkmark.png
Binary files differ
diff --git a/examples/declarative/shared/images/next.png b/examples/declarative/shared/images/next.png
new file mode 100644
index 000000000..cdef8db6e
--- /dev/null
+++ b/examples/declarative/shared/images/next.png
Binary files differ
diff --git a/examples/declarative/shared/images/qt-logo.png b/examples/declarative/shared/images/qt-logo.png
new file mode 100644
index 000000000..30c621c9c
--- /dev/null
+++ b/examples/declarative/shared/images/qt-logo.png
Binary files differ
diff --git a/examples/declarative/shared/images/slider_handle.png b/examples/declarative/shared/images/slider_handle.png
new file mode 100644
index 000000000..63c518be7
--- /dev/null
+++ b/examples/declarative/shared/images/slider_handle.png
Binary files differ
diff --git a/examples/declarative/shared/images/tab.png b/examples/declarative/shared/images/tab.png
new file mode 100644
index 000000000..2ea989b68
--- /dev/null
+++ b/examples/declarative/shared/images/tab.png
Binary files differ