eric7.UI.DeleteFilesConfirmationDialog

Module implementing a dialog to confirm deletion of multiple files.

Global Attributes

None

Classes

DeleteFilesConfirmationDialog Class implementing a dialog to confirm deletion of multiple files.

Functions

None


DeleteFilesConfirmationDialog

Class implementing a dialog to confirm deletion of multiple files.

Derived from

QDialog, Ui_DeleteFilesConfirmationDialog

Class Attributes

None

Class Methods

None

Methods

DeleteFilesConfirmationDialog Constructor
on_buttonBox_clicked Private slot called by a button of the button box clicked.

Static Methods

None

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
Up