Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. import QtQuick 2.0
  2. import QtQuick.LocalStorage 2.0
  3. import QtWebKit 3.0
  4. import QtMultimedia 5.0
  5. import Ubuntu.Components 0.1
  6. import Ubuntu.Components.ListItems 0.1 as ListItem
  7.  
  8. MainView {
  9. id: mainView
  10. width: units.gu(50)
  11. height: units.gu(75)
  12. WebView {
  13. id: loginView
  14. url: "http://www.soundcloud.com"
  15. width: parent.width
  16. height: parent.height
  17. visible: true
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement