Preferences/ConfigurationPages/CooperationPage.py

changeset 3034
7ce719013078
parent 3025
67064c71df21
child 3038
7fe9a53280bd
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
89 Private slot to handle the user entering a banned user. 89 Private slot to handle the user entering a banned user.
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 """

eric ide

mercurial