diff --git a/src/assets.qrc b/src/assets.qrc index 50cc4f6..fb93670 100644 --- a/src/assets.qrc +++ b/src/assets.qrc @@ -11,6 +11,9 @@ assets/images/appicons/128x128.png assets/images/appicons/256x256.png assets/images/arrow.svg + assets/images/banners/1.png + assets/images/banners/2.png + assets/images/banners/3.png assets/images/bitcoin.png assets/images/camera_dark.png assets/images/camera_white.png @@ -52,7 +55,6 @@ assets/images/network.png assets/images/offline_tx.png assets/images/person.svg - assets/images/photos/1.png assets/images/preferences.png assets/images/preferences.svg assets/images/qrcode.png diff --git a/src/assets/ack.txt b/src/assets/ack.txt index bb21a5b..c025986 100644 --- a/src/assets/ack.txt +++ b/src/assets/ack.txt @@ -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. -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. diff --git a/src/assets/images/photos/1.png b/src/assets/images/banners/1.png similarity index 100% rename from src/assets/images/photos/1.png rename to src/assets/images/banners/1.png diff --git a/src/assets/images/banners/2.png b/src/assets/images/banners/2.png new file mode 100644 index 0000000..6c67db7 Binary files /dev/null and b/src/assets/images/banners/2.png differ diff --git a/src/assets/images/banners/3.png b/src/assets/images/banners/3.png new file mode 100644 index 0000000..a391808 Binary files /dev/null and b/src/assets/images/banners/3.png differ diff --git a/src/wizard/menu.ui b/src/wizard/menu.ui index 63e0635..c022518 100644 --- a/src/wizard/menu.ui +++ b/src/wizard/menu.ui @@ -78,6 +78,16 @@ + + + + false + + + banner: themonera.art + + + diff --git a/src/wizard/walletwizard.cpp b/src/wizard/walletwizard.cpp index 641b9bc..01ce572 100644 --- a/src/wizard/walletwizard.cpp +++ b/src/wizard/walletwizard.cpp @@ -38,7 +38,7 @@ WalletWizard::WalletWizard(AppContext *ctx, WalletWizard::Page startPage, QWidge else setStartId(Page_Menu); - setPixmap(QWizard::WatermarkPixmap, QPixmap(":/assets/images/photos/1.png")); + setPixmap(QWizard::WatermarkPixmap, QPixmap(":/assets/images/banners/3.png")); setWizardStyle(WizardStyle::ModernStyle); setOption(QWizard::NoBackButtonOnStartPage);