Preferences/ConfigurationPages/HelpAppearancePage.py

changeset 564
b3d966393ba9
parent 97
c4086afea02b
child 791
9ec2ac20e54e
equal deleted inserted replaced
563:e35d2cda9a74 564:b3d966393ba9
98 @pyqtSlot() 98 @pyqtSlot()
99 def on_styleSheetButton_clicked(self): 99 def on_styleSheetButton_clicked(self):
100 """ 100 """
101 Private slot to handle the user style sheet selection. 101 Private slot to handle the user style sheet selection.
102 """ 102 """
103 file = QFileDialog.getOpenFileName(\ 103 file = QFileDialog.getOpenFileName(
104 self, 104 self,
105 self.trUtf8("Select Style Sheet"), 105 self.trUtf8("Select Style Sheet"),
106 self.styleSheetEdit.text(), 106 self.styleSheetEdit.text(),
107 "") 107 "")
108 108

eric ide

mercurial