Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py

changeset 4127
71a8ce451ec1
parent 4126
c28d0cf3b639
child 4631
5c1a96925da4
equal deleted inserted replaced
4126:c28d0cf3b639 4127:71a8ce451ec1
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

eric ide

mercurial