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

Method showOptions

src/frontend/datasources/ImportFileWidget.cpp:585–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585void ImportFileWidget::showOptions(bool b) {
586 ui.gbOptions->setVisible(b);
587
588 if (m_liveDataSource)
589 ui.gbUpdateOptions->setVisible(b);
590
591 resize(layout()->minimumSize());
592}
593
594QString ImportFileWidget::fileName() const {
595 return m_cbFileName->currentText();

Callers 2

ImportFileDialogMethod · 0.45
toggleOptionsMethod · 0.45

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected