4499 |
4499 |
4500 def __showEricDoc(self): |
4500 def __showEricDoc(self): |
4501 """ |
4501 """ |
4502 Private slot to show the Eric documentation. |
4502 Private slot to show the Eric documentation. |
4503 """ |
4503 """ |
4504 ## home = Utilities.normjoinpath(getConfig('ericDocDir'), |
4504 home = Utilities.normjoinpath(getConfig('ericDocDir'), |
4505 ## "Source", "index.html") |
4505 "Source", "index.html") |
4506 home = "qthelp://org.eric5.ide/eric5/index.html" |
4506 ## home = "qthelp://org.eric5.ide/eric5/index.html" |
4507 |
4507 |
4508 if not home.startswith("http://") and \ |
4508 if not home.startswith("http://") and \ |
4509 not home.startswith("https://") and \ |
4509 not home.startswith("https://") and \ |
4510 not home.startswith("qthelp://"): |
4510 not home.startswith("qthelp://"): |
4511 if not os.path.exists(home): |
4511 if not os.path.exists(home): |