Preferences/ConfigurationPages/HelpViewersPage.py

changeset 945
8cd4d08fa9f6
parent 882
34b86be88bf0
child 1131
7781e396c903
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
16 from .ConfigurationPageBase import ConfigurationPageBase 16 from .ConfigurationPageBase import ConfigurationPageBase
17 from .Ui_HelpViewersPage import Ui_HelpViewersPage 17 from .Ui_HelpViewersPage import Ui_HelpViewersPage
18 18
19 import Preferences 19 import Preferences
20 import Utilities 20 import Utilities
21
21 22
22 class HelpViewersPage(ConfigurationPageBase, Ui_HelpViewersPage): 23 class HelpViewersPage(ConfigurationPageBase, Ui_HelpViewersPage):
23 """ 24 """
24 Class implementing the Help Viewers configuration page. 25 Class implementing the Help Viewers configuration page.
25 """ 26 """
122 "") 123 "")
123 124
124 if file: 125 if file:
125 self.chmviewerEdit.setText(Utilities.toNativeSeparators(file)) 126 self.chmviewerEdit.setText(Utilities.toNativeSeparators(file))
126 127
128
127 def create(dlg): 129 def create(dlg):
128 """ 130 """
129 Module function to create the configuration page. 131 Module function to create the configuration page.
130 132
131 @param dlg reference to the configuration dialog 133 @param dlg reference to the configuration dialog

eric ide

mercurial