Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QListViewLayoutInfo Struct Reference

#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
 

Detailed Description

Definition at line 66 of file qlistview_p.h.

Member Data Documentation

◆ bounds

QRect QListViewLayoutInfo::bounds

Definition at line 68 of file qlistview_p.h.

◆ first

int QListViewLayoutInfo::first

Definition at line 71 of file qlistview_p.h.

◆ flow

QListView::Flow QListViewLayoutInfo::flow

Definition at line 74 of file qlistview_p.h.

◆ grid

QSize QListViewLayoutInfo::grid

Definition at line 69 of file qlistview_p.h.

◆ last

int QListViewLayoutInfo::last

Definition at line 72 of file qlistview_p.h.

◆ max

int QListViewLayoutInfo::max

Definition at line 75 of file qlistview_p.h.

◆ spacing

int QListViewLayoutInfo::spacing

Definition at line 70 of file qlistview_p.h.

◆ wrap

bool QListViewLayoutInfo::wrap

Definition at line 73 of file qlistview_p.h.


The documentation for this struct was generated from the following file: