icons and help documents added; main application has been modified slightly; new method definitions added (ToDo)
This commit is contained in:
17
pylot/core/util/help/index.html
Normal file
17
pylot/core/util/help/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<html><head><title>PyLoT - the Python picking and Localisation Tool</title></head>
|
||||
<body>
|
||||
<p><b>PyLoT</b> is a program which is capable of picking seismic phases,
|
||||
exporting these as numerous standard phase format and localize the corresponding
|
||||
seismic event with external software as, e.g.:</p>
|
||||
<ul type="circle">
|
||||
<li><a href="http://alomax.free.fr/nlloc/">NonLinLoc</a></li>
|
||||
<li>HypoInvers</li>
|
||||
<li>HypoSat</li>
|
||||
<li>whatever you want ...</li>
|
||||
</ul>
|
||||
<p>Read more on the
|
||||
<a href="https://ariadne.geophysik.rub.de/trac/PyLoT/wiki">PyLoT WikiPage</a>.</p>
|
||||
<p>Bug reports are very much appreciated and can also be delivered on our
|
||||
<a href="https://ariadne.geophysik.rub.de/trac/PyLoT">PyLoT TracPage</a> after
|
||||
successful registration.</p>
|
||||
</body></html>
|
||||
BIN
pylot/core/util/icons/pylot.ico
Normal file
BIN
pylot/core/util/icons/pylot.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
8
pylot/core/util/resources.qrc
Normal file
8
pylot/core/util/resources.qrc
Normal file
@@ -0,0 +1,8 @@
|
||||
<RCC>
|
||||
<qresource prefix="/icons" lang="images">
|
||||
<file>icons/pylot.ico</file>
|
||||
</qresource>
|
||||
<qresource prefix="/help" lang="HTML">
|
||||
<file>help/index.html</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Reference in New Issue
Block a user