Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3008
7848489bcb92
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
15 from .Ui_HgPhaseDialog import Ui_HgPhaseDialog 15 from .Ui_HgPhaseDialog import Ui_HgPhaseDialog
16 16
17 17
18 class HgPhaseDialog(QDialog, Ui_HgPhaseDialog): 18 class HgPhaseDialog(QDialog, Ui_HgPhaseDialog):
19 """ 19 """
20 Class dimplementing a dialog to enter data for the Mercurial Phase operation. 20 Class dimplementing a dialog to enter data for the Mercurial Phase
21 operation.
21 """ 22 """
22 def __init__(self, parent=None): 23 def __init__(self, parent=None):
23 """ 24 """
24 Constructor 25 Constructor
25 26
52 53
53 @pyqtSlot(str) 54 @pyqtSlot(str)
54 def on_phaseCombo_activated(self, txt): 55 def on_phaseCombo_activated(self, txt):
55 """ 56 """
56 Private slot to react upon changes of the phase. 57 Private slot to react upon changes of the phase.
58
59 @param txt activated entry (string)
57 """ 60 """
58 self.__updateOk() 61 self.__updateOk()
59 62
60 def getData(self): 63 def getData(self):
61 """ 64 """

eric ide

mercurial