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

Method openFilesByDialog

src/openms_gui/source/VISUAL/APPLICATIONS/TOPPASBase.cpp:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 }
506
507 void TOPPASBase::openFilesByDialog()
508 {
509 QString file_name = QFileDialog::getOpenFileName(this, tr("Open workflow"), current_path_.toQString(), tr("TOPPAS pipelines (*.toppas)"));
510
511 addTOPPASFile(file_name);
512 }
513
514 void TOPPASBase::includePipeline()
515 {

Callers 1

TOPPViewMenuMethod · 0.45

Calls 1

toQStringMethod · 0.45

Tested by

no test coverage detected