Files
pay/guis/desktop.qrc
T
tomFlowee 8db23ba624 Provide a screen to unlock encrypted wallets.
This detects that the currently selected wallet is fully encryted and if
it is, it shows a password request page on top of the current screen.
The default setup aims to have people type a PIN in numbers to unlock
the wallet, but we also provide a way to make it use a textual password
instead.
2023-06-27 20:39:11 +02:00

38 lines
2.0 KiB
Plaintext

<RCC>
<qresource prefix="/">
<file alias="FloweePay.png">images/FloweePay.png</file>
<file alias="FloweePay.svg">images/FloweePay.svg</file>
<file alias="FloweePay-light.svg">images/FloweePay-light.svg</file>
<file alias="cashfusion.svg">images/cashfusion.svg</file>
<file alias="emblem-warning.svg">images/emblem-warning.svg</file>
<file alias="sendIcon.png">desktop/images/sendIcon.png</file>
<file alias="sendIcon-light.png">desktop/images/sendIcon-light.png</file>
<file alias="receiveIcon.png">desktop/images/receiveIcon.png</file>
<file alias="settingsIcon.png">desktop/images/settingsIcon.png</file>
<file alias="settingsIcon-light.png">desktop/images/settingsIcon-light.png</file>
<file alias="activityIcon.png">desktop/images/activityIcon.png</file>
<file alias="activityIcon-light.png">desktop/images/activityIcon-light.png</file>
<file alias="edit-delete.svg">desktop/images/edit-delete.svg</file>
<file alias="defaults.ini">desktop/defaults.ini</file>
<file>desktop/ConfigItem.qml</file>
<file>ControlColors.js</file>
<file>desktop/main.qml</file>
<file>desktop/NetView.qml</file>
<file>desktop/ReceiveTransactionPane.qml</file>
<file>desktop/SendTransactionPane.qml</file>
<file>desktop/WalletTransactionDetails.qml</file>
<file>desktop/WalletTransaction.qml</file>
<file>desktop/AccountListItem.qml</file>
<file>desktop/AccountDetails.qml</file>
<file>desktop/SettingsPane.qml</file>
<file>desktop/NewAccountPane.qml</file>
<file>desktop/NewAccountCreateBasicAccount.qml</file>
<file>desktop/NewAccountImportAccount.qml</file>
<file>desktop/NewAccountCreateHDAccount.qml</file>
<file>desktop/WalletEncryption.qml</file>
<file>desktop/PaymentTweakingPanel.qml</file>
<file>desktop/WalletEncryptionStatus.qml</file>
<file>desktop/AccountConfigMenu.qml</file>
</qresource>
</RCC>