mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Merge pull request 'Update banner' (#239) from tobtoht/feather:banner into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/239
This commit is contained in:
		
						commit
						45b3f1ebde
					
				
					 7 changed files with 18 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -11,6 +11,9 @@
 | 
			
		|||
    <file>assets/images/appicons/128x128.png</file>
 | 
			
		||||
    <file>assets/images/appicons/256x256.png</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/camera_dark.png</file>
 | 
			
		||||
    <file>assets/images/camera_white.png</file>
 | 
			
		||||
| 
						 | 
				
			
			@ -52,7 +55,6 @@
 | 
			
		|||
    <file>assets/images/network.png</file>
 | 
			
		||||
    <file>assets/images/offline_tx.png</file>
 | 
			
		||||
    <file>assets/images/person.svg</file>
 | 
			
		||||
    <file>assets/images/photos/1.png</file>
 | 
			
		||||
    <file>assets/images/preferences.png</file>
 | 
			
		||||
    <file>assets/images/preferences.svg</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.
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
		 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>
 | 
			
		||||
    </widget>
 | 
			
		||||
   </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>
 | 
			
		||||
 </widget>
 | 
			
		||||
 <resources/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue