src/eric7/Preferences/ConfigurationPages/PdfViewerPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9722
63135ab601e7
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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): 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 @return reference to the instantiated page 56 @return reference to the instantiated page

eric ide

mercurial