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 """ |