import Qt 4.6 // The WebView supports QML data through the HTML OBJECT tag Rectangle { color:"blue" Flickable { width: parent.width height: parent.height/2 viewportWidth: web.width*web.scale viewportHeight: web.height*web.scale WebView { id: web width: 250 height: 420 zoomFactor: 0.75 smoothCache: true settings.pluginsEnabled: true html: "\
\ These are QML plugins, shown in a QML WebView via HTML OBJECT tags, all scaled to 75%\ and placed in a Flickable area...\Duration | Color | Plugin\ |
---|---|---|
500 | red | \ |
2000 | blue | \ |
1000 | green | \ |