util
KDevelop::FocusedTreeView Class Reference
Specialized version of QTreeView, that allows efficiently managing an extremely long list of items, by focusing the size of the horizontal scroll-bars only on the currently visible items. More...
#include <focusedtreeview.h>
Inheritance diagram for KDevelop::FocusedTreeView:

Public Member Functions | |
| FocusedTreeView (QWidget *parent) | |
| virtual void | rowsInserted (const QModelIndex &parent, int start, int end) |
| virtual int | sizeHintForColumn (int column) const |
Detailed Description
Specialized version of QTreeView, that allows efficiently managing an extremely long list of items, by focusing the size of the horizontal scroll-bars only on the currently visible items.
- Warning:
- Either the scroll-mode ScrollPerItem must be enabled, or the uniformRowHeight flag, for this to work efficiently.
- This currently only works with flat list models(todo).
Definition at line 36 of file focusedtreeview.h.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference