Module implementing a dialog to compare two files.
None |
DiffDialog | Class implementing a dialog to compare two files. |
DiffWindow | Main window class for the standalone dialog. |
None |
Class implementing a dialog to compare two files.
None |
None |
DiffDialog | Constructor |
__appendText | Private method to append text to the end of the contents pane. |
__fileChanged | Private slot to enable/disable the Compare button. |
__generateContextDiff | Private slot to generate a context diff output. |
__generateUnifiedDiff | Private slot to generate a unified diff output. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_diffButton_clicked | Private slot to handle the Compare button press. |
on_saveButton_clicked | Private slot to handle the Save button press. |
show | Public slot to show the dialog. |
None |
Constructor
Private method to append text to the end of the contents pane.
Private slot to enable/disable the Compare button.
Private slot to generate a context diff output.
Private slot to generate a unified diff output.
Private slot called by a button of the button box clicked.
Private slot to handle the Compare button press.
Private slot to handle the Save button press.
It saves the diff shown in the dialog to a file in the local filesystem.
Public slot to show the dialog.
Main window class for the standalone dialog.
None |
None |
DiffWindow | Constructor |
eventFilter | Public method to filter events. |
None |
Constructor
Public method to filter events.