Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtablewidget.h File Reference
#include <QtWidgets/qtableview.h>
#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qvariant.h>
+ Include dependency graph for qtablewidget.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QTableWidgetSelectionRange
 The QTableWidgetSelectionRange class provides a way to interact with selection in a model without using model indexes and a selection model. More...
 
class  QTableWidgetItem
 The QTableWidgetItem class provides an item for use with the QTableWidget class. More...
 
class  QTableWidget
 The QTableWidget class provides an item-based table view with a default model. More...
 

Functions

 QT_REQUIRE_CONFIG (tablewidget)
 
Q_WIDGETS_EXPORT QDataStreamoperator>> (QDataStream &in, QTableWidgetItem &item)
 
Q_WIDGETS_EXPORT QDataStreamoperator<< (QDataStream &out, const QTableWidgetItem &item)
 

Function Documentation

◆ operator<<()

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

◆ operator>>()

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

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( tablewidget  )