I add items to a treewidget but i cannot see them
i am usings qtjambi, here is the code, the libraryTree is the QTreeWidget
Qt Code:
  1. QTreeWidgetItem allItem = new QTreeWidgetItem(libraryTree);
  2. allItem.setText(1, "All");
  3. libraryTree.addTopLevelItem(allItem);
To copy to clipboard, switch view to plain text mode