src/eric7/QScintilla/MarkupProviders/ImageMarkupDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10482
72d9b5ea39b4
child 11090
f5f5f5803935
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
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)

eric ide

mercurial