Add standard mechanism in HButton for loading icon display; have HImage and HIcon base components.
		
			
				
	
	
		
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			QML
		
	
	
	
	
	
| import QtQuick 2.7
 | |
| 
 | |
| Image {
 | |
|     asynchronous: true
 | |
|     cache: true
 | |
|     mipmap: true
 | |
|     fillMode: Image.PreserveAspectFit
 | |
| }
 | 
