~josephjamesmills/+junk/mockaroo

« back to all changes in this revision

Viewing changes to dash/UbuntuSoftware.qml

  • Committer: Joseph Mills
  • Date: 2013-01-18 18:45:33 UTC
  • Revision ID: josephjamesmills@ubuntu.com-20130118184533-jmy12i10xnnl4t7e
junk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick 2.0
 
2
import QtWebKit 3.0
 
3
Rectangle {
 
4
    id: rootTangle
 
5
    color: "#66000000"
 
6
    width: dashFull.width
 
7
    height: dashFull.height
 
8
    WebView{
 
9
        id: huluWeb
 
10
        width: rootTangle.width
 
11
        height: rootTangle.height
 
12
        url: "http://apps.ubuntu.com/cat"
 
13
        smooth: true
 
14
    }
 
15
}