Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtWidgets/qtableview.h>
#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qvariant.h>
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 QDataStream & | operator>> (QDataStream &in, QTableWidgetItem &item) |
Q_WIDGETS_EXPORT QDataStream & | operator<< (QDataStream &out, const QTableWidgetItem &item) |
|
related |
|
related |
QT_REQUIRE_CONFIG | ( | tablewidget | ) |