Die Suche ergab 1 Treffer

von andypsilon
Donnerstag 7. August 2008, 20:14
Forum: Qt/KDE
Thema: QTreeWidgetItem Parent
Antworten: 1
Zugriffe: 2106

QTreeWidgetItem Parent

Hi!

I have the following problem:

I filled a QTreeWidget with data and now want the currently selected item back. But to process the data I also need the parents of it.

the .text() method works perfectly on the QTreeWidgetItem I created with .currentItem(), but as soon as I am creating a ...