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 |