MCPcopy Create free account
hub / github.com/QNapi/qnapi / leTmpPathChanged

Method leTmpPathChanged

gui/src/forms/frmoptions.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void frmOptions::leTmpPathChanged() {
143 QFileInfo f(ui.leTmpPath->text());
144 ui.leTmpPath->setStyleSheet(f.isDir() && f.isWritable() ? "" : "color:red;");
145}
146
147void frmOptions::selectTmpPath() {
148 QString tmpDir = QFileDialog::getExistingDirectory(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected