Files
KDDockWidgets/tests/test_resources.qrc
Sergio Martins 59f7280d59 Add test for loading flags from layouts from 1.6
1.7 now has flags per floating window. When loading a layout from
1.6 we need however to fallback to the global Config::flags()
2023-03-10 17:10:37 +00:00

14 lines
515 B
Plaintext

<RCC>
<qresource prefix="/">
<file>layouts/invalid.json</file>
<file>layouts/overlapping-item.json</file>
<file>layouts/unsupported-serialization-version.json</file>
<file>layouts/stuck-separator.json</file>
<file>layouts/layoutEquallyCrash.json</file>
<file>layouts/restoreWithIncompleteFactory.json</file>
<file>layouts/1.6layoutWithoutFloatingWindowFlags.json</file>
<file>main.qml</file>
<file>main2.qml</file>
</qresource>
</RCC>