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

Method setExportTo

src/frontend/spreadsheet/ExportSpreadsheetDialog.cpp:655–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655void ExportSpreadsheetDialog::setExportTo(const QStringList& to) {
656 ui->cbExportToFITS->addItems(to);
657}
658
659ExportSpreadsheetDialog::Format ExportSpreadsheetDialog::format() const {
660 return static_cast<Format>(ui->cbFormat->currentData().toInt());;

Callers 3

exportToFitsMethod · 0.45
exportViewMethod · 0.45
exportToFitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected