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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Introduction — PyQt 4.9.3 Reference Guide</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '4.9.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/logo_tn.ico"/>
<link rel="top" title="PyQt 4.9.3 Reference Guide" href="index.html" />
<link rel="next" title="Potential Incompatibilities with Earlier Versions" href="incompatibilities.html" />
<link rel="prev" title="PyQt Reference Guide" href="index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="incompatibilities.html" title="Potential Incompatibilities with Earlier Versions"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="index.html" title="PyQt Reference Guide"
accesskey="P">previous</a> |</li>
<li><a href="index.html">PyQt 4.9.3 Reference Guide</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="introduction">
<h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h1>
<p>This is the reference guide for PyQt 4.9.3. PyQt v4 is a set of
<a class="reference external" href="http://www.python.org">Python</a> bindings for v4 of the Qt application
framework from <a class="reference external" href="http://qt.nokia.com">Nokia</a>.</p>
<p>There is a separate <a class="reference external" href="classes.html">PyQt Class Reference</a>.</p>
<p>Qt is a set of C++ libraries and development tools that includes platform
independent abstractions for graphical user interfaces, networking, threads,
Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and
application settings. PyQt implements 440 of these classes as a set of
Python modules.</p>
<p>PyQt supports the Windows, Linux, UNIX and MacOS/X platforms.</p>
<p>PyQt does not include Qt itself - you must obtain it separately.</p>
<p>The homepage for PyQt is <a class="reference external" href="http://www.riverbankcomputing.com/software/pyqt/">http://www.riverbankcomputing.com/software/pyqt/</a>.
Here you will always find the latest stable version, current development
snapshots, and the latest version of this documentation.</p>
<p>PyQt is built using the <a class="reference external" href="http://www.riverbankcomputing.com/software/sip/">SIP bindings generator</a>. SIP must be installed in
order to build and use PyQt.</p>
<p>Earlier versions of Qt are supported by PyQt v3.</p>
<div class="section" id="license">
<h2>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h2>
<p>PyQt is licensed on all platforms under a commercial license, the GPL v2 and
the GPL v3. Your PyQt license must be compatible with your Qt license. If
you use the GPL versions then your own code must also use a compatible
license.</p>
<p>PyQt, unlike Qt, is not available under the LGPL.</p>
<p>You can purchase a commercial PyQt license <a class="reference external" href="http://www.riverbankcomputing.com/commercial/buy">here</a>.</p>
</div>
<div class="section" id="pyqt-components">
<h2>PyQt Components<a class="headerlink" href="#pyqt-components" title="Permalink to this headline">¶</a></h2>
<p>PyQt comprises a number of different components. First of all there are a
number of Python extension modules. These are all installed in the
<tt class="xref py py-mod docutils literal"><span class="pre">PyQt4</span></tt> Python package.</p>
<ul class="simple">
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtCore</span></tt> module. This contains the core non-GUI classes,
including the event loop and Qt’s signal and slot mechanism. It also
includes platform independent abstractions for Unicode, threads, mapped
files, shared memory, regular expressions, and user and application settings.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtGui</span></tt> module. This contains the majority of the GUI
classes.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtHelp</span></tt> module. This contains classes for creating and
viewing searchable documentation.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtNetwork</span></tt> module. This module contains classes for writing
UDP and TCP clients and servers. It includes classes that implement FTP and
HTTP clients and support DNS lookups.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtOpenGL</span></tt> module. This module contains classes that enable
the use of OpenGL in rendering 3D graphics in PyQt applications.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtScript</span></tt> module. This module contains classes that enable
PyQt applications to be scripted using Qt’s JavaScript interpreter.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtScriptTools</span></tt> module. This module contains classes that
contain additional components (e.g. a debugger) that are used with Qt’s
JavaScript interpreter.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtSql</span></tt> module. This module contains classes that integrate
with SQL databases. It includes editable data models for database tables
that can be used with GUI classes. It also includes an implementation of
<a class="reference external" href="http://www.sqlite.org">SQLite</a>.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtSvg</span></tt> module. This module contains classes for displaying
the contents of SVG files.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtTest</span></tt> module. This module contains functions that enable
unit testing of PyQt applications. (PyQt does not implement the complete Qt
unit test framework. Instead it assumes that the standard Python unit test
framework will be used and implements those functions that simulate a user
interacting with a GUI.)</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtWebKit</span></tt> module. This module implements a web browser
engine based on the WebKit open source browser engine.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtXml</span></tt> module. This module contains classes that implement
SAX and DOM interfaces to Qt’s XML parser.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtXmlPatterns</span></tt> module. This module contains classes that
implement XQuery and XPath support for XML and custom data models.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">phonon</span></tt> module. This module contains classes that implement
a cross-platform multimedia framework that enables the use of audio and video
content in PyQt applications.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtDBus</span></tt> module. This Unix-only module provides classes that
support Inter-Process Communication using the D-Bus protocol.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtDeclarative</span></tt> module. This module provides a declarative
framework for building highly dynamic, custom user interfaces using QML.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtMultimedia</span></tt> module. This module provides low-level
multimedia functionality. Application developers would normally use the
<tt class="xref py py-mod docutils literal"><span class="pre">phonon</span></tt> module.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtAssistant</span></tt> module. This module contains classes that
allow Qt Assistant to be integrated with a PyQt application to provide online
help. This module is not available with Qt v4.7 and later - use the
<tt class="xref py py-mod docutils literal"><span class="pre">QtHelp</span></tt> module instead.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QtDesigner</span></tt> module. This module contains classes that allow
Qt Designer to be extended using PyQt. See <a class="reference internal" href="designer.html#ref-designer-plugins"><em>Writing Qt Designer Plugins</em></a> for a
full description of how to do this.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">QAxContainer</span></tt> module. This Windows-only module contains
classes that allow access to ActiveX controls and COM objects.</li>
<li>The <tt class="xref py py-mod docutils literal"><span class="pre">Qt</span></tt> module. This module consolidates the classes contained
in all of the modules described above into a single module. This has the
advantage that you don’t have to worry about which underlying module contains
a particular class. It has the disadvantage that it loads the whole of the
Qt framework, thereby increasing the memory footprint of an application.
Whether you use this consolidated module, or the individual component modules
is down to personal taste.</li>
<li>The <a class="reference external" href="http://www.freedesktop.org/wiki/Software_2fdbus">DBus</a> support
module is installed as <tt class="xref py py-mod docutils literal"><span class="pre">dbus.mainloop.qt</span></tt>. This module provides support
for the Qt event loop in the same way that the <tt class="xref py py-mod docutils literal"><span class="pre">dbus.mainloop.glib</span></tt>
included with the standard <tt class="docutils literal"><span class="pre">dbus-python</span></tt> bindings package provides support
for the GLib event loop. The API is described in <a class="reference internal" href="dbus.html#ref-dbus"><em>The Legacy DBus Support Module</em></a>. It is
only available for PyQt for X11 and only if the <tt class="docutils literal"><span class="pre">dbus-python</span></tt> v0.80 (or
later) bindings package is installed. There are no plans for <tt class="docutils literal"><span class="pre">dbus-python</span></tt>
to be ported to Python v3 and so it is recommended that new applications use
the <tt class="xref py py-mod docutils literal"><span class="pre">QtDBus</span></tt> module instead.</li>
<li>The <a class="reference internal" href="designer.html#module-PyQt4.uic" title="PyQt4.uic"><tt class="xref py py-mod docutils literal"><span class="pre">uic</span></tt></a> module. This module contains classes for handling the
<tt class="docutils literal"><span class="pre">.ui</span></tt> files created by Qt Designer that describe the whole or part of a
graphical user interface. It includes classes that load a <tt class="docutils literal"><span class="pre">.ui</span></tt> file and
render it directly, and classes that generate Python code from a <tt class="docutils literal"><span class="pre">.ui</span></tt> file
for later execution.</li>
<li>The <a class="reference internal" href="build_system.html#module-PyQt4.pyqtconfig" title="PyQt4.pyqtconfig"><tt class="xref py py-mod docutils literal"><span class="pre">pyqtconfig</span></tt></a> module is an extention of the SIP build system
and is created when PyQt is configured. It encapsulates all the necessary
information about your Qt installation and makes it easier to write
installation scripts for bindings built on top of PyQt. It is covered in
detail in <a class="reference internal" href="build_system.html#ref-build-system"><em>The PyQt Build System</em></a>.</li>
</ul>
<p>PyQt also contains a number of utility programs.</p>
<ul>
<li><p class="first"><strong class="program">pyuic4</strong> corresponds to the Qt <strong class="program">uic</strong> utility. It converts
GUIs created using Qt Designer to Python code.</p>
</li>
<li><p class="first"><strong class="program">pyrcc4</strong> corresponds to the Qt <strong class="program">rcc</strong> utility. It embeds
arbitrary resources (eg. icons, images, translation files) described by a
resource collection file in a Python module.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">It will only be included if your copy of Qt includes the XML module.</p>
</div>
</li>
<li><p class="first"><strong class="program">pylupdate4</strong> corresponds to the Qt <strong class="program">lupdate</strong> utility. It
extracts all of the translatable strings from Python code and creates or
updates <tt class="docutils literal"><span class="pre">.ts</span></tt> translation files. These are then used by Qt Linguist to
manage the translation of those strings.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">It will only be included if your copy of Qt includes the XML module.</p>
</div>
</li>
</ul>
<p>When PyQt is configured a file called <tt class="file docutils literal"><span class="pre">PyQt4.api</span></tt> is generated. This can
be used by the QScintilla editor component (at
<a class="reference external" href="http://www.riverbankcomputing.com/software/qscintilla/">http://www.riverbankcomputing.com/software/qscintilla/</a>) to enable the use of
auto-completion and call tips when editing PyQt code. The API file is
installed automatically if QScintilla is already installed.</p>
<p>PyQt includes a large number of examples. These are ports to Python of many
of the C++ examples provided with Qt. They can be found in the
<tt class="file docutils literal"><span class="pre">examples</span></tt> directory.</p>
<p>Finally, PyQt contains the <tt class="docutils literal"><span class="pre">.sip</span></tt> files used by SIP to generate PyQt
itself. These can be used by developers of bindings of other Qt based class
libraries - for example <a class="reference external" href="http://pyqwt.sourceforge.net/">PyQwt and PyQwt3D</a>.</p>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/logo.png" alt="Logo"/>
</a></p>
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Introduction</a><ul>
<li><a class="reference internal" href="#license">License</a></li>
<li><a class="reference internal" href="#pyqt-components">PyQt Components</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="index.html"
title="previous chapter">PyQt Reference Guide</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="incompatibilities.html"
title="next chapter">Potential Incompatibilities with Earlier Versions</a></p>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="incompatibilities.html" title="Potential Incompatibilities with Earlier Versions"
>next</a> |</li>
<li class="right" >
<a href="index.html" title="PyQt Reference Guide"
>previous</a> |</li>
<li><a href="index.html">PyQt 4.9.3 Reference Guide</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2011 Riverbank Computing Limited.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>
|