Guest User

IncubateMe.qml

a guest
May 6th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import QtQuick 2.4
  2.  
  3. Rectangle {
  4.     property int someId: 0
  5.     color: "red"
  6.     width: 100
  7.     height: 100
  8. }
Add Comment
Please, Sign In to add comment