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

Method findFolder

YACReader/options_dialog.cpp:288–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void OptionsDialog::findFolder()
289{
290 QString s = QFileDialog::getExistingDirectory(nullptr, tr("Comics directory"), ".");
291 if (!s.isEmpty()) {
292 pathEdit->setText(s);
293 }
294}
295
296void OptionsDialog::showColorDialog()
297{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected