rahulch

Untitled

Mar 5th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.22 KB | None | 0 0
  1. Rectangle {
  2.     id: rootWindow
  3.     color: "transparent"
  4.     z: -1
  5.  
  6.     Visualizer {
  7.         id: visualizer
  8.         Component.onCompleted: {
  9.             console.log("testmodelvisualizer loaded")
  10.         }
  11.     }
  12. }
Add Comment
Please, Sign In to add comment