3007:bad2e89047e7 | 3008:7848489bcb92 |
---|---|
27 | 27 |
28 def getData(self): | 28 def getData(self): |
29 """ | 29 """ |
30 Public method to retrieve the data. | 30 Public method to retrieve the data. |
31 | 31 |
32 @return tuple containing the user name and the user email address (string, string) | 32 @return tuple containing the user name and the user email address |
33 (string, string) | |
33 """ | 34 """ |
34 return self.usernameEdit.text(), self.emailEdit.text() | 35 return self.usernameEdit.text(), self.emailEdit.text() |