2961:e4e2efb4846a | 2962:d6c9d1ca2da4 |
---|---|
27 """ | 27 """ |
28 def __init__(self, statistics, parent=None): | 28 def __init__(self, statistics, parent=None): |
29 """ | 29 """ |
30 Constructor | 30 Constructor |
31 | 31 |
32 @param dictionary with the statistical data | 32 @param statistics dictionary with the statistical data |
33 @param parent reference to the parent widget (QWidget) | 33 @param parent reference to the parent widget (QWidget) |
34 """ | 34 """ |
35 super().__init__(parent) | 35 super().__init__(parent) |
36 self.setupUi(self) | 36 self.setupUi(self) |
37 | 37 |