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) |