zecwallet-lite/application.qrc

40 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-10-13 22:37:29 -07:00
<RCC>
<qresource prefix="/fonts">
<file>res/Ubuntu-R.ttf</file>
2018-10-13 22:37:29 -07:00
</qresource>
<qresource prefix="/icons">
2018-11-07 10:26:05 -08:00
<file>res/connected.gif</file>
<file>res/loading.gif</file>
2019-03-22 15:37:21 -07:00
<file>res/paymentreq.gif</file>
2018-10-15 22:37:51 -07:00
<file>res/icon.ico</file>
2018-11-06 15:00:10 -08:00
</qresource>
<qresource prefix="/img">
<file>res/zcashdlogo.gif</file>
2018-11-09 15:59:05 -08:00
<file>res/logobig.gif</file>
2018-11-06 15:00:10 -08:00
</qresource>
<qresource prefix="/translations">
2018-12-03 09:53:42 -08:00
<file>res/zec_qt_wallet_es.qm</file>
2018-12-03 14:44:58 -08:00
<file>res/zec_qt_wallet_fr.qm</file>
2018-12-03 20:18:01 -08:00
<file>res/zec_qt_wallet_pt.qm</file>
2019-03-01 09:59:36 -08:00
<file>res/zec_qt_wallet_it.qm</file>
2019-07-19 10:55:18 -07:00
<file>res/zec_qt_wallet_zh.qm</file>
2019-09-05 09:59:07 -07:00
<file>res/zec_qt_wallet_tr.qm</file>
</qresource>
<qresource prefix="/css">
<file>res/css/blue.css</file>
<file>res/css/dark.css</file>
<file>res/css/default.css</file>
<file>res/css/light.css</file>
</qresource>
<qresource prefix="/images/blue">
<file>res/images/blue/unchecked.png</file>
<file>res/images/blue/checked.png</file>
<file>res/images/blue/blue_downArrow.png</file>
<file>res/images/blue/blue_downArrow_small.png</file>
<file>res/images/blue/blue_upArrow_small.png</file>
<file>res/images/blue/blue_leftArrow_small.png</file>
<file>res/images/blue/blue_rightArrow_small.png</file>
<file>res/images/blue/blue_qtreeview_selected.png</file>
</qresource>
2018-10-13 22:37:29 -07:00
</RCC>