109 """ |
109 """ |
110 self.bannedUsersList.addItem(self.bannedUserEdit.text()) |
110 self.bannedUsersList.addItem(self.bannedUserEdit.text()) |
111 self.bannedUserEdit.clear() |
111 self.bannedUserEdit.clear() |
112 |
112 |
113 |
113 |
114 def create(dlg): # noqa: U100 |
114 def create(_dlg): |
115 """ |
115 """ |
116 Module function to create the configuration page. |
116 Module function to create the configuration page. |
117 |
117 |
118 @param dlg reference to the configuration dialog |
118 @param _dlg reference to the configuration dialog (unused) |
119 @type ConfigurationDialog |
119 @type ConfigurationDialog |
120 @return reference to the instantiated page |
120 @return reference to the instantiated page |
121 @rtype ConfigurationPageBase |
121 @rtype ConfigurationPageBase |
122 """ |
122 """ |
123 page = CooperationPage() |
123 page = CooperationPage() |