Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py

changeset 945
8cd4d08fa9f6
parent 882
34b86be88bf0
child 1112
8a7d1b9d18db
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
15 15
16 from .Ui_SvnPropSetDialog import Ui_SvnPropSetDialog 16 from .Ui_SvnPropSetDialog import Ui_SvnPropSetDialog
17 17
18 import Utilities 18 import Utilities
19 19
20
20 class SvnPropSetDialog(QDialog, Ui_SvnPropSetDialog): 21 class SvnPropSetDialog(QDialog, Ui_SvnPropSetDialog):
21 """ 22 """
22 Class implementing a dialog to enter the data for a new property. 23 Class implementing a dialog to enter the data for a new property.
23 """ 24 """
24 def __init__(self, parent = None): 25 def __init__(self, parent=None):
25 """ 26 """
26 Constructor 27 Constructor
27 28
28 @param parent parent widget (QWidget) 29 @param parent parent widget (QWidget)
29 """ 30 """

eric ide

mercurial