Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TOPPASOutputFilesDialog
Method · 0.80
FLASHDeconvTabWidget
Method · 0.80
SwathTabWidget
Method · 0.80
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected