MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / importPdfFile

Method importPdfFile

src/mainwindowimpl.cpp:325–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void MainWindowImpl::importPdfFile()
326{
327 QString path = IniSettings::latestOpenedDir();
328
329 QString fileName = QFileDialog::getOpenFileName(this,
330 tr("Open Pdf file"), path, tr("Portable Document Format (*.pdf)"));
331
332 if (!fileName.isEmpty())
333 openMultipageFile(fileName);
334}
335
336void MainWindowImpl::openMultipageFile(QString fileName)
337{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected