logos-blockchain-ui/src/blockchain_resources.qrc

19 lines
706 B
Plaintext
Raw Normal View History

2026-02-11 20:39:32 +01:00
<RCC>
<qresource prefix="/">
<file>qml/BlockchainView.qml</file>
<file>qml/views/qmldir</file>
<file>qml/views/StatusConfigView.qml</file>
<file>qml/views/LogsView.qml</file>
<file>qml/views/WalletView.qml</file>
2026-02-24 17:05:46 +01:00
<file>qml/views/GenerateConfigView.qml</file>
<file>qml/views/ConfigChoiceView.qml</file>
<file>qml/views/SetConfigPathView.qml</file>
2026-02-26 17:21:25 +01:00
<file>qml/controls/AccountDelegate.qml</file>
<file>qml/controls/LogosCopyButton.qml</file>
2026-02-17 21:22:38 +01:00
<file>icons/blockchain.png</file>
2026-02-26 17:21:25 +01:00
<file>icons/copy.svg</file>
<file>icons/checkmark.svg</file>
<file>icons/refresh.svg</file>
2026-02-11 20:39:32 +01:00
</qresource>
</RCC>