eric6/Preferences/ConfigurationPages/PrinterPage.py

changeset 7263
c1af2e327675
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7262:c4b5f3393d63 7263:c1af2e327675
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 """

eric ide

mercurial