From cee89e70a6011c3fcae29ad95d5fec4b2026d055 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Thu, 25 Nov 2021 11:08:01 +0100 Subject: Add example showing the benefits of using bindable properties Added two examples for modeling a subscription service: signal/slot connection-based and bindable property-based. The examples are based on the example from Fabian's Qt WS talk about the bindable properties. Pick-to: 6.2 Task-number: QTBUG-97655 Change-Id: I0345913b8b6e5c40b8477e128d36483598bdfcaa Reviewed-by: Qt CI Bot Reviewed-by: Ivan Solovev Reviewed-by: Fabian Kosmale --- examples/corelib/bindableproperties/shared/norway.png | Bin 0 -> 5190 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/corelib/bindableproperties/shared/norway.png (limited to 'examples/corelib/bindableproperties/shared/norway.png') diff --git a/examples/corelib/bindableproperties/shared/norway.png b/examples/corelib/bindableproperties/shared/norway.png new file mode 100644 index 0000000000..daee6c3c15 Binary files /dev/null and b/examples/corelib/bindableproperties/shared/norway.png differ -- cgit v1.2.3