23 Constructor |
23 Constructor |
24 |
24 |
25 @param refactoring reference to the main refactoring object |
25 @param refactoring reference to the main refactoring object |
26 (Refactoring) |
26 (Refactoring) |
27 @param title title of the dialog (string) |
27 @param title title of the dialog (string) |
28 @param user reference to the usefunction object |
28 @param user reference to the usefunction object |
29 (rope.refactor.usefunction.UseFunction) |
29 (rope.refactor.usefunction.UseFunction) |
30 @param parent reference to the parent widget (QWidget) |
30 @param parent reference to the parent widget (QWidget) |
31 """ |
31 """ |
32 RefactoringDialogBase.__init__(self, refactoring, title, parent) |
32 RefactoringDialogBase.__init__(self, refactoring, title, parent) |
33 self.setupUi(self) |
33 self.setupUi(self) |