29 class SvnPropListDialog(QWidget, Ui_SvnPropListDialog): |
29 class SvnPropListDialog(QWidget, Ui_SvnPropListDialog): |
30 """ |
30 """ |
31 Class implementing a dialog to show the output of the svn proplist command |
31 Class implementing a dialog to show the output of the svn proplist command |
32 process. |
32 process. |
33 """ |
33 """ |
34 # TODO: add refresh button |
|
35 def __init__(self, vcs, parent=None): |
34 def __init__(self, vcs, parent=None): |
36 """ |
35 """ |
37 Constructor |
36 Constructor |
38 |
37 |
39 @param vcs reference to the vcs object |
38 @param vcs reference to the vcs object |