UI/DeleteFilesConfirmationDialog.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
2964:84b65fb9e780 2965:d133c7edd88a
21 Constructor 21 Constructor
22 22
23 @param parent parent of this dialog (QWidget) 23 @param parent parent of this dialog (QWidget)
24 @param caption window title for the dialog (string) 24 @param caption window title for the dialog (string)
25 @param message message to be shown (string) 25 @param message message to be shown (string)
26 @param okLabel label for the OK button (string)
27 @param cancelLabel label for the Cancel button (string)
28 @param files list of filenames to be shown (list of strings) 26 @param files list of filenames to be shown (list of strings)
29 """ 27 """
30 super().__init__(parent) 28 super().__init__(parent)
31 self.setupUi(self) 29 self.setupUi(self)
32 self.setModal(True) 30 self.setModal(True)

eric ide

mercurial