Advertisement
tasuku

Untitled

Nov 5th, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import QtQuick 2.2
  2.  
  3. Rectangle {
  4. width: 100
  5. height: 100
  6. Image {
  7. anchors.centerIn: parent
  8. source: 'tall.png'
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement