![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qlistwidget_p.h>
Public Member Functions | |
| QListWidgetItemPrivate (QListWidgetItem *item) | |
Public Attributes | |
| QListWidgetItem * | q |
| QList< QWidgetItemData > | values |
| int | theid |
Definition at line 138 of file qlistwidget_p.h.
|
inline |
Definition at line 141 of file qlistwidget_p.h.
References theid.
| QListWidgetItem* QListWidgetItemPrivate::q |
Definition at line 142 of file qlistwidget_p.h.
| int QListWidgetItemPrivate::theid |
Definition at line 144 of file qlistwidget_p.h.
Referenced by QListWidgetItemPrivate().
| QList<QWidgetItemData> QListWidgetItemPrivate::values |
Definition at line 143 of file qlistwidget_p.h.