| 
									
										
										
										
											2010-04-13 11:37:57 +02:00
										 |  |  | import Qt 4.7 | 
					
						
							| 
									
										
										
										
											2010-03-09 12:17:52 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | Rectangle { | 
					
						
							|  |  |  |     x: 640 | 
					
						
							|  |  |  |     y: 480 | 
					
						
							|  |  |  |     Component { | 
					
						
							|  |  |  |         id: redSquare | 
					
						
							|  |  |  |         Rectangle { | 
					
						
							|  |  |  |             color: "red" | 
					
						
							|  |  |  |             width: 100 | 
					
						
							|  |  |  |             height: 100 | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Loader { sourceComponent: redSquare;} | 
					
						
							|  |  |  |     Loader { sourceComponent: redSquare; x: 20 } | 
					
						
							|  |  |  | } |