25 def __init__(self, refactoring, title, parent=None): |
25 def __init__(self, refactoring, title, parent=None): |
26 """ |
26 """ |
27 Constructor |
27 Constructor |
28 |
28 |
29 @param refactoring reference to the main refactoring object |
29 @param refactoring reference to the main refactoring object |
30 @type Refactoring |
30 @type RefactoringServer |
31 @param title title of the dialog |
31 @param title title of the dialog |
32 @type str |
32 @type str |
33 @param parent reference to the parent widget |
33 @param parent reference to the parent widget |
34 @type QWidget |
34 @type QWidget |
35 """ |
35 """ |