polychron.presenters.DatafilePreviewPresenter
Module
DatafilePreviewPresenter
Bases: PopupPresenter[DatafilePreviewView, DatafilePreviewModel]
Presenter for selecting which models to calibrate, when multiple models are to be calibrated at once.
Formerly popupWindow7
, used when opening a csv-like file
on_load_button
on_load_button() -> None
When the load button is pressed, store the dataframe in the model and close the popup
on_cancel_button
on_cancel_button() -> None
When the cancel button is pressed, discard the dataframe and close the popup