hello
How can I use of Rectangle inside the javascript?
Qt Code:
  1. for(var i = 0; i < rs.rows.length; i++) {
  2. Rectangle {
  3. width: 40
  4. height: 20
  5. //value filde of database
  6. Text { text: rs.rows.item(i).word }
  7. }
  8. }
To copy to clipboard, switch view to plain text mode