File: qstringref.html

package info (click to toggle)
python-qt4 4.7.3-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 28,504 kB
  • ctags: 4,680
  • sloc: python: 28,738; cpp: 8,897; sh: 245; xml: 243; makefile: 150
file content (114 lines) | stat: -rw-r--r-- 22,203 bytes parent folder | download
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html><head><title>QStringRef Class Reference</title><style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
td.postheader { font-family: sans-serif }
tr.address { font-family: sans-serif }
body { background: #ffffff; color: black; }
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">&#160;&#160;</td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QStringRef Class Reference<br /><sup><sup>[<a href="qtcore.html">QtCore</a> module]</sup></sup></h1><p>The QStringRef class provides a thin wrapper around <a href="qstring.html">QString</a> substrings. <a href="#details">More...</a></p>
<h3>Methods</h3><ul><li><div class="fn" /><b><a href="qstringref.html#QStringRef">__init__</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qstringref.html#QStringRef-2">__init__</a></b> (<i>self</i>, QString, int, int)</li><li><div class="fn" /><b><a href="qstringref.html#QStringRef-3">__init__</a></b> (<i>self</i>, QString)</li><li><div class="fn" /><b><a href="qstringref.html#QStringRef-4">__init__</a></b> (<i>self</i>, QStringRef)</li><li><div class="fn" />QStringRef <b><a href="qstringref.html#appendTo">appendTo</a></b> (<i>self</i>, QString)</li><li><div class="fn" />QChar <b><a href="qstringref.html#at">at</a></b> (<i>self</i>, int)</li><li><div class="fn" /><b><a href="qstringref.html#clear">clear</a></b> (<i>self</i>)</li><li><div class="fn" />int <b><a href="qstringref.html#compare">compare</a></b> (<i>self</i>, QString, Qt.CaseSensitivity&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</li><li><div class="fn" />int <b><a href="qstringref.html#compare-2">compare</a></b> (<i>self</i>, QStringRef, Qt.CaseSensitivity&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</li><li><div class="fn" />int <b><a href="qstringref.html#compare-3">compare</a></b> (<i>self</i>, QLatin1String, Qt.CaseSensitivity&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</li><li><div class="fn" />QChar <b><a href="qstringref.html#constData">constData</a></b> (<i>self</i>)</li><li><div class="fn" />int <b><a href="qstringref.html#count">count</a></b> (<i>self</i>)</li><li><div class="fn" />QChar <b><a href="qstringref.html#data">data</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qstringref.html#isEmpty">isEmpty</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qstringref.html#isNull">isNull</a></b> (<i>self</i>)</li><li><div class="fn" />int <b><a href="qstringref.html#length">length</a></b> (<i>self</i>)</li><li><div class="fn" />int <b><a href="qstringref.html#localeAwareCompare">localeAwareCompare</a></b> (<i>self</i>, QString)</li><li><div class="fn" />int <b><a href="qstringref.html#localeAwareCompare-2">localeAwareCompare</a></b> (<i>self</i>, QStringRef)</li><li><div class="fn" />int <b><a href="qstringref.html#position">position</a></b> (<i>self</i>)</li><li><div class="fn" />int <b><a href="qstringref.html#size">size</a></b> (<i>self</i>)</li><li><div class="fn" />QString <b><a href="qstringref.html#string">string</a></b> (<i>self</i>)</li><li><div class="fn" />QString <b><a href="qstringref.html#toString">toString</a></b> (<i>self</i>)</li><li><div class="fn" />QChar <b><a href="qstringref.html#unicode">unicode</a></b> (<i>self</i>)</li></ul><h3>Static Methods</h3><ul><li><div class="fn" />int <b><a href="qstringref.html#compare-4">compare</a></b> (QStringRef, QString, Qt.CaseSensitivity&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</li><li><div class="fn" />int <b><a href="qstringref.html#compare-5">compare</a></b> (QStringRef, QStringRef, Qt.CaseSensitivity&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</li><li><div class="fn" />int <b><a href="qstringref.html#compare-6">compare</a></b> (QStringRef, QLatin1String, Qt.CaseSensitivity&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</li><li><div class="fn" />int <b><a href="qstringref.html#localeAwareCompare-3">localeAwareCompare</a></b> (QStringRef, QString)</li><li><div class="fn" />int <b><a href="qstringref.html#localeAwareCompare-4">localeAwareCompare</a></b> (QStringRef, QStringRef)</li></ul><h3>Special Methods</h3><ul><li><div class="fn" />bool <b><a href="qstringref.html#__eq__">__eq__</a></b> (<i>self</i>, QStringRef)</li><li><div class="fn" />bool <b><a href="qstringref.html#__eq__-2">__eq__</a></b> (<i>self</i>, QString)</li><li><div class="fn" />bool <b><a href="qstringref.html#__eq__-3">__eq__</a></b> (<i>self</i>, QLatin1String)</li><li><div class="fn" />bool <b><a href="qstringref.html#__ge__">__ge__</a></b> (<i>self</i>, QStringRef)</li><li><div class="fn" />bool <b><a href="qstringref.html#__gt__">__gt__</a></b> (<i>self</i>, QStringRef)</li><li><div class="fn" />bool <b><a href="qstringref.html#__le__">__le__</a></b> (<i>self</i>, QStringRef)</li><li><div class="fn" />bool <b><a href="qstringref.html#__lt__">__lt__</a></b> (<i>self</i>, QStringRef)</li><li><div class="fn" />bool <b><a href="qstringref.html#__ne__">__ne__</a></b> (<i>self</i>, QStringRef)</li><li><div class="fn" />bool <b><a href="qstringref.html#__ne__-2">__ne__</a></b> (<i>self</i>, QString)</li><li><div class="fn" />bool <b><a href="qstringref.html#__ne__-3">__ne__</a></b> (<i>self</i>, QLatin1String)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QStringRef class provides a thin wrapper around <a href="qstring.html">QString</a> substrings.</p>
<p>QStringRef provides a read-only subset of the <a href="qstring.html">QString</a> API.</p>
<p>A string reference explicitly references a portion of a <a href="qstringref.html#string">string</a>() with a given <a href="qstringref.html#size">size</a>(), starting at a specific <a href="qstringref.html#position">position</a>(). Calling <a href="qstringref.html#toString">toString</a>() returns a copy of the data as a real <a href="qstring.html">QString</a> instance.</p>
<p>This class is designed to improve the performance of substring handling when manipulating substrings obtained from existing <a href="qstring.html">QString</a> instances. QStringRef avoids the memory allocation and reference counting overhead of a standard <a href="qstring.html">QString</a> by simply referencing a part of the original string. This can prove to be advantageous in low level code, such as that used in a parser, at the expense of potentially more complex code.</p>
<p>For most users, there are no semantic benefits to using QStringRef instead of <a href="qstring.html">QString</a> since QStringRef requires attention to be paid to memory management issues, potentially making code more complex to write and maintain.</p>
<p><b>Warning:</b> A QStringRef is only valid as long as the referenced string exists. If the original string is deleted, the string reference points to an invalid memory location.</p>
<p>We suggest that you only use this class in stable code where profiling has clearly identified that performance improvements can be made by replacing standard string operations with the optimized substring handling provided by this class.</p>
<p>See also <a href="shared.html">Implicitly Shared Classes</a>.</p>
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QStringRef" />QStringRef.__init__ (<i>self</i>)</h3><p>Constructs an empty string reference.</p>
<h3 class="fn"><a name="QStringRef-2" />QStringRef.__init__ (<i>self</i>, QString, int, int)</h3><p>Constructs a string reference to the range of characters in the given <i>string</i> specified by the starting <i>position</i> and <i>length</i> in characters.</p>
<p><b>Warning:</b> This function exists to improve performance as much as possible, and performs no bounds checking. For program correctness, <i>position</i> and <i>length</i> must describe a valid substring of <i>string</i>.</p>
<p>This means that the starting <i>position</i> must be positive or 0 and smaller than <i>string</i>'s length, and <i>length</i> must be positive or 0 but smaller than the string's length minus the starting <i>position</i>; i.e, 0 &lt;= position &lt; string-&gt;<a href="qstringref.html#length">length</a>() and 0 &lt;= length &lt;= string-&gt;<a href="qstringref.html#length">length</a>() - position must both be satisfied.</p>
<h3 class="fn"><a name="QStringRef-3" />QStringRef.__init__ (<i>self</i>, QString)</h3><p>Constructs a string reference to the given <i>string</i>.</p>
<h3 class="fn"><a name="QStringRef-4" />QStringRef.__init__ (<i>self</i>, QStringRef)</h3><p>Constructs a copy of the <i>other</i> string reference.</p>
<a name="//apple_ref/cpp/instm/QStringRef/~QStringRef" />
<h3 class="fn"><a name="appendTo" />QStringRef QStringRef.appendTo (<i>self</i>, QString)</h3><p>Appends the string reference to <i>string</i>, and returns a new reference to the combined string data.</p>
<a name="//apple_ref/cpp/instm/QStringRef/at" />
<h3 class="fn"><a name="at" />QChar QStringRef.at (<i>self</i>, int)</h3><p>Returns the character at the given index <i>position</i> in the string reference.</p>
<p>The <i>position</i> must be a valid index position in the string (i.e., 0 &lt;= <i>position</i> &lt; <a href="qstringref.html#size">size</a>()).</p>
<a name="//apple_ref/cpp/instm/QStringRef/clear" />
<h3 class="fn"><a name="clear" />QStringRef.clear (<i>self</i>)</h3><p>Clears the contents of the string reference by making it null and empty.</p>
<p>See also <a href="qstringref.html#isEmpty">isEmpty</a>() and <a href="qstringref.html#isNull">isNull</a>().</p>
<a name="//apple_ref/cpp/clm/QStringRef/compare" />
<h3 class="fn"><a name="compare" />int QStringRef.compare (<i>self</i>, QString, <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitivity</a>&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</h3><p>Compares the string <i>s1</i> with the string <i>s2</i> and returns an integer less than, equal to, or greater than zero if <i>s1</i> is less than, equal to, or greater than <i>s2</i>.</p>
<p>If <i>cs</i> is <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitive</a>, the comparison is case sensitive; otherwise the comparison is case insensitive.</p>
<p>This function was introduced in Qt 4.5.</p>
<h3 class="fn"><a name="compare-2" />int QStringRef.compare (<i>self</i>, QStringRef, <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitivity</a>&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</h3><p>This is an overloaded function.</p>
<p>Compares the string <i>s1</i> with the string <i>s2</i> and returns an integer less than, equal to, or greater than zero if <i>s1</i> is less than, equal to, or greater than <i>s2</i>.</p>
<p>If <i>cs</i> is <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitive</a>, the comparison is case sensitive; otherwise the comparison is case insensitive.</p>
<p>This function was introduced in Qt 4.5.</p>
<h3 class="fn"><a name="compare-3" />int QStringRef.compare (<i>self</i>, <a href="qlatin1string.html">QLatin1String</a>, <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitivity</a>&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</h3><p>This is an overloaded function.</p>
<p>Compares the string <i>s1</i> with the string <i>s2</i> and returns an integer less than, equal to, or greater than zero if <i>s1</i> is less than, equal to, or greater than <i>s2</i>.</p>
<p>If <i>cs</i> is <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitive</a>, the comparison is case sensitive; otherwise the comparison is case insensitive.</p>
<p>This function was introduced in Qt 4.5.</p>
<h3 class="fn"><a name="compare-4" />int QStringRef.compare (QStringRef, QString, <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitivity</a>&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</h3><p>This is an overloaded function.</p>
<p>Compares this string with the <i>other</i> string and returns an integer less than, equal to, or greater than zero if this string is less than, equal to, or greater than the <i>other</i> string.</p>
<p>If <i>cs</i> is <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitive</a>, the comparison is case sensitive; otherwise the comparison is case insensitive.</p>
<p>Equivalent to <tt>compare(*this, other, cs)</tt>.</p>
<p>This function was introduced in Qt 4.5.</p>
<p>See also <a href="qstring.html#compare">QString.compare</a>().</p>
<h3 class="fn"><a name="compare-5" />int QStringRef.compare (QStringRef, QStringRef, <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitivity</a>&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</h3><p>This is an overloaded function.</p>
<p>Compares this string with the <i>other</i> string and returns an integer less than, equal to, or greater than zero if this string is less than, equal to, or greater than the <i>other</i> string.</p>
<p>If <i>cs</i> is <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitive</a>, the comparison is case sensitive; otherwise the comparison is case insensitive.</p>
<p>Equivalent to <tt>compare(*this, other, cs)</tt>.</p>
<p>This function was introduced in Qt 4.5.</p>
<p>See also <a href="qstring.html#compare">QString.compare</a>().</p>
<h3 class="fn"><a name="compare-6" />int QStringRef.compare (QStringRef, <a href="qlatin1string.html">QLatin1String</a>, <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitivity</a>&#160;<i>cs</i>&#160;=&#160;Qt.CaseSensitive)</h3><p>This is an overloaded function.</p>
<p>Compares this string with the <i>other</i> string and returns an integer less than, equal to, or greater than zero if this string is less than, equal to, or greater than the <i>other</i> string.</p>
<p>If <i>cs</i> is <a href="qt.html#CaseSensitivity-enum">Qt.CaseSensitive</a>, the comparison is case sensitive; otherwise the comparison is case insensitive.</p>
<p>Equivalent to <tt>compare(*this, other, cs)</tt>.</p>
<p>This function was introduced in Qt 4.5.</p>
<p>See also <a href="qstring.html#compare">QString.compare</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/constData" />
<h3 class="fn"><a name="constData" />QChar QStringRef.constData (<i>self</i>)</h3><p>Same as <a href="qstringref.html#unicode">unicode</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/count" />
<h3 class="fn"><a name="count" />int QStringRef.count (<i>self</i>)</h3><p>Returns the number of characters referred to by the string reference. Equivalent to <a href="qstringref.html#size">size</a>() and <a href="qstringref.html#length">length</a>().</p>
<p>See also <a href="qstringref.html#position">position</a>() and <a href="qstringref.html#string">string</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/data" />
<h3 class="fn"><a name="data" />QChar QStringRef.data (<i>self</i>)</h3><p>Same as <a href="qstringref.html#unicode">unicode</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/isEmpty" />
<h3 class="fn"><a name="isEmpty" />bool QStringRef.isEmpty (<i>self</i>)</h3><p>Returns true if the string reference has no characters; otherwise returns false.</p>
<p>A string reference is empty if its size is zero.</p>
<p>See also <a href="qstringref.html#size">size</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/isNull" />
<h3 class="fn"><a name="isNull" />bool QStringRef.isNull (<i>self</i>)</h3><p>Returns true if <a href="qstringref.html#string">string</a>() returns a null pointer or a pointer to a null string; otherwise returns true.</p>
<p>See also <a href="qstringref.html#size">size</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/length" />
<h3 class="fn"><a name="length" />int QStringRef.length (<i>self</i>)</h3><p>Returns the number of characters referred to by the string reference. Equivalent to <a href="qstringref.html#size">size</a>() and <a href="qstringref.html#count">count</a>().</p>
<p>See also <a href="qstringref.html#position">position</a>() and <a href="qstringref.html#string">string</a>().</p>
<a name="//apple_ref/cpp/clm/QStringRef/localeAwareCompare" />
<h3 class="fn"><a name="localeAwareCompare" />int QStringRef.localeAwareCompare (<i>self</i>, QString)</h3><p>Compares <i>s1</i> with <i>s2</i> and returns an integer less than, equal to, or greater than zero if <i>s1</i> is less than, equal to, or greater than <i>s2</i>.</p>
<p>The comparison is performed in a locale- and also platform-dependent manner. Use this function to present sorted lists of strings to the user.</p>
<p>On Mac OS X, this function compares according the "Order for sorted lists" setting in the International prefereces panel.</p>
<p>This function was introduced in Qt 4.5.</p>
<p>See also <a href="qstringref.html#compare">compare</a>() and <a class="compat" href="qtextcodec-qt3.html#locale">QTextCodec.locale</a>().</p>
<h3 class="fn"><a name="localeAwareCompare-2" />int QStringRef.localeAwareCompare (<i>self</i>, QStringRef)</h3><p>This is an overloaded function.</p>
<p>Compares <i>s1</i> with <i>s2</i> and returns an integer less than, equal to, or greater than zero if <i>s1</i> is less than, equal to, or greater than <i>s2</i>.</p>
<p>The comparison is performed in a locale- and also platform-dependent manner. Use this function to present sorted lists of strings to the user.</p>
<p>This function was introduced in Qt 4.5.</p>
<h3 class="fn"><a name="localeAwareCompare-3" />int QStringRef.localeAwareCompare (QStringRef, QString)</h3><p>This is an overloaded function.</p>
<p>Compares this string with the <i>other</i> string and returns an integer less than, equal to, or greater than zero if this string is less than, equal to, or greater than the <i>other</i> string.</p>
<p>The comparison is performed in a locale- and also platform-dependent manner. Use this function to present sorted lists of strings to the user.</p>
<p>This function was introduced in Qt 4.5.</p>
<h3 class="fn"><a name="localeAwareCompare-4" />int QStringRef.localeAwareCompare (QStringRef, QStringRef)</h3><p>This is an overloaded function.</p>
<p>Compares this string with the <i>other</i> string and returns an integer less than, equal to, or greater than zero if this string is less than, equal to, or greater than the <i>other</i> string.</p>
<p>The comparison is performed in a locale- and also platform-dependent manner. Use this function to present sorted lists of strings to the user.</p>
<p>This function was introduced in Qt 4.5.</p>
<a name="//apple_ref/cpp/instm/QStringRef/position" />
<h3 class="fn"><a name="position" />int QStringRef.position (<i>self</i>)</h3><p>Returns the starting position in the referenced string that is referred to by the string reference.</p>
<p>See also <a href="qstringref.html#size">size</a>() and <a href="qstringref.html#string">string</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/size" />
<h3 class="fn"><a name="size" />int QStringRef.size (<i>self</i>)</h3><p>Returns the number of characters referred to by the string reference. Equivalent to <a href="qstringref.html#length">length</a>() and <a href="qstringref.html#count">count</a>().</p>
<p>See also <a href="qstringref.html#position">position</a>() and <a href="qstringref.html#string">string</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/string" />
<h3 class="fn"><a name="string" />QString QStringRef.string (<i>self</i>)</h3><p>Returns a pointer to the string referred to by the string reference, or 0 if it does not reference a string.</p>
<p>See also <a href="qstringref.html#unicode">unicode</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/toString" />
<h3 class="fn"><a name="toString" />QString QStringRef.toString (<i>self</i>)</h3><p>Returns a copy of the string reference as a <a href="qstring.html">QString</a> object.</p>
<p>If the string reference is not a complete reference of the string (meaning that <a href="qstringref.html#position">position</a>() is 0 and <a href="qstringref.html#size">size</a>() equals <a href="qstringref.html#string">string</a>()-&gt;<a href="qstringref.html#size">size</a>()), this function will allocate a new string to return.</p>
<p>See also <a href="qstringref.html#string">string</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/unicode" />
<h3 class="fn"><a name="unicode" />QChar QStringRef.unicode (<i>self</i>)</h3><p>Returns a Unicode representation of the string reference. Since the data stems directly from the referenced string, it is not null-terminated unless the string reference includes the string's null terminator.</p>
<p>See also <a href="qstringref.html#string">string</a>().</p>
<a name="//apple_ref/cpp/instm/QStringRef/operator=" />
<h3 class="fn"><a name="__eq__" />bool QStringRef.__eq__ (<i>self</i>, QStringRef)</h3><h3 class="fn"><a name="__eq__-2" />bool QStringRef.__eq__ (<i>self</i>, QString)</h3><h3 class="fn"><a name="__eq__-3" />bool QStringRef.__eq__ (<i>self</i>, <a href="qlatin1string.html">QLatin1String</a>)</h3><h3 class="fn"><a name="__ge__" />bool QStringRef.__ge__ (<i>self</i>, QStringRef)</h3><h3 class="fn"><a name="__gt__" />bool QStringRef.__gt__ (<i>self</i>, QStringRef)</h3><h3 class="fn"><a name="__le__" />bool QStringRef.__le__ (<i>self</i>, QStringRef)</h3><h3 class="fn"><a name="__lt__" />bool QStringRef.__lt__ (<i>self</i>, QStringRef)</h3><h3 class="fn"><a name="__ne__" />bool QStringRef.__ne__ (<i>self</i>, QStringRef)</h3><h3 class="fn"><a name="__ne__-2" />bool QStringRef.__ne__ (<i>self</i>, QString)</h3><h3 class="fn"><a name="__ne__-3" />bool QStringRef.__ne__ (<i>self</i>, <a href="qlatin1string.html">QLatin1String</a>)</h3><address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt&#160;4.7.3 for X11</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.qtsoftware.com">Nokia</a> 2010</td><td align="right" width="25%">Qt&#160;4.6.2</td></tr></table></div></address></body></html>