rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)
https://scram-pra.org
GNU General Public License v3.0
131 stars 54 forks source link

GUI: Work with a project file #267

Open rakhimov opened 6 years ago

rakhimov commented 6 years ago

Currently, the gui can only load the config/project file from the command-line. The project file could be more convenient to deal with than cherry-picking multiple files with GUI. Moreover, a project file allows saving the analysis preferences.

Requires #266 Helps with #204