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

Method selectedOdsSheetNames

src/frontend/datasources/ImportFileWidget.cpp:1579–1581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1577}
1578
1579const QStringList ImportFileWidget::selectedOdsSheetNames() const {
1580 return m_odsOptionsWidget->selectedOdsSheetNames();
1581}
1582
1583bool ImportFileWidget::useFirstRowAsColNames() const {
1584 return ui.chbFirstRowAsColName->isChecked();

Callers 1

selectedObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected