70 |
70 |
71 def setDomainName(self, domain): |
71 def setDomainName(self, domain): |
72 """ |
72 """ |
73 Public method to set the domain to be displayed. |
73 Public method to set the domain to be displayed. |
74 |
74 |
75 @param domain domain name to be displayed (string or QString) |
75 @param domain domain name to be displayed (string) |
76 """ |
76 """ |
77 self.domainEdit.setText(domain) |
77 self.domainEdit.setText(domain) |
78 |
78 |
79 @pyqtSlot(str) |
79 @pyqtSlot(str) |
80 def on_domainEdit_textChanged(self, txt): |
80 def on_domainEdit_textChanged(self, txt): |