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

Method setFilename

src/openms_gui/source/VISUAL/InputFile.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void InputFile::setFilename(const QString& filename)
72 {
73 ui_->line_edit->setText(filename);
74 emit updatedFile(filename);
75 setCWD(File::path(filename).toQString());
76 }
77
78 QString InputFile::getFilename() const
79 {

Callers 1

TOPPASInputFileDialogMethod · 0.80

Calls 2

setTextMethod · 0.80
toQStringMethod · 0.45

Tested by

no test coverage detected