eric7.UI.DeleteFilesConfirmationDialog
Module implementing a dialog to confirm deletion of multiple files.
Global Attributes
Classes
Functions
DeleteFilesConfirmationDialog
Class implementing a dialog to confirm deletion of multiple files.
Derived from
QDialog, Ui_DeleteFilesConfirmationDialog
Class Attributes
Class Methods
Methods
Static Methods
DeleteFilesConfirmationDialog (Constructor)
DeleteFilesConfirmationDialog(parent, caption, message, files)
Constructor
- parent (QWidget)
-
parent of this dialog
- caption (str)
-
window title for the dialog
- message (str)
-
message to be shown
- files (list of str)
-
list of filenames to be shown
DeleteFilesConfirmationDialog.on_buttonBox_clicked
on_buttonBox_clicked(button)
Private slot called by a button of the button box clicked.
- button (QAbstractButton)
-
button that was clicked