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

(3ad6bdcc62e920401239bec548261f759a49d8b1)

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