MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / TableView

Method TableView

GGEasy/forms/formsutil/errordialog.cpp:128–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 // Q_OBJECT
127public:
128 TableView(QWidget* parent)
129 : QTableView(parent)
130 {
131 horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch);
132 verticalHeader()->setSectionResizeMode(QHeaderView::ResizeToContents);
133 setSelectionBehavior(QAbstractItemView::SelectRows);
134 setSelectionMode(QAbstractItemView::ExtendedSelection);
135 setIconSize({ IconSize, IconSize });
136 }
137 virtual ~TableView() { }
138
139 // QAbstractItemView interface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected