Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py

changeset 3037
a417a0670a36
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3036:30c81c9e88b8 3037:a417a0670a36
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 """

eric ide

mercurial