19 lines
783 B
HTML
19 lines
783 B
HTML
<html><head><title>Example Application</title></head>
|
|
<body>
|
|
<p>This <b>Example Application</b> inherits from the SFMainWindow base class.<br>
|
|
<p>Configuration parameters, if any, may be entered, e.g., <a href="page1.html">here</a></p>
|
|
|
|
<p>These web pages are to be completed by the application owner.<br>
|
|
They are located in the following directory: <br>
|
|
/afs/psi.ch/intranet/SF/Beamdynamics/common/qrc_resources/help/<appname><br>
|
|
where <appname>.py is the name of the application program</p>
|
|
|
|
<p> After modification, execute the following script to incorporate changes<br>
|
|
into qrc_resource.py for import into PyQt4- and PyQt5-based applications:</p>
|
|
|
|
<p>cd /afs/psi.ch/intranet/SF/Beamdynamics/common/qrc_resources</p>
|
|
<p>./make_and_install.sh</>
|
|
|
|
|
|
</body></html>
|