168:c6182aab51e9 | 169:b8f263e05c39 |
---|---|
22 Constructor | 22 Constructor |
23 | 23 |
24 @param parent reference to the parent widget | 24 @param parent reference to the parent widget |
25 @type QWidget | 25 @type QWidget |
26 """ | 26 """ |
27 super(DjangoSendTestEmailDataDialog, self).__init__(parent) | 27 super().__init__(parent) |
28 self.setupUi(self) | 28 self.setupUi(self) |
29 | 29 |
30 def getData(self): | 30 def getData(self): |
31 """ | 31 """ |
32 Public method to get the dialog data. | 32 Public method to get the dialog data. |