![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qtguiglobal.h>#include <QtCore/qabstractitemmodel.h>#include <QtGui/qbrush.h>#include <QtGui/qfont.h>#include <QtGui/qicon.h>#include <QtCore/qdatastream.h>
Include dependency graph for qstandarditemmodel.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QStandardItem |
| The QStandardItem class provides an item for use with the QStandardItemModel class. More... | |
| class | QStandardItemModel |
| The QStandardItemModel class provides a generic model for storing custom data. More... | |
Functions | |
| QT_REQUIRE_CONFIG (standarditemmodel) | |
| Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &in, QStandardItem &item) |
| Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &out, const QStandardItem &item) |
|
related |
|
related |
| QT_REQUIRE_CONFIG | ( | standarditemmodel | ) |