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
qtreewidget.h File Reference

(3ad6bdcc62e920401239bec548261f759a49d8b1)

#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 )