eric6.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
- 
parent of this dialog (QWidget)
- caption
- 
window title for the dialog (string)
- message
- 
message to be shown (string)
- files
- 
list of filenames to be shown (list of strings)
DeleteFilesConfirmationDialog.on_buttonBox_clicked
on_buttonBox_clicked(button)
        Private slot called by a button of the button box clicked.
- button
- 
button that was clicked (QAbstractButton)