src/eric7/Preferences/ConfigurationPages/PdfViewerPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
51 def create(dlg): # noqa: U100 51 def create(dlg): # noqa: U100
52 """ 52 """
53 Module function to create the configuration page. 53 Module function to create the configuration page.
54 54
55 @param dlg reference to the configuration dialog 55 @param dlg reference to the configuration dialog
56 @type ConfigurationDialog
56 @return reference to the instantiated page 57 @return reference to the instantiated page
57 @rtype ConfigurationPageBase 58 @rtype ConfigurationPageBase
58 """ 59 """
59 page = PdfViewerPage() 60 page = PdfViewerPage()
60 return page 61 return page

eric ide

mercurial