RefactoringRope/UseFunctionDialog.py

changeset 20
83b71483e198
parent 8
fc14525f0501
child 35
79e19b499675
equal deleted inserted replaced
19:32dd7dbf3e8e 20:83b71483e198
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)

eric ide

mercurial