23 Constructor |
23 Constructor |
24 |
24 |
25 @param parent parent of this dialog (QWidget) |
25 @param parent parent of this dialog (QWidget) |
26 @param caption window title for the dialog (string) |
26 @param caption window title for the dialog (string) |
27 @param message message to be shown (string) |
27 @param message message to be shown (string) |
28 @param okLabel label for the OK button (string) |
|
29 @param cancelLabel label for the Cancel button (string) |
|
30 @param files list of filenames to be shown (list of strings) |
28 @param files list of filenames to be shown (list of strings) |
31 """ |
29 """ |
32 super(DeleteFilesConfirmationDialog, self).__init__(parent) |
30 super(DeleteFilesConfirmationDialog, self).__init__(parent) |
33 self.setupUi(self) |
31 self.setupUi(self) |
34 self.setModal(True) |
32 self.setModal(True) |