-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
51 lines (48 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<title>PySide docs</title>
<link rel="stylesheet" href="docs/pyside/_static/pysidedocs.css" type="text/css">
</head>
<body>
<div id="container">
<div class="header">
<div class="header_container">
<div class="logo"><a href="http://www.pyside.org"><img alt="PySide" src="docs/pyside/_static/pysidelogo.png" width="199" height="102"></a></div>
<div class="related">
<ul>
<li><a href="#">PySide documentation</a></li>
</ul>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section">
<h1>PySide and related tools reference</h1>
<h2>Modules</h2>
<table class="contentstable" align="center"><tbody><tr>
<td width="50%">
<p class="biglink"><a class="biglink" href="docs/pyside/index.html">PySide</a><br>
<span class="linkdescr">Python bindings reference.</span></p>
</td>
<td width="50%">
<p class="biglink"><a class="biglink" href="docs/shiboken/index.html">Shiboken</a><br>
<span class="linkdescr">tool used to generate PySide.</span></p>
</td></tr>
</tbody></table>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
<a href="http://www.indt.org.br"><img src="docs/pyside/_static/logo_indt.jpg" alt="Indt" border="0"></a>
<a href="http://www.openbossa.org"><img src="docs/pyside/_static/logo_openbossa.png" alt="Openbossa" border="0"></a>
<a href="http://qt.nokia.com/"><img src="docs/pyside/_static/logo_qt.png" alt="Qt" border="0"></a>
<a href="http://www.python.org"><img src="docs/pyside/_static/logo_python.jpg" alt="Python" border="0"></a>
</div>
</body>
</html>