Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ TableModel
Method
TableModel
examples/tools/TableModel.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
#include <QtGlobal>
19
20
TableModel::TableModel(QObject *parent)
21
: QAbstractTableModel(parent)
22
{
23
}
24
25
TableModel::~TableModel()
26
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected