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() |