2961:e4e2efb4846a | 2962:d6c9d1ca2da4 |
---|---|
50 | 50 |
51 @pyqtSlot(str) | 51 @pyqtSlot(str) |
52 def on_phaseCombo_activated(self, txt): | 52 def on_phaseCombo_activated(self, txt): |
53 """ | 53 """ |
54 Private slot to react upon changes of the phase. | 54 Private slot to react upon changes of the phase. |
55 | |
56 @param txt activated entry (string) | |
55 """ | 57 """ |
56 self.__updateOk() | 58 self.__updateOk() |
57 | 59 |
58 def getData(self): | 60 def getData(self): |
59 """ | 61 """ |