forked from qt-creator/qt-creator
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			133 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			133 B
		
	
	
	
		
			QML
		
	
	
	
	
	
import Qt 4.6
 | 
						|
 | 
						|
Rectangle {
 | 
						|
    width: 200
 | 
						|
    height: 200
 | 
						|
    Text {
 | 
						|
        x: 66
 | 
						|
        y: 93
 | 
						|
        text: "Hello World"
 | 
						|
    }
 | 
						|
}
 |