Home | History | Annotate | Download | only in resources
      1 import QtWebKit 1.0
      2 
      3 WebView {
      4     url: "elements.html"
      5     width: 310
      6     height: 100
      7 }
      8