Qt 4.8
Classes | Functions
qtablewidget.h File Reference
#include <QtGui/qtableview.h>
#include <QtCore/qvariant.h>
#include <QtCore/qvector.h>

Go to the source code of this file.

Classes

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

Function Documentation

◆ operator<<()

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

◆ operator>>()

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