Helpviewer/QtHelpFiltersDialog.py

changeset 2954
bf0215fe12d1
parent 2579
35bb8c5eb7fe
child 2999
28c75409a78f
equal deleted inserted replaced
2953:703452a2876f 2954:bf0215fe12d1
16 from .Ui_QtHelpFiltersDialog import Ui_QtHelpFiltersDialog 16 from .Ui_QtHelpFiltersDialog import Ui_QtHelpFiltersDialog
17 17
18 18
19 class QtHelpFiltersDialog(QDialog, Ui_QtHelpFiltersDialog): 19 class QtHelpFiltersDialog(QDialog, Ui_QtHelpFiltersDialog):
20 """ 20 """
21 Class implementing a dialog to manage the QtHelp filters 21 Class implementing a dialog to manage the QtHelp filters.
22 """ 22 """
23 def __init__(self, engine, parent=None): 23 def __init__(self, engine, parent=None):
24 """ 24 """
25 Constructor 25 Constructor
26 26

eric ide

mercurial