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

Method findPath

YACReaderLibrary/create_library_dialog.cpp:132–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void CreateLibraryDialog::findPath()
133{
134 QString s = QFileDialog::getExistingDirectory(0, "Comics directory", ".");
135 if (!s.isEmpty()) {
136 path->setText(s);
137 if (!nameEdit->text().isEmpty())
138 accept->setEnabled(true);
139 } else
140 accept->setEnabled(false);
141}
142
143void CreateLibraryDialog::close()
144{

Callers

nothing calls this directly

Calls 3

isEmptyMethod · 0.80
textMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected