forked from qt-creator/qt-creator
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			183 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			183 B
		
	
	
	
		
			QML
		
	
	
	
	
	
import QtWebKit 1.0
 | 
						|
 | 
						|
// Test loading of import libraries
 | 
						|
WebView {
 | 
						|
    width: 640
 | 
						|
    height: 480
 | 
						|
 | 
						|
    html:"\
 | 
						|
        <body bgcolor=white>\
 | 
						|
          Hello World\
 | 
						|
        </body>"
 | 
						|
}
 |