src/eric7/Preferences/ConfigurationPages/PrinterPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10244
1b67aa43ec93
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
144 def create(dlg): # noqa: U100 144 def create(dlg): # noqa: U100
145 """ 145 """
146 Module function to create the configuration page. 146 Module function to create the configuration page.
147 147
148 @param dlg reference to the configuration dialog 148 @param dlg reference to the configuration dialog
149 @return reference to the instantiated page (ConfigurationPageBase) 149 @type ConfigurationDialog
150 @return reference to the instantiated page
151 @rtype ConfigurationPageBase
150 """ 152 """
151 page = PrinterPage() 153 page = PrinterPage()
152 return page 154 return page

eric ide

mercurial