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

Method addFiles

src/mainwindowimpl.cpp:259–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void MainWindowImpl::addFiles()
260{
261 CachingSystem::clear();
262
263 QString path = IniSettings::latestOpenedDir();
264
265 QString readableFiltersString = Formats::readableFiltersString();
266 QStringList fileNames = QFileDialog::getOpenFileNames(this,
267 tr("Open Image"), path,
268 readableFiltersString);
269
270 if (!fileNames.isEmpty())
271 loadFiles(fileNames);
272}
273
274void MainWindowImpl::openImportDirectoryDialog()
275{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected