944:1b59c4ba121e | 945:8cd4d08fa9f6 |
---|---|
11 | 11 |
12 from .ConfigurationPageBase import ConfigurationPageBase | 12 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .Ui_GraphicsPage import Ui_GraphicsPage | 13 from .Ui_GraphicsPage import Ui_GraphicsPage |
14 | 14 |
15 import Preferences | 15 import Preferences |
16 | |
16 | 17 |
17 class GraphicsPage(ConfigurationPageBase, Ui_GraphicsPage): | 18 class GraphicsPage(ConfigurationPageBase, Ui_GraphicsPage): |
18 """ | 19 """ |
19 Class implementing the Printer configuration page. | 20 Class implementing the Printer configuration page. |
20 """ | 21 """ |
47 """ | 48 """ |
48 Public slot to perform some polishing actions. | 49 Public slot to perform some polishing actions. |
49 """ | 50 """ |
50 self.graphicsFontSample.setFont(self.graphicsFont) | 51 self.graphicsFontSample.setFont(self.graphicsFont) |
51 | 52 |
53 | |
52 def create(dlg): | 54 def create(dlg): |
53 """ | 55 """ |
54 Module function to create the configuration page. | 56 Module function to create the configuration page. |
55 | 57 |
56 @param dlg reference to the configuration dialog | 58 @param dlg reference to the configuration dialog |