Show us your code for for creating a single "node" and we show you how to add more... Probably you only have to use appendChild multiple.
Qt Code:
for(...) { button.setAttribute("tooltip", "..."); ui.appendChild(elem); }To copy to clipboard, switch view to plain text mode
Bookmarks