135 """ |
135 """ |
136 self.monospacedFontSample.setFont(self.monospacedFont) |
136 self.monospacedFontSample.setFont(self.monospacedFont) |
137 self.marginsFontSample.setFont(self.marginsFont) |
137 self.marginsFontSample.setFont(self.marginsFont) |
138 |
138 |
139 |
139 |
140 def create(dlg): # noqa: U100 |
140 def create(_dlg): |
141 """ |
141 """ |
142 Module function to create the configuration page. |
142 Module function to create the configuration page. |
143 |
143 |
144 @param dlg reference to the configuration dialog |
144 @param _dlg reference to the configuration dialog (unused) |
145 @type ConfigurationDialog |
145 @type ConfigurationDialog |
146 @return reference to the instantiated page |
146 @return reference to the instantiated page |
147 @rtype ConfigurationPageBase |
147 @rtype ConfigurationPageBase |
148 """ |
148 """ |
149 page = ShellPage() |
149 page = ShellPage() |