Hello,

Qt Code:
  1. Repeater {
  2. model: 10
  3.  
  4. MyWindow {
  5. id: "mywindownumber" + index
  6. x: 20 + index * 30
  7. y: 200
  8. }
  9. }
To copy to clipboard, switch view to plain text mode 

It's obviously not working, but is there a way to achieve something similar?