10437:2f70ca07f0af | 10438:4cd7e5a8b3cf |
---|---|
83 @pyqtSlot(str) | 83 @pyqtSlot(str) |
84 def on_userEdit_textChanged(self, txt): | 84 def on_userEdit_textChanged(self, txt): |
85 """ | 85 """ |
86 Private slot to handle changes of the user name. | 86 Private slot to handle changes of the user name. |
87 | 87 |
88 @param txt text of the edit (string) | 88 @param txt text of the edit |
89 @type str | |
89 """ | 90 """ |
90 self.__updateOk() | 91 self.__updateOk() |
91 | 92 |
92 def getData(self): | 93 def getData(self): |
93 """ | 94 """ |