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

Method path

src/frontend/worksheet/ExportWorksheetDialog.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176QString ExportWorksheetDialog::path() const {
177 if (ui->cbExportTo->currentIndex() == 0)
178 return ui->leFileName->text();
179 return {};
180}
181
182Worksheet::ExportFormat ExportWorksheetDialog::exportFormat() const {
183 return static_cast<Worksheet::ExportFormat>(ui->cbFormat->currentData().toInt());

Callers 2

getProjectThumbnailMethod · 0.45
currentChangedMethod · 0.45

Calls 2

currentIndexMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected