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