mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 12:09:50 +00:00
Update banner
This commit is contained in:
parent
9b4e0e29e4
commit
b4af2f75b1
7 changed files with 18 additions and 4 deletions
|
@ -11,6 +11,9 @@
|
||||||
<file>assets/images/appicons/128x128.png</file>
|
<file>assets/images/appicons/128x128.png</file>
|
||||||
<file>assets/images/appicons/256x256.png</file>
|
<file>assets/images/appicons/256x256.png</file>
|
||||||
<file>assets/images/arrow.svg</file>
|
<file>assets/images/arrow.svg</file>
|
||||||
|
<file>assets/images/banners/1.png</file>
|
||||||
|
<file>assets/images/banners/2.png</file>
|
||||||
|
<file>assets/images/banners/3.png</file>
|
||||||
<file>assets/images/bitcoin.png</file>
|
<file>assets/images/bitcoin.png</file>
|
||||||
<file>assets/images/camera_dark.png</file>
|
<file>assets/images/camera_dark.png</file>
|
||||||
<file>assets/images/camera_white.png</file>
|
<file>assets/images/camera_white.png</file>
|
||||||
|
@ -52,7 +55,6 @@
|
||||||
<file>assets/images/network.png</file>
|
<file>assets/images/network.png</file>
|
||||||
<file>assets/images/offline_tx.png</file>
|
<file>assets/images/offline_tx.png</file>
|
||||||
<file>assets/images/person.svg</file>
|
<file>assets/images/person.svg</file>
|
||||||
<file>assets/images/photos/1.png</file>
|
|
||||||
<file>assets/images/preferences.png</file>
|
<file>assets/images/preferences.png</file>
|
||||||
<file>assets/images/preferences.svg</file>
|
<file>assets/images/preferences.svg</file>
|
||||||
<file>assets/images/qrcode.png</file>
|
<file>assets/images/qrcode.png</file>
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
The wallet UI is heavily inspired by Electrum. We would like to recognize Thomas Voegtlin for his pioneering work on Bitcoin.
|
||||||
|
|
||||||
Feather uses monero-seed written by Tevador, for 14 word mnemonic seeds.
|
Feather uses monero-seed written by Tevador, for 14 word mnemonic seeds.
|
||||||
|
|
||||||
Initial CMake support for the Monero GUI was coded by TheCharlatan/xiphon.
|
Wizard banner art was adapted from a paper wallet design by the themonera (themonera.art).
|
||||||
|
|
||||||
The wallet UI is heavily inspired by Electrum. We would like to recognize Thomas Voegtlin for his pioneering work on Bitcoin.
|
Initial CMake support for the Monero GUI was coded by TheCharlatan/xiphon.
|
||||||
|
|
||||||
Huge thanks to nioc, fluffypony, wowario, thrmo for help during development.
|
Huge thanks to nioc, fluffypony, wowario, thrmo for help during development.
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
BIN
src/assets/images/banners/2.png
Normal file
BIN
src/assets/images/banners/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/assets/images/banners/3.png
Normal file
BIN
src/assets/images/banners/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
|
@ -78,6 +78,16 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_3">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>banner: themonera.art</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources/>
|
<resources/>
|
||||||
|
|
|
@ -38,7 +38,7 @@ WalletWizard::WalletWizard(AppContext *ctx, WalletWizard::Page startPage, QWidge
|
||||||
else
|
else
|
||||||
setStartId(Page_Menu);
|
setStartId(Page_Menu);
|
||||||
|
|
||||||
setPixmap(QWizard::WatermarkPixmap, QPixmap(":/assets/images/photos/1.png"));
|
setPixmap(QWizard::WatermarkPixmap, QPixmap(":/assets/images/banners/3.png"));
|
||||||
setWizardStyle(WizardStyle::ModernStyle);
|
setWizardStyle(WizardStyle::ModernStyle);
|
||||||
setOption(QWizard::NoBackButtonOnStartPage);
|
setOption(QWizard::NoBackButtonOnStartPage);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue