b48bfea02c
Since the whole thing with Android going full screen with margins, the combobox popup idea started showing a big flaw; Qt no longer clips the window on top to the content area and thus your top and bottom item may become impossible to select. This replaces the combobox with a new component; a thumbler. Based on the extremely basic one from QQComponents we introduce our own and use that to select the year and month in the import screen.
70 lines
3.4 KiB
Plaintext
70 lines
3.4 KiB
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file alias="bch.svg">images/bch.svg</file>
|
|
<file alias="eye-closed-light.png">images/eye-closed-light.png</file>
|
|
<file alias="eye-closed.png">images/eye-closed.png</file>
|
|
<file alias="eye-open-light.png">images/eye-open-light.png</file>
|
|
<file alias="eye-open.png">images/eye-open.png</file>
|
|
<file alias="edit-copy.svg">images/edit-copy.svg</file>
|
|
<file alias="edit-copy-light.svg">images/edit-copy-light.svg</file>
|
|
<file alias="edit-clipboard.svg">images/edit-clipboard.svg</file>
|
|
<file alias="edit-clipboard-light.svg">images/edit-clipboard-light.svg</file>
|
|
<file alias="internet.svg">images/internet.svg</file>
|
|
<file alias="CashTokens.svg">images/CashTokens.svg</file>
|
|
<file alias="cf.svg">images/cashfusion.svg</file>
|
|
<file alias="lock-light.svg">images/lock-light.svg</file>
|
|
<file alias="lock.svg">images/lock.svg</file>
|
|
<file alias="flash.svg">images/flash.svg</file>
|
|
<file alias="flash-light.svg">images/flash-light.svg</file>
|
|
<file alias="Flowee-Symbols.otf">images/Flowee-Symbols.otf</file>
|
|
<file alias="qr-code.svg">images/qr-code.svg</file>
|
|
<file alias="qr-code-light.svg">images/qr-code-light.svg</file>
|
|
<file alias="qr-code-scan.svg">images/qr-code-scan.svg</file>
|
|
<file alias="qr-code-scan-light.svg">images/qr-code-scan-light.svg</file>
|
|
<file>Flowee/ArrowPoint.qml</file>
|
|
<file>Flowee/BitcoinAmountLabel.qml</file>
|
|
<file>Flowee/BigButton.qml</file>
|
|
<file>Flowee/BigCloseButton.qml</file>
|
|
<file>Flowee/Button.qml</file>
|
|
<file>Flowee/CardTypeSelector.qml</file>
|
|
<file>Flowee/CheckBox.qml</file>
|
|
<file>Flowee/CheckBoxLabel.qml</file>
|
|
<file>Flowee/CloseIcon.qml</file>
|
|
<file>Flowee/GroupBox.qml</file>
|
|
<file>Flowee/LabelWithClipboard.qml</file>
|
|
<file>Flowee/AddressLabel.qml</file>
|
|
<file>Flowee/ListViewKeyHandler.qml</file>
|
|
<file>Flowee/MultilineTextField.qml</file>
|
|
<file>Flowee/RadioButton.qml</file>
|
|
<file>Flowee/ScrollThumb.qml</file>
|
|
<file>Flowee/TextField.qml</file>
|
|
<file>Flowee/TextPasteDecorator.qml</file>
|
|
<file>Flowee/Thumbler.qml</file>
|
|
<file>Flowee/ComboBox.qml</file>
|
|
<file>Flowee/MoneyValueField.qml</file>
|
|
<file>Flowee/FiatValueField.qml</file>
|
|
<file>Flowee/BitcoinValueField.qml</file>
|
|
<file>Flowee/Dialog.qml</file>
|
|
<file>Flowee/CFIcon.qml</file>
|
|
<file>Flowee/DialogButtonBox.qml</file>
|
|
<file>Flowee/WarningLabel.qml</file>
|
|
<file>Flowee/PasswdDialog.qml</file>
|
|
<file>Flowee/Label.qml</file>
|
|
<file>Flowee/LabelWithCursor.qml</file>
|
|
<file>Flowee/ObjectShaker.qml</file>
|
|
<file>Flowee/BroadcastFeedback.qml</file>
|
|
<file>Flowee/ImageButton.qml</file>
|
|
<file>Flowee/AccountTypeLabel.qml</file>
|
|
<file>Flowee/WalletSecretsView.qml</file>
|
|
<file>Flowee/HamburgerMenu.qml</file>
|
|
<file>Flowee/QRWidget.qml</file>
|
|
<file>Flowee/QRScanner.qml</file>
|
|
<file>Flowee/AddressInfoWidget.qml</file>
|
|
<file>Flowee/FiatTxInfo.qml</file>
|
|
<file>Flowee/Progressbar.qml</file>
|
|
<file>Flowee/ProgressCheckIcon.qml</file>
|
|
<file>Flowee/Popup.qml</file>
|
|
<file>Flowee/CheckShape.qml</file>
|
|
</qresource>
|
|
</RCC>
|