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

Method setExportToImage

src/frontend/spreadsheet/ExportSpreadsheetDialog.cpp:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void ExportSpreadsheetDialog::setExportToImage(bool possible) {
318 if (!possible) {
319 ui->cbExportToFITS->setCurrentIndex(1);
320 ui->cbExportToFITS->setItemData(0, 0, Qt::UserRole - 1);
321 }
322}
323
324// SLOTS
325void ExportSpreadsheetDialog::okClicked() {

Callers 1

exportViewMethod · 0.80

Calls 1

setCurrentIndexMethod · 0.45

Tested by

no test coverage detected