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")) |