MCPcopy Create free account
hub / github.com/YACReader/yacreader / findPath

Method findPath

YACReaderLibrary/export_library_dialog.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void ExportLibraryDialog::findPath()
82{
83 QString s = QFileDialog::getExistingDirectory(0, tr("Destination directory"), ".");
84 if (!s.isEmpty()) {
85 path->setText(s);
86 accept->setEnabled(true);
87 }
88}
89
90void ExportLibraryDialog::close()
91{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected