MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setDirectory

Method setDirectory

src/openms_gui/source/VISUAL/OutputDirectory.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 void OutputDirectory::setDirectory(const QString& dir)
45 {
46 ui_->line_edit->setText(dir);
47 emit directoryChanged(dir);
48 }
49
50 QString OutputDirectory::getDirectory() const
51 {

Callers 3

FLASHDeconvTabWidgetMethod · 0.80
SwathTabWidgetMethod · 0.80

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected