Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtreewidget.h File Reference

(7d0017cda8fde28a1130feaeecf41010b40e3cb3)

#include <QtWidgets/qtreeview.h>
#include <QtWidgets/qtreewidgetitemiterator.h>
#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qvariant.h>
+ Include dependency graph for qtreewidget.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QTreeWidgetItem
 The QTreeWidgetItem class provides an item for use with the QTreeWidget convenience class. More...
 
class  QTreeWidget
 The QTreeWidget class provides a tree view that uses a predefined tree model. More...
 

Functions

 QT_REQUIRE_CONFIG (treewidget)
 
Q_WIDGETS_EXPORT QDataStreamoperator<< (QDataStream &out, const QTreeWidgetItem &item)
 
Q_WIDGETS_EXPORT QDataStreamoperator>> (QDataStream &in, QTreeWidgetItem &item)
 

Function Documentation

◆ operator<<()

Q_WIDGETS_EXPORT QDataStream & operator<< ( QDataStream & out,
const QTreeWidgetItem & item )
related

◆ operator>>()

Q_WIDGETS_EXPORT QDataStream & operator>> ( QDataStream & in,
QTreeWidgetItem & item )
related

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( treewidget )