RefactoringRope/MethodToMethodObjectDialog.py

branch
eric7
changeset 409
65153bf17e8d
parent 389
4f53795beff0
child 411
8cccb49bba7b
equal deleted inserted replaced
408:19321ca1a6d1 409:65153bf17e8d
6 """ 6 """
7 Module implementing the Method To Method object dialog. 7 Module implementing the Method To Method object dialog.
8 """ 8 """
9 9
10 from PyQt6.QtCore import pyqtSlot 10 from PyQt6.QtCore import pyqtSlot
11 from PyQt6.QtWidgets import QDialogButtonBox, QAbstractButton 11 from PyQt6.QtWidgets import QAbstractButton, QDialogButtonBox
12 12
13 from .RefactoringDialogBase import RefactoringDialogBase
13 from .Ui_MethodToMethodObjectDialog import Ui_MethodToMethodObjectDialog 14 from .Ui_MethodToMethodObjectDialog import Ui_MethodToMethodObjectDialog
14 from .RefactoringDialogBase import RefactoringDialogBase
15 15
16 16
17 class MethodToMethodObjectDialog(RefactoringDialogBase, Ui_MethodToMethodObjectDialog): 17 class MethodToMethodObjectDialog(RefactoringDialogBase, Ui_MethodToMethodObjectDialog):
18 """ 18 """
19 Class implementing the Method To Method object dialog. 19 Class implementing the Method To Method object dialog.

eric ide

mercurial