From 84275fbde79b31676f2c419997b89c94025d7877 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Mon, 31 Aug 2020 11:08:43 +0200 Subject: PySide6: Add QSharedMemory example Task-number: PYSIDE-1370 Change-Id: Ica8cf855f59bed40b0d2c7ba5dfa1323871337bb Reviewed-by: Christian Tismer --- examples/corelib/ipc/sharedmemory/dialog.ui | 47 +++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 examples/corelib/ipc/sharedmemory/dialog.ui (limited to 'examples/corelib/ipc/sharedmemory/dialog.ui') diff --git a/examples/corelib/ipc/sharedmemory/dialog.ui b/examples/corelib/ipc/sharedmemory/dialog.ui new file mode 100644 index 000000000..e99d6fb3c --- /dev/null +++ b/examples/corelib/ipc/sharedmemory/dialog.ui @@ -0,0 +1,47 @@ + + Dialog + + + + 0 + 0 + 451 + 322 + + + + Dialog + + + + + + Load Image From File... + + + + + + + Launch two of these dialogs. In the first, press the top button and load an image from a file. In the second, press the bottom button and display the loaded image from shared memory. + + + Qt::AlignCenter + + + true + + + + + + + Display Image From Shared Memory + + + + + + + + -- cgit v1.2.3