3056:9986ec0e559a | 3057:10516539f238 |
---|---|
29 | 29 |
30 def getData(self): | 30 def getData(self): |
31 """ | 31 """ |
32 Public method to retrieve the data. | 32 Public method to retrieve the data. |
33 | 33 |
34 @return tuple containing the user name and the user email address (string, string) | 34 @return tuple containing the user name and the user email address |
35 (string, string) | |
35 """ | 36 """ |
36 return self.usernameEdit.text(), self.emailEdit.text() | 37 return self.usernameEdit.text(), self.emailEdit.text() |