15 from .Ui_QRegularExpressionWizardCharactersDialog import \ |
15 from .Ui_QRegularExpressionWizardCharactersDialog import \ |
16 Ui_QRegularExpressionWizardCharactersDialog |
16 Ui_QRegularExpressionWizardCharactersDialog |
17 |
17 |
18 |
18 |
19 class QRegularExpressionWizardCharactersDialog( |
19 class QRegularExpressionWizardCharactersDialog( |
20 QDialog, Ui_QRegularExpressionWizardCharactersDialog): |
20 QDialog, Ui_QRegularExpressionWizardCharactersDialog): |
21 """ |
21 """ |
22 Class implementing a dialog for entering character classes. |
22 Class implementing a dialog for entering character classes. |
23 """ |
23 """ |
24 def __init__(self, parent=None): |
24 def __init__(self, parent=None): |
25 """ |
25 """ |