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

Method le7zPathChanged

gui/src/forms/frmoptions.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119frmOptions::~frmOptions() {}
120
121void frmOptions::le7zPathChanged() {
122 QFileInfo f(ui.le7zPath->text());
123 ui.le7zPath->setStyleSheet(f.isFile() && f.isExecutable() ? ""
124 : "color:red;");
125}
126
127void frmOptions::select7zPath() {
128 QString path7z = QFileDialog::getOpenFileName(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected