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

Method exportResolution

src/frontend/worksheet/ExportWorksheetDialog.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194int ExportWorksheetDialog::exportResolution() const {
195 if (ui->cbResolution->currentIndex() == 0)
196 return GuiTools::dpi(this).first;
197 else
198 return ui->cbResolution->currentText().toInt();
199}
200
201void ExportWorksheetDialog::slotButtonClicked(QAbstractButton* button) {
202 if (button == m_okButton)

Callers 2

exportViewMethod · 0.80
exportViewMethod · 0.80

Calls 2

currentTextMethod · 0.80
currentIndexMethod · 0.45

Tested by

no test coverage detected