RodTracker.ui.dialogs
TBD
- class ConfirmDeleteDialog(to_delete: DataFrame, parent: QWidget)[source]
Bases:
QDialogConfirmation dialog for data that was marked for deletion automatically.
The user shall confirm/deny the deletion of rows that were automatically marked for deletion.
- Parameters:
to_delete (DataFrame) – Rows of the main DataFrame that are automatically identified to be deleted and shall be confirmed by the user.
parent (QWidget) – Window/Widget that serves as this dialog’s parent.
- confirmed_delete
Entries correspond to a row from the
to_deleteDataFrame.True-> user confirms deletionFalse-> user denies deletion- Type:
List[bool]