how to get the last listviewitem in a listview?

Dung Patrick dkt at digitalme.com
Mon Apr 15 06:01:12 BST 2002


can i use this method?

QListViewItem * item1 = listView->firstChild();

while ( (item1) && (item1->itemBelow() ) {
    item1=item1->itemBelow();
}


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list