Preferences/ConfigurationPages/CorbaPage.py

changeset 564
b3d966393ba9
parent 97
c4086afea02b
child 791
9ec2ac20e54e
equal deleted inserted replaced
563:e35d2cda9a74 564:b3d966393ba9
44 @pyqtSlot() 44 @pyqtSlot()
45 def on_idlButton_clicked(self): 45 def on_idlButton_clicked(self):
46 """ 46 """
47 Private slot to handle the IDL compiler selection. 47 Private slot to handle the IDL compiler selection.
48 """ 48 """
49 file = QFileDialog.getOpenFileName(\ 49 file = QFileDialog.getOpenFileName(
50 self, 50 self,
51 self.trUtf8("Select IDL compiler"), 51 self.trUtf8("Select IDL compiler"),
52 self.idlEdit.text(), 52 self.idlEdit.text(),
53 "") 53 "")
54 54

eric ide

mercurial