qt5base-lts/examples/corelib/bindableproperties/shared/countries.qrc
Sona Kurazyan cee89e70a6 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 <qt_ci_bot@qt-project.org>
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-12-02 12:53:34 +01:00

8 lines
155 B
Plaintext

<RCC>
<qresource prefix="/">
<file>germany.png</file>
<file>norway.png</file>
<file>finland.png</file>
</qresource>
</RCC>