45 for a preparation process |
45 for a preparation process |
46 @type bool |
46 @type bool |
47 @param parent reference to the parent object |
47 @param parent reference to the parent object |
48 @type QObject |
48 @type QObject |
49 """ |
49 """ |
50 super(APIs, self).__init__(parent) |
50 super().__init__(parent) |
51 if projectType: |
51 if projectType: |
52 self.setObjectName("APIs_{0}_{1}".format(language, projectType)) |
52 self.setObjectName("APIs_{0}_{1}".format(language, projectType)) |
53 else: |
53 else: |
54 self.setObjectName("APIs_{0}".format(language)) |
54 self.setObjectName("APIs_{0}".format(language)) |
55 |
55 |