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

Method separator

src/frontend/spreadsheet/ExportSpreadsheetDialog.cpp:298–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298QString ExportSpreadsheetDialog::separator() const {
299 return ui->cbSeparator->currentText();
300}
301
302QLocale::Language ExportSpreadsheetDialog::numberFormat() const {
303 if (ui->cbDecimalSeparator->currentIndex() == 0)

Callers 2

exportViewMethod · 0.80
exportViewMethod · 0.80

Calls 1

currentTextMethod · 0.80

Tested by

no test coverage detected