forked from qt-creator/qt-creator
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			110 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			110 B
		
	
	
	
		
			QML
		
	
	
	
	
	
import Qt 4.7
 | 
						|
import "components" as X
 | 
						|
 | 
						|
Rectangle {
 | 
						|
    width: 640
 | 
						|
    height: 480
 | 
						|
 | 
						|
    X.MyButton {
 | 
						|
    }
 | 
						|
 | 
						|
}
 |