Preferences/ConfigurationPages/DebuggerGeneralPage.py

changeset 3038
7fe9a53280bd
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3037:a417a0670a36 3038:7fe9a53280bd
251 self.trUtf8("Add allowed host"), 251 self.trUtf8("Add allowed host"),
252 self.trUtf8( 252 self.trUtf8(
253 """<p>The entered address <b>{0}</b> is not""" 253 """<p>The entered address <b>{0}</b> is not"""
254 """ a valid IP v4 or IP v6 address.""" 254 """ a valid IP v4 or IP v6 address."""
255 """ Aborting...</p>""") 255 """ Aborting...</p>""")
256 .format(allowedHost)) 256 .format(allowedHost))
257 257
258 @pyqtSlot() 258 @pyqtSlot()
259 def on_deleteAllowedHostButton_clicked(self): 259 def on_deleteAllowedHostButton_clicked(self):
260 """ 260 """
261 Private slot called to delete an allowed host. 261 Private slot called to delete an allowed host.
284 self.trUtf8("Edit allowed host"), 284 self.trUtf8("Edit allowed host"),
285 self.trUtf8( 285 self.trUtf8(
286 """<p>The entered address <b>{0}</b> is not""" 286 """<p>The entered address <b>{0}</b> is not"""
287 """ a valid IP v4 or IP v6 address.""" 287 """ a valid IP v4 or IP v6 address."""
288 """ Aborting...</p>""") 288 """ Aborting...</p>""")
289 .format(allowedHost)) 289 .format(allowedHost))
290 290
291 291
292 def create(dlg): 292 def create(dlg):
293 """ 293 """
294 Module function to create the configuration page. 294 Module function to create the configuration page.

eric ide

mercurial