|
There
are certain limitations/assumptions made in the
widget.
The widget is used
for single column display
only
Apart
from the dark blue color, all other colors are hard coded in the
widget code
You
cannot mix QpuListViewItem and QListViewItem objects in this
widget. (Thats quite understood!!)
Highlights
You
can create a hierarchy of any depth as long as they are single
column QpuListViewItems.
By
default QpuListView creates one column. It hides the header and sets
the header's width to be streatchable.
Each
QpuListViewItem can have both text and pixmap associated with its
first column data.
Platforms
Tested
QpuListView has been tested on the following platforms
GNU Linux with KDE
3.2 and Qt 3.2
Windows
2000 and XP with Qt 3.2
Developers
Prashanth
N Udupa. Initial Creator
Volker
Gotz: Fixed this bug:
Note
: If the widget's height was too small and
one of the boxes is expanded Qt's underlying QScrollView creates a
vertical scrollbar. Howerver, the contents of the QpuListView were not
updated to the new width of the viewport, eventually leading to an
additional horizontal scrollbar.
|