comparison: eric6/Preferences/ConfigurationPages/CooperationPage.py
eric6/Preferences/ConfigurationPages/CooperationPage.py
- changeset 8218
- 7c09585bd960
- parent 8143
- 2c730d5fd177
equal
deleted
inserted
replaced
22 """ |
22 """ |
23 def __init__(self): |
23 def __init__(self): |
24 """ |
24 """ |
25 Constructor |
25 Constructor |
26 """ |
26 """ |
27 super(CooperationPage, self).__init__() |
27 super().__init__() |
28 self.setupUi(self) |
28 self.setupUi(self) |
29 self.setObjectName("CooperationPage") |
29 self.setObjectName("CooperationPage") |
30 |
30 |
31 self.__bannedUserValidator = QRegularExpressionValidator( |
31 self.__bannedUserValidator = QRegularExpressionValidator( |
32 QRegularExpression( |
32 QRegularExpression( |