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

Method openOutDirectory

src/mainwindowimpl.cpp:837–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837void MainWindowImpl::openOutDirectory()
838{
839 QString dir = QFileDialog::getExistingDirectory(this, tr("Open Directory"),
840 QDir::homePath(),
841 QFileDialog::ShowDirsOnly
842 | QFileDialog::DontResolveSymlinks);
843
844 if (!dir.isNull())
845 lineDirectory->setText(QDir::toNativeSeparators(dir));
846 // La cartella viene salvata quando viene avviata la procedura di conversione
847
848}
849
850void MainWindowImpl::loadOptions()
851{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected