147 self.__aspectRatio = 1 |
147 self.__aspectRatio = 1 |
148 |
148 |
149 self.__updateOkButton() |
149 self.__updateOkButton() |
150 |
150 |
151 @pyqtSlot(str) |
151 @pyqtSlot(str) |
152 def on_altTextEdit_textChanged(self, txt): |
152 def on_altTextEdit_textChanged(self, _txt): |
153 """ |
153 """ |
154 Private slot handling changes of the alternative text. |
154 Private slot handling changes of the alternative text. |
155 |
155 |
156 @param txt alternative text |
156 @param _txt alternative text (unused) |
157 @type str |
157 @type str |
158 """ |
158 """ |
159 self.__updateOkButton() |
159 self.__updateOkButton() |
160 |
160 |
161 @pyqtSlot(bool) |
161 @pyqtSlot(bool) |