how to get the last listviewitem in a listview?

Jeremy Webster jwebster at olemiss.edu
Mon Apr 15 14:40:54 BST 2002


Hey, how about
	listView->lastItem();
:)


On Monday 15 April 2002 01:01 am, Dung Patrick wrote:
> 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