15 |
15 |
16 class SvnRevisionSelectionDialog(QDialog, Ui_SvnRevisionSelectionDialog): |
16 class SvnRevisionSelectionDialog(QDialog, Ui_SvnRevisionSelectionDialog): |
17 """ |
17 """ |
18 Class implementing a dialog to enter the revisions for the svn diff command. |
18 Class implementing a dialog to enter the revisions for the svn diff command. |
19 """ |
19 """ |
20 def __init__(self,parent = None): |
20 def __init__(self, parent=None): |
21 """ |
21 """ |
22 Constructor |
22 Constructor |
23 |
23 |
24 @param parent parent widget of the dialog (QWidget) |
24 @param parent parent widget of the dialog (QWidget) |
25 """ |
25 """ |