Guest User

Untitled

a guest
Oct 16th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import QtQuick 2.0
  2. import QtQuick.Window 2.0
  3. import QtQuick.Layouts 1.3
  4.  
  5. Window {
  6. visible: true
  7. width: 800
  8. height: 600
  9. Rectangle{
  10. id:backGround
  11. color: "black"
  12. height: 200
  13. width: 400
  14. GridLayout{
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment