the help form should look like this or similar but it is not working at the moment; maybe QTextBrowser element of HelpForm should be replaced by QWebView (pending)
This commit is contained in:
parent
46f5e55c8e
commit
0481fa748b
@ -115,8 +115,11 @@ class MainWindow(QMainWindow):
|
|||||||
return layout
|
return layout
|
||||||
|
|
||||||
def helpHelp(self):
|
def helpHelp(self):
|
||||||
if internet_on():
|
if checkurl():
|
||||||
pass
|
form = HelpForm('https://ariadne.geophysik.rub.de/trac/PyLoT/wiki')
|
||||||
|
else:
|
||||||
|
form = HelpForm(':/help.html')
|
||||||
|
form.show()
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user