RefactoringRope/InlineDialog.py

changeset 55
d501156be247
parent 43
39924831c795
child 62
1077db8d0589
equal deleted inserted replaced
54:e795cb8240aa 55:d501156be247
48 self.currentCheckBox.setVisible(True) 48 self.currentCheckBox.setVisible(True)
49 self.hierarchyCheckBox.setVisible(False) 49 self.hierarchyCheckBox.setVisible(False)
50 self.resize(500, 20) 50 self.resize(500, 20)
51 51
52 self.description.setText( 52 self.description.setText(
53 self.trUtf8("Inlining occurrences of <b>{0}</b> (type {1}).")\ 53 self.trUtf8("Inlining occurrences of <b>{0}</b> (type {1}).")
54 .format(self.__inliner.name, self.__inliner.get_kind())) 54 .format(self.__inliner.name, self.__inliner.get_kind()))
55 55
56 self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok) 56 self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok)
57 self.__previewButton = self.buttonBox.addButton( 57 self.__previewButton = self.buttonBox.addButton(
58 self.trUtf8("Preview"), QDialogButtonBox.ActionRole) 58 self.trUtf8("Preview"), QDialogButtonBox.ActionRole)

eric ide

mercurial