src/eric7/Preferences/ConfigurationPages/QtPage.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10683
779cda568acb
child 10766
d35d6f96c24b
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
151 self.qtPrefixEdit.text(), self.qtPostfixEdit.text() 151 self.qtPrefixEdit.text(), self.qtPostfixEdit.text()
152 ) 152 )
153 ) 153 )
154 154
155 @pyqtSlot(str) 155 @pyqtSlot(str)
156 def on_qtPrefixEdit_textChanged(self, txt): 156 def on_qtPrefixEdit_textChanged(self, _txt):
157 """ 157 """
158 Private slot to handle a change in the entered Qt directory. 158 Private slot to handle a change in the entered Qt directory.
159 159
160 @param txt the entered string 160 @param _txt the entered string (unused)
161 @type str 161 @type str
162 """ 162 """
163 self.__updateQtSample() 163 self.__updateQtSample()
164 164
165 @pyqtSlot(str) 165 @pyqtSlot(str)
166 def on_qtPostfixEdit_textChanged(self, txt): 166 def on_qtPostfixEdit_textChanged(self, _txt):
167 """ 167 """
168 Private slot to handle a change in the entered Qt directory. 168 Private slot to handle a change in the entered Qt directory.
169 169
170 @param txt the entered string 170 @param _txt the entered string (unused)
171 @type str 171 @type str
172 """ 172 """
173 self.__updateQtSample() 173 self.__updateQtSample()
174 174
175 @pyqtSlot(str) 175 @pyqtSlot(str)

eric ide

mercurial