Hello,
Qt Code:
Repeater { model: 10 MyWindow { id: "mywindownumber" + index x: 20 + index * 30 y: 200 } }To copy to clipboard, switch view to plain text mode
It's obviously not working, but is there a way to achieve something similar?
Hello,
Qt Code:
Repeater { model: 10 MyWindow { id: "mywindownumber" + index x: 20 + index * 30 y: 200 } }To copy to clipboard, switch view to plain text mode
It's obviously not working, but is there a way to achieve something similar?
Bookmarks