92 @pyqtSlot() |
92 @pyqtSlot() |
93 def on_printheaderFontButton_clicked(self): |
93 def on_printheaderFontButton_clicked(self): |
94 """ |
94 """ |
95 Private method used to select the font for the page header. |
95 Private method used to select the font for the page header. |
96 """ |
96 """ |
97 self.printheaderFont = \ |
97 self.printheaderFont = self.selectFont(self.printheaderFontSample, |
98 self.selectFont(self.printheaderFontSample, self.printheaderFont) |
98 self.printheaderFont) |
99 |
99 |
100 def polishPage(self): |
100 def polishPage(self): |
101 """ |
101 """ |
102 Public slot to perform some polishing actions. |
102 Public slot to perform some polishing actions. |
103 """ |
103 """ |