28 @param install flag indicating an install action |
28 @param install flag indicating an install action |
29 @type bool |
29 @type bool |
30 @param parent reference to the parent widget |
30 @param parent reference to the parent widget |
31 @type QWidget |
31 @type QWidget |
32 """ |
32 """ |
33 super(PipPackagesInputDialog, self).__init__(parent) |
33 super().__init__(parent) |
34 self.setupUi(self) |
34 self.setupUi(self) |
35 |
35 |
36 self.setWindowTitle(title) |
36 self.setWindowTitle(title) |
37 |
37 |
38 self.buttonBox.button( |
38 self.buttonBox.button( |