Files
KDDockWidgets/tests/test_resources.qrc
Sergio Martins 19730ab6a4 Fix crash when using MainWindow::layoutEqually()
When distributing space we should honour the other widgets
min-size too, and not give too much

Since the layouting code is complex, this won't be backported to
1.3
2021-03-31 15:23:24 +01:00

11 lines
351 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>main.qml</file>
</qresource>
</RCC>