1130:3e9f0330f833 | 1131:7781e396c903 |
---|---|
30 """ | 30 """ |
31 Constructor | 31 Constructor |
32 | 32 |
33 @param parent The parent widget of this dialog. (QWidget) | 33 @param parent The parent widget of this dialog. (QWidget) |
34 """ | 34 """ |
35 QDialog.__init__(self, parent) | 35 super().__init__(parent) |
36 self.setupUi(self) | 36 self.setupUi(self) |
37 self.setObjectName("ProgramsDialog") | 37 self.setObjectName("ProgramsDialog") |
38 | 38 |
39 self.__hasSearched = False | 39 self.__hasSearched = False |
40 | 40 |