src/eric7/Preferences/ConfigurationPages/PdfViewerPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
46 "PdfSearchHighlightAll", self.highlightCheckBox.isChecked() 46 "PdfSearchHighlightAll", self.highlightCheckBox.isChecked()
47 ) 47 )
48 Preferences.setPdfViewer("RecentNumber", self.recentFilesSpinBox.value()) 48 Preferences.setPdfViewer("RecentNumber", self.recentFilesSpinBox.value())
49 49
50 50
51 def create(dlg): # noqa: U100 51 def create(_dlg):
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 (unused)
56 @type ConfigurationDialog 56 @type ConfigurationDialog
57 @return reference to the instantiated page 57 @return reference to the instantiated page
58 @rtype ConfigurationPageBase 58 @rtype ConfigurationPageBase
59 """ 59 """
60 page = PdfViewerPage() 60 page = PdfViewerPage()

eric ide

mercurial