~ubuntu-branches/ubuntu/precise/python-qt4/precise-proposed

« back to all changes in this revision

Viewing changes to doc/html/qsysinfo.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell
  • Date: 2010-11-08 16:13:33 UTC
  • mfrom: (1.5.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108161333-0nec4wu0nz3wpf9r
Tags: 4.8.1-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Build against python-sip-dev 4.11.2
* Remove kubuntu_02_fix-scpk-and-flag-issue.diff merged upstream
* Install __init__.py into /usr/lib/python3.2/dist-packages/PyQt4,
  fixes Python 3 support
* Add QtDeclarative to python-qt4
* Add kubuntu_03_uiparser.diff from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
td.postheader { font-family: sans-serif }
7
7
tr.address { font-family: sans-serif }
8
8
body { background: #ffffff; color: black; }
9
 
</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">QSysInfo Class Reference<br /><sup><sup>[<a href="qtcore.html">QtCore</a> module]</sup></sup></h1><p>The QSysInfo class provides information about the system. <a href="#details">More...</a></p>
 
9
</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">QSysInfo Class Reference<br /><sup><sup>[<a href="qtcore.html">QtCore</a> module]</sup></sup></h1><p>The QSysInfo class provides information about the system.
 
10
<a href="#details">More...</a></p>
 
11
 
10
12
<h3>Types</h3><ul><li><div class="fn" />enum <b><a href="qsysinfo.html#Endian-enum">Endian</a></b> { BigEndian, LittleEndian, ByteOrder }</li><li><div class="fn" />enum <b><a href="qsysinfo.html#Sizes-enum">Sizes</a></b> { WordSize }</li></ul><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qsysinfo.html#QSysInfo">__init__</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qsysinfo.html#QSysInfo-2">__init__</a></b> (<i>self</i>, QSysInfo)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QSysInfo class provides information about the system.</p>
11
13
<ul>
12
 
<li><a href="qsysinfo.html#Sizes-enum">WordSize</a> specifies the size of a pointer for the platform on which the application is compiled.</li>
13
 
<li><a href="qsysinfo.html#Endian-enum">ByteOrder</a> specifies whether the platform is big-endian or little-endian.</li>
14
 
<li><a href="qsysinfo.html#WindowsVersion-var">WindowsVersion</a> specifies the version of the Windows operating system on which the application is run (Windows only)</li>
15
 
<li><a href="qsysinfo.html#MacintoshVersion-var">MacintoshVersion</a> specifies the version of the Macintosh operating system on which the application is run (Mac only).</li>
 
14
<li><a href="qsysinfo.html#Sizes-enum">WordSize</a> specifies the
 
15
size of a pointer for the platform on which the application is
 
16
compiled.</li>
 
17
<li><a href="qsysinfo.html#Endian-enum">ByteOrder</a> specifies
 
18
whether the platform is big-endian or little-endian.</li>
 
19
<li><a href="qsysinfo.html#WindowsVersion-var">WindowsVersion</a>
 
20
specifies the version of the Windows operating system on which the
 
21
application is run (Windows only)</li>
 
22
<li><a href="qsysinfo.html#MacintoshVersion-var">MacintoshVersion</a> specifies
 
23
the version of the Macintosh operating system on which the
 
24
application is run (Mac only).</li>
16
25
</ul>
17
 
<p>Some constants are defined only on certain platforms. You can use the preprocessor symbols <a href="qtcore.html#Q_WS_WIN">Q_WS_WIN</a> and <a href="qtcore.html#Q_WS_MAC">Q_WS_MAC</a> to test that the application is compiled under Windows or Mac.</p>
18
 
<p>See also <a href="qlibraryinfo.html">QLibraryInfo</a>.</p>
19
 
<hr /><h2>Type Documentation</h2><h3 class="fn"><a name="Endian-enum" />QSysInfo.Endian</h3><p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
20
 
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
21
 
<tr><td valign="top"><tt>QSysInfo.BigEndian</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">Big-endian byte order (also called Network byte order)</td></tr>
22
 
<tr><td valign="top"><tt>QSysInfo.LittleEndian</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">Little-endian byte order</td></tr>
23
 
<tr><td valign="top"><tt>QSysInfo.ByteOrder</tt></td><td align="center" valign="top"><tt>&lt;platform-dependent&gt;</tt></td><td valign="top">Equals BigEndian or LittleEndian, depending on the platform's byte order.</td></tr>
24
 
</table></p>
25
 
<a name="//apple_ref/cpp/tag/QSysInfo/MacVersion" />
26
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_9" />
27
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_10_0" />
28
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_10_1" />
29
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_10_2" />
30
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_10_3" />
31
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_10_4" />
32
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_10_5" />
33
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_10_6" />
34
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_Unknown" />
35
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_CHEETAH" />
36
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_PUMA" />
37
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_JAGUAR" />
38
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_PANTHER" />
39
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_TIGER" />
40
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_LEOPARD" />
41
 
<a name="//apple_ref/cpp/econst/QSysInfo/MV_SNOWLEOPARD" />
42
 
<h3 class="fn"><a name="Sizes-enum" />QSysInfo.Sizes</h3><p>This enum provides platform-specific information about the sizes of data structures used by the underlying architecture.</p>
43
 
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
44
 
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
45
 
<tr><td valign="top"><tt>QSysInfo.WordSize</tt></td><td align="center" valign="top"><tt>( sizeof( void * ) &lt;&lt;3 )</tt></td><td valign="top">The size in bits of a pointer for the platform on which the application is compiled (32 or 64).</td></tr>
46
 
</table></p>
47
 
<a name="//apple_ref/cpp/tag/QSysInfo/SymbianVersion" />
48
 
<a name="//apple_ref/cpp/econst/QSysInfo/SV_9_2" />
49
 
<a name="//apple_ref/cpp/econst/QSysInfo/SV_9_3" />
50
 
<a name="//apple_ref/cpp/econst/QSysInfo/SV_9_4" />
51
 
<a name="//apple_ref/cpp/econst/QSysInfo/SV_SF_1" />
52
 
<a name="//apple_ref/cpp/econst/QSysInfo/SV_SF_2" />
53
 
<a name="//apple_ref/cpp/econst/QSysInfo/SV_SF_3" />
54
 
<a name="//apple_ref/cpp/econst/QSysInfo/SV_SF_4" />
55
 
<a name="//apple_ref/cpp/econst/QSysInfo/SV_Unknown" />
56
 
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QSysInfo" />QSysInfo.__init__ (<i>self</i>)</h3><h3 class="fn"><a name="QSysInfo-2" />QSysInfo.__init__ (<i>self</i>, <a href="qsysinfo.html">QSysInfo</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.7 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.3</td></tr></table></div></address></body></html>
 
 
b'\\ No newline at end of file'
 
26
<p>Some constants are defined only on certain platforms. You can
 
27
use the preprocessor symbols <a href="qtcore.html#Q_WS_WIN">Q_WS_WIN</a> and <a href="qtcore.html#Q_WS_MAC">Q_WS_MAC</a> to test that the application
 
28
is compiled under Windows or Mac.</p>
 
29
<hr /><h2>Type Documentation</h2><h3 class="fn"><a name="Endian-enum" />QSysInfo.Endian</h3><table class="valuelist">
 
30
<tr class="odd">
 
31
<td />
 
32
</tr>
 
33
<tr>
 
34
<th class="tblConst">Constant</th>
 
35
<th class="tblval">Value</th>
 
36
<th class="tbldscr">Description</th>
 
37
</tr>
 
38
<tr>
 
39
<td class="topAlign"><tt>QSysInfo.BigEndian</tt></td>
 
40
<td class=" topAlign"><tt>0</tt></td>
 
41
<td class="topAlign">Big-endian byte order (also called Network
 
42
byte order)</td>
 
43
</tr>
 
44
<tr>
 
45
<td class="topAlign"><tt>QSysInfo.LittleEndian</tt></td>
 
46
<td class=" topAlign"><tt>1</tt></td>
 
47
<td class="topAlign">Little-endian byte order</td>
 
48
</tr>
 
49
<tr>
 
50
<td class="topAlign"><tt>QSysInfo.ByteOrder</tt></td>
 
51
<td class=" topAlign"><tt>&lt;platform-dependent&gt;</tt></td>
 
52
<td class="topAlign">Equals BigEndian or LittleEndian, depending on
 
53
the platform's byte order.</td>
 
54
</tr>
 
55
</table>
 
56
 
 
57
 
 
58
<h3 class="fn"><a name="Sizes-enum" />QSysInfo.Sizes</h3><p>This enum provides platform-specific information about the sizes
 
59
of data structures used by the underlying architecture.</p>
 
60
<table class="valuelist">
 
61
<tr class="odd">
 
62
<td />
 
63
</tr>
 
64
<tr>
 
65
<th class="tblConst">Constant</th>
 
66
<th class="tblval">Value</th>
 
67
<th class="tbldscr">Description</th>
 
68
</tr>
 
69
<tr>
 
70
<td class="topAlign"><tt>QSysInfo.WordSize</tt></td>
 
71
<td class=" topAlign"><tt>( sizeof( void * ) &lt;&lt;3 )</tt></td>
 
72
<td class="topAlign">The size in bits of a pointer for the platform
 
73
on which the application is compiled (32 or 64).</td>
 
74
</tr>
 
75
</table>
 
76
 
 
77
 
 
78
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QSysInfo" />QSysInfo.__init__ (<i>self</i>)</h3><h3 class="fn"><a name="QSysInfo-2" />QSysInfo.__init__ (<i>self</i>, <a href="qsysinfo.html">QSysInfo</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.8.1 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.7.0</td></tr></table></div></address></body></html>
 
 
b'\\ No newline at end of file'