UI/UserInterface.py

changeset 6296
db9b3a419845
parent 6291
94e0e688dcad
child 6300
cfb21ace8d09
equal deleted inserted replaced
6295:79bfd24e2fee 6296:db9b3a419845
5424 E5MessageBox.warning( 5424 E5MessageBox.warning(
5425 self, 5425 self,
5426 self.tr("Documentation"), 5426 self.tr("Documentation"),
5427 self.tr("""<p>The PySide{0} documentation starting point""" 5427 self.tr("""<p>The PySide{0} documentation starting point"""
5428 """ has not been configured.</p>""").format( 5428 """ has not been configured.</p>""").format(
5429 "" if variant == "1" else variant) 5429 "" if variant == "1" else variant)
5430 ) 5430 )
5431 return 5431 return
5432 5432
5433 if not pysideDocDir.startswith(("http://", "https://", "qthelp://")): 5433 if not pysideDocDir.startswith(("http://", "https://", "qthelp://")):
5434 if pysideDocDir.startswith("file://"): 5434 if pysideDocDir.startswith("file://"):

eric ide

mercurial