Preferences/ConfigurationPages/CooperationPage.py

changeset 3038
7fe9a53280bd
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3037:a417a0670a36 3038:7fe9a53280bd
90 90
91 @param txt text entered by the user (string) 91 @param txt text entered by the user (string)
92 """ 92 """
93 self.addBannedUserButton.setEnabled( 93 self.addBannedUserButton.setEnabled(
94 self.__bannedUserValidator.validate(txt, len(txt))[0] == 94 self.__bannedUserValidator.validate(txt, len(txt))[0] ==
95 QValidator.Acceptable) 95 QValidator.Acceptable)
96 96
97 @pyqtSlot() 97 @pyqtSlot()
98 def on_deleteBannedUsersButton_clicked(self): 98 def on_deleteBannedUsersButton_clicked(self):
99 """ 99 """
100 Private slot to remove the selected users from the list of 100 Private slot to remove the selected users from the list of

eric ide

mercurial