UI/CompareDialog.py

changeset 564
b3d966393ba9
parent 537
72b32daeb8d6
child 791
9ec2ac20e54e
equal deleted inserted replaced
563:e35d2cda9a74 564:b3d966393ba9
89 self.file1Completer = E5FileCompleter(self.file1Edit) 89 self.file1Completer = E5FileCompleter(self.file1Edit)
90 self.file2Completer = E5FileCompleter(self.file2Edit) 90 self.file2Completer = E5FileCompleter(self.file2Edit)
91 91
92 self.diffButton = \ 92 self.diffButton = \
93 self.buttonBox.addButton(self.trUtf8("Compare"), QDialogButtonBox.ActionRole) 93 self.buttonBox.addButton(self.trUtf8("Compare"), QDialogButtonBox.ActionRole)
94 self.diffButton.setToolTip(\ 94 self.diffButton.setToolTip(
95 self.trUtf8("Press to perform the comparison of the two files")) 95 self.trUtf8("Press to perform the comparison of the two files"))
96 self.diffButton.setEnabled(False) 96 self.diffButton.setEnabled(False)
97 self.diffButton.setDefault(True) 97 self.diffButton.setDefault(True)
98 98
99 self.firstButton.setIcon(UI.PixmapCache.getIcon("2uparrow.png")) 99 self.firstButton.setIcon(UI.PixmapCache.getIcon("2uparrow.png"))

eric ide

mercurial