Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
QListViewItem * QListViewItem::nextSibling () const
Returns the sibling item below this item, or 0 if there is no sibling item after this item.
Note that the siblings are not guaranteed to be sorted properly. QListView and QListViewItem try to postpone or avoid sorting to the greatest degree possible, in order to keep the user interface snappy.
See also firstChild() and sortChildItems().
Example: xml/tagreader-with-features/structureparser.cpp.