MCPcopy Create free account
hub / github.com/KDE/labplot / setColumns

Method setColumns

src/frontend/spreadsheet/SampleValuesDialog.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void SampleValuesDialog::setColumns(const QVector<Column*>& columns) {
94 m_columns = columns;
95
96 // resize the dialog to have the minimum height
97 layout()->activate();
98 resize(QSize(this->width(), 0).expandedTo(minimumSize()));
99}
100
101void SampleValuesDialog::methodChanged(int index) const {
102 if (index == 0)

Callers

nothing calls this directly

Calls 2

activateMethod · 0.80
widthMethod · 0.45

Tested by

no test coverage detected