![]() |
Qt 6.x
The Qt SDK
|
#include <qlistview_p.h>
Collaboration diagram for QListViewLayoutInfo:Public Attributes | |
| QRect | bounds |
| QSize | grid |
| int | spacing |
| int | first |
| int | last |
| bool | wrap |
| QListView::Flow | flow |
| int | max |
Definition at line 66 of file qlistview_p.h.
| QRect QListViewLayoutInfo::bounds |
Definition at line 68 of file qlistview_p.h.
| int QListViewLayoutInfo::first |
Definition at line 71 of file qlistview_p.h.
| QListView::Flow QListViewLayoutInfo::flow |
Definition at line 74 of file qlistview_p.h.
| QSize QListViewLayoutInfo::grid |
Definition at line 69 of file qlistview_p.h.
| int QListViewLayoutInfo::last |
Definition at line 72 of file qlistview_p.h.
| int QListViewLayoutInfo::max |
Definition at line 75 of file qlistview_p.h.
| int QListViewLayoutInfo::spacing |
Definition at line 70 of file qlistview_p.h.
| bool QListViewLayoutInfo::wrap |
Definition at line 73 of file qlistview_p.h.