Hello guys, i have created a QTreeWidget and i added one item in it but i
can't see it, here is the code:

QTreeWidgetItem allItem = new QTreeWidgetItem(libraryTree);
allItem.setText(1, "All");
libraryTree.addTopLevelItem(allItem);

any idea why? is it a bug?
_______________________________________________
Qt-jambi-interest mailing list
Qt-jambi-interest@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-jambi-interest

Reply via email to