Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ TransposeProxyModel
Method
TransposeProxyModel
examples/Sql/main.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
{
36
public:
37
explicit TransposeProxyModel(QObject *parent = nullptr)
38
: QAbstractProxyModel(parent)
39
{
40
}
41
~TransposeProxyModel() override
42
{
43
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected