42 @pyqtSlot() |
42 @pyqtSlot() |
43 def on_graphicsFontButton_clicked(self): |
43 def on_graphicsFontButton_clicked(self): |
44 """ |
44 """ |
45 Private method used to select the font for the graphics items. |
45 Private method used to select the font for the graphics items. |
46 """ |
46 """ |
47 self.graphicsFont = self.selectFont(self.graphicsFontSample, self.graphicsFont) |
47 self.graphicsFont = self.selectFont(self.graphicsFontSample, |
|
48 self.graphicsFont) |
48 |
49 |
49 def polishPage(self): |
50 def polishPage(self): |
50 """ |
51 """ |
51 Public slot to perform some polishing actions. |
52 Public slot to perform some polishing actions. |
52 """ |
53 """ |