source: qtprobe-demo/docs/build/html/outline.html @ 825

Last change on this file since 825 was 825, checked in by jemian, 13 years ago

publish the documentation

  • Property svn:mime-type set to text/html
File size: 5.5 KB
Line 
1
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7<html xmlns="http://www.w3.org/1999/xhtml">
8  <head>
9    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10   
11    <title>Outline &mdash; Quick Qt GUIs for EPICS 2012 EPICS Collaboration Meeting documentation</title>
12   
13    <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
14    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
15   
16    <script type="text/javascript">
17      var DOCUMENTATION_OPTIONS = {
18        URL_ROOT:    '',
19        VERSION:     '2012 EPICS Collaboration Meeting',
20        COLLAPSE_INDEX: false,
21        FILE_SUFFIX: '.html',
22        HAS_SOURCE:  true
23      };
24    </script>
25    <script type="text/javascript" src="_static/jquery.js"></script>
26    <script type="text/javascript" src="_static/underscore.js"></script>
27    <script type="text/javascript" src="_static/doctools.js"></script>
28    <link rel="top" title="Quick Qt GUIs for EPICS 2012 EPICS Collaboration Meeting documentation" href="index.html" />
29    <link rel="next" title="Development Tools" href="tools.html" />
30    <link rel="prev" title="Creating quick/simple QT-based GUIs in Python" href="index.html" /> 
31  </head>
32  <body>
33    <div class="related">
34      <h3>Navigation</h3>
35      <ul>
36        <li class="right" style="margin-right: 10px">
37          <a href="genindex.html" title="General Index"
38             accesskey="I">index</a></li>
39        <li class="right" >
40          <a href="tools.html" title="Development Tools"
41             accesskey="N">next</a> |</li>
42        <li class="right" >
43          <a href="index.html" title="Creating quick/simple QT-based GUIs in Python"
44             accesskey="P">previous</a> |</li>
45        <li><a href="index.html">Quick Qt GUIs for EPICS 2012 EPICS Collaboration Meeting documentation</a> &raquo;</li> 
46      </ul>
47    </div>
48      <div class="sphinxsidebar">
49        <div class="sphinxsidebarwrapper">
50  <h4>Previous topic</h4>
51  <p class="topless"><a href="index.html"
52                        title="previous chapter">Creating quick/simple QT-based GUIs in Python</a></p>
53  <h4>Next topic</h4>
54  <p class="topless"><a href="tools.html"
55                        title="next chapter">Development Tools</a></p>
56  <h3>This Page</h3>
57  <ul class="this-page-menu">
58    <li><a href="_sources/outline.txt"
59           rel="nofollow">Show Source</a></li>
60  </ul>
61<div id="searchbox" style="display: none">
62  <h3>Quick search</h3>
63    <form class="search" action="search.html" method="get">
64      <input type="text" name="q" />
65      <input type="submit" value="Go" />
66      <input type="hidden" name="check_keywords" value="yes" />
67      <input type="hidden" name="area" value="default" />
68    </form>
69    <p class="searchtip" style="font-size: 90%">
70    Enter search terms or a module, class or function name.
71    </p>
72</div>
73<script type="text/javascript">$('#searchbox').show(0);</script>
74        </div>
75      </div>
76
77    <div class="document">
78      <div class="documentwrapper">
79        <div class="bodywrapper">
80          <div class="body">
81           
82  <div class="section" id="outline">
83<h1>Outline<a class="headerlink" href="#outline" title="Permalink to this headline">¶</a></h1>
84<ul class="simple">
85<li>My tool set</li>
86<li><a class="reference internal" href="PyEpics/index.html#pyepics-basics"><em>PyEpics basics</em></a></li>
87<li><a class="reference internal" href="probe.html#pv-probe-start"><em>EPICS PV Probe: Our target application</em></a><ul>
88<li><a class="reference internal" href="PySide/index.html#pyside-probe-start"><em>PySide</em></a> PV Probe, from Matt Newville, CARS</li>
89<li><a class="reference internal" href="Traits/index.html#traits-simple"><em>Enthought Tool Suite (ETS) Traits and PV Probe</em></a></li>
90<li>ETS Traits Probe, more features</li>
91</ul>
92</li>
93</ul>
94<p>NOTE: all code shown in this presentation is available from subversion:</p>
95<div class="highlight-python"><pre>svn co http://subversion.xor.aps.anl.gov/bcdaext/qtprobe-demo ./qtprobe-demo</pre>
96</div>
97<p class="rubric">Example of EPICS PV Probe GUI</p>
98<div class="figure">
99<img alt="_images/pvprobe-gui.png" src="_images/pvprobe-gui.png" />
100</div>
101<p class="rubric">Example of PySide Probe GUI</p>
102<div class="figure">
103<img alt="_images/pyside-probe-gui1.png" src="_images/pyside-probe-gui1.png" />
104</div>
105<p class="rubric">Example of simple Traits Probe GUI</p>
106<div class="figure">
107<img alt="_images/traits-probe-gui1.png" src="_images/traits-probe-gui1.png" />
108</div>
109<p class="rubric">Example of more-complex Traits Probe GUI</p>
110<div class="figure">
111<img alt="_images/traits-probe-gui-more-pre1.png" src="_images/traits-probe-gui-more-pre1.png" />
112</div>
113</div>
114
115
116          </div>
117        </div>
118      </div>
119      <div class="clearer"></div>
120    </div>
121    <div class="related">
122      <h3>Navigation</h3>
123      <ul>
124        <li class="right" style="margin-right: 10px">
125          <a href="genindex.html" title="General Index"
126             >index</a></li>
127        <li class="right" >
128          <a href="tools.html" title="Development Tools"
129             >next</a> |</li>
130        <li class="right" >
131          <a href="index.html" title="Creating quick/simple QT-based GUIs in Python"
132             >previous</a> |</li>
133        <li><a href="index.html">Quick Qt GUIs for EPICS 2012 EPICS Collaboration Meeting documentation</a> &raquo;</li> 
134      </ul>
135    </div>
136    <div class="footer">
137        &copy; Copyright 2012, Pete Jemian.
138      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
139    </div>
140  </body>
141</html>
Note: See TracBrowser for help on using the repository browser.