Closed BECATRUE closed 11 months ago
This closes #223.
I updated the followings:
thread.py
ExperimentInfoThread
apps/explorer.py
QInputDialog
apps/builder.py
explorer.py
Now, once we clicked the open button in explorer app, a QInputDialog appears.
This closes #223.
I updated the followings:
thread.py
:ExperimentInfoThread
to emit with all experiments class info of the given experiment path.apps/explorer.py
: After the experiment info is fetched, show aQInputDialog
.apps/builder.py
: Similar toexplorer.py
.Now, once we clicked the open button in explorer app, a
QInputDialog
appears.