File: qt4-8-intro.html

package info (click to toggle)
qt4-x11 4%3A4.8.2%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 701,696 kB
  • sloc: cpp: 2,686,179; ansic: 375,485; python: 25,859; sh: 19,349; xml: 17,091; perl: 14,765; yacc: 5,383; asm: 5,038; makefile: 1,259; lex: 555; ruby: 526; objc: 347; cs: 112; pascal: 112; php: 54; sed: 34
file content (331 lines) | stat: -rw-r--r-- 30,975 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
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qt4-intro.qdoc -->
  <title>Qt 4.8: What's New in Qt 4.8</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li>What's New in Qt 4.8</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#qt-quick-1-1">Qt Quick 1.1</a></li>
<li class="level1"><a href="#qt-platform-abstraction-lighthouse">Qt Platform Abstraction -- <i>Lighthouse</i></a></li>
<li class="level1"><a href="#qt-webkit-2-2">Qt WebKit 2.2</a></li>
<li class="level1"><a href="#threaded-opengl">Threaded OpenGL</a></li>
<li class="level1"><a href="#deprecated-items-in-qt-4-8">Deprecated Items in Qt 4.8</a></li>
<li class="level1"><a href="#additions-to-the-qt-api">Additions to the Qt API</a></li>
<li class="level1"><a href="#new-classes-functions-macros-etc">New Classes, Functions, Macros, etc.</a></li>
</ul>
</div>
<h1 class="title">What's New in Qt 4.8</h1>
<span class="subtitle"></span>
<!-- $$$qt4-8-intro.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt 4.8 provides many improvements and enhancements over the previous releases in the Qt 4 series. This document covers the most important features in this release, separated by category.</p>
<p>A list of other Qt 4 features can be found on the <b><a href="qt4-intro.html">What's New in Qt 4</a></b> page.</p>
<a name="qt-quick-1-1"></a>
<h2>Qt Quick 1.1</h2>
<p>Qt Quick 1.1 introduces <a href="qtquick-whatsnew.html">new changes</a> such as new properties and better performance.</p>
<ul>
<li><a href="qml-righttoleft.html">Right-To-Left</a> text support</li>
<li>Improved image caching</li>
<li>Text input improvements - Support for split-screen virtual keyboard</li>
<li><a href="qml-pincharea.html">PinchArea</a> Element - enables simple pinch gesture handling</li>
<li>New properties for <a href="qdeclarativeelements.html">QML Elements</a>.</li>
</ul>
<a name="qt-platform-abstraction-lighthouse"></a>
<h2>Qt Platform Abstraction -- <i>Lighthouse</i></h2>
<p><i>QPA</i> allows porting Qt to different windowing systems and devices easier. It provides a clean abstraction layer for porting <a href="qtgui.html">QtGui</a> to new window systems.</p>
<a name="qt-webkit-2-2"></a>
<h2>Qt WebKit 2.2</h2>
<p>The new Qt WebKit release introduces bug fixes, performance improvements, and greater compiler compatibility.</p>
<a name="threaded-opengl"></a>
<h2>Threaded OpenGL</h2>
<p>Many Qt OpenGL functions are now thread-safe. Threads that cater to different situations are now available.</p>
<ul>
<li>Buffer swapping thread</li>
<li>Texture uploading thread</li>
<li><a href="qpainter.html">QPainter</a> thread</li>
</ul>
<a name="deprecated-items-in-qt-4-8"></a>
<h2>Deprecated Items in Qt 4.8</h2>
<p>As part of Open Governance, modules in Qt 4.8 will receive maintainers and receive different support levels.</p>
<p>Currently, a module has an activity classification, the <i>Module Maturity Level</i>. As well, a list of modules and their maturity level is in the <a href="http://developer.qt.nokia.com/">Qt Developer Network</a>.</p>
<ul>
<li><a href="http://labs.qt.nokia.com/2011/05/03/qt-modules-maturity-level/">Qt Modules' Maturity Level - Description</a> - description of the different <i>maturity levels</i></li>
<li><a href="http://developer.qt.nokia.com/wiki/Qt_Modules_Maturity_Level">Qt Modules' Maturity Levels - Modules List</a> - list of the Qt modules and their maturity level</li>
</ul>
<a name="additions-to-the-qt-api"></a>
<h2>Additions to the Qt API</h2>
<p>Qt 4.8 introduces changes to the Qt API.</p>
<ul>
<li>C++11 support: Qt supports some of the features of the C++11 standard. <a href="qlist.html">QList</a>, <a href="qvector.html">QVector</a> and <a href="qstringlist.html">QStringList</a> can be initialized with initializer lists. Most of the tool classes have a move operator. It is possible to use lambda functions in some of the <a href="qtconcurrent.html">QtConcurrent</a> functions.</li>
<li>Localization API<p>Changes to the Localization APIs include improvements to <a href="qlocale.html">QLocale</a> and more support for different language code formats.</p>
<ul>
<li><a href="qlocale.html#quoteString">QLocale::quoteString</a>() - for localized quotes</li>
<li><a href="qlocale.html#createSeparatedList">QLocale::createSeparatedList</a>() - for localized list separation (e.g&#x2e; &quot;1, 2 and 3&quot;)</li>
<li><a href="qlocale.html#bcp47Name">QLocale::bcp47Name</a>() - for locale names in the canonical form according to <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">RFC 5646 - BCP47</a></li>
<li><a href="qlocale.html#matchingLocales">QLocale::matchingLocales</a>() - to get a list of locales that match a criteria - e.g&#x2e; a list of locales that use French language.</li>
<li><a href="qlocale.html#firstDayOfWeek">QLocale::firstDayOfWeek</a>()</li>
<li><a href="qlocale.html#weekdays">QLocale::weekdays</a>()</li>
<li><a href="qlocale.html#currencySymbol">QLocale::currencySymbol</a>()</li>
<li><a href="qlocale.html#toCurrencyString">QLocale::toCurrencyString</a>() - number formatting for currencies</li>
<li><a href="qlocale.html#uiLanguages">QLocale::uiLanguages</a>()</li>
<li><a href="qlocale.html#nativeLanguageName">QLocale::nativeLanguageName</a>()</li>
<li><a href="qlocale.html#nativeCountryName">QLocale::nativeCountryName</a>()</li>
</ul>
</li>
<li>IP Multicast API</li>
<li>Multithreaded HTTP</li>
<li>QThreadLocalStorage can now store simple objects in addition to pointers</li>
</ul>
<a name="new-classes-functions-macros-etc"></a>
<h2>New Classes, Functions, Macros, etc.</h2>
<ul>
<li><a href="#new-classes">    New Classes</a></li>
<li><a href="#new-member-functions">    New Member Functions</a></li>
<li><a href="#new-global-functions">    New Global Functions</a></li>
<li><a href="#new-macros">    New Macros</a></li>
</ul>
<a name="new-classes"></a>
<h3>    New Classes</h3>
<div class="flowListDiv">
<dl class="flowList odd"><dt class="alphaChar"><b>C</b></dt>
<dd><a href="qsystemlocale-currencytostringargument.html">CurrencyToStringArgument</a> (<a href="qsystemlocale.html">QSystemLocale</a>)</dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>D</b></dt>
<dd><a href="qdbusunixfiledescriptor.html">QDBusUnixFileDescriptor</a></dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>G</b></dt>
<dd><a href="qgenericplugin.html">QGenericPlugin</a></dd>
<dd><a href="qgenericpluginfactory.html">QGenericPluginFactory</a></dd>
<dd><a href="qglfunctions.html">QGLFunctions</a></dd>
<dd><a href="qglyphrun.html">QGlyphRun</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>H</b></dt>
<dd><a href="qhttpmultipart.html">QHttpMultiPart</a></dd>
<dd><a href="qhttppart.html">QHttpPart</a></dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>I</b></dt>
<dd><a href="qidentityproxymodel.html">QIdentityProxyModel</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>P</b></dt>
<dd><a href="qplatformcursor.html">QPlatformCursor</a></dd>
<dd><a href="qplatformcursorimage.html">QPlatformCursorImage</a></dd>
<dd><a href="qplatformfontdatabase.html">QPlatformFontDatabase</a></dd>
<dd><a href="qplatformwindowformat.html">QPlatformWindowFormat</a></dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>R</b></dt>
<dd><a href="qrawfont.html">QRawFont</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>S</b></dt>
<dd><a href="qscopedvaluerollback.html">QScopedValueRollback</a></dd>
<dd><a href="qsupportedwritingsystems.html">QSupportedWritingSystems</a></dd>
</dl>
</div>
<a name="new-member-functions"></a>
<h3>    New Member Functions</h3>
<p>Class <a href="qcontiguouscache.html">QContiguousCache</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontiguouscache.html#swap">swap</a></b> ( QContiguousCache&lt;T&gt; &amp; <i>other</i> )</td></tr>
</table>
<br/><p>Class <a href="qdbusabstractinterface.html">QDBusAbstractInterface</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qdbusabstractinterface.html#setTimeout">setTimeout</a></b> ( int <i>timeout</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qdbusabstractinterface.html#timeout">timeout</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qsharedmemory.html">QSharedMemory</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qsharedmemory.html#nativeKey">nativeKey</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsharedmemory.html#setNativeKey">setNativeKey</a></b> ( const QString &amp; <i>key</i> )</td></tr>
</table>
<br/><p>Class <a href="qnetworkproxyquery.html">QNetworkProxyQuery</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qnetworkproxyquery.html#setNetworkConfiguration">setNetworkConfiguration</a></b> ( const QNetworkConfiguration &amp; <i>networkConfiguration</i> )</td></tr>
</table>
<br/><p>Class <a href="qhelpsearchquerywidget.html">QHelpSearchQueryWidget</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qhelpsearchquerywidget.html#collapseExtendedSearch">collapseExtendedSearch</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qhelpsearchquerywidget.html#expandExtendedSearch">expandExtendedSearch</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qhelpsearchquerywidget.html#setQuery">setQuery</a></b> ( const QList&lt;QHelpSearchQuery&gt; &amp; <i>queryList</i> )</td></tr>
</table>
<br/><p>Class <a href="qthreadpool.html">QThreadPool</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qthreadpool.html#waitForDone-2">waitForDone</a></b> ( int <i>msecs</i> )</td></tr>
</table>
<br/><p>Class <a href="qnetworkreply.html">QNetworkReply</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qnetworkreply.html#setFinished">setFinished</a></b> ( bool <i>finished</i> )</td></tr>
</table>
<br/><p>Class <a href="qgraphicslayout.html">QGraphicsLayout</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicslayout.html#instantInvalidatePropagation">instantInvalidatePropagation</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicslayout.html#setInstantInvalidatePropagation">setInstantInvalidatePropagation</a></b> ( bool <i>enable</i> )</td></tr>
</table>
<br/><p>Class <a href="qdbusconnection.html">QDBusConnection</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QDBusConnection </td><td class="memItemRight bottomAlign"><b><a href="qdbusconnection.html#connectToPeer">connectToPeer</a></b> ( const QString &amp; <i>address</i>, const QString &amp; <i>name</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> ConnectionCapabilities </td><td class="memItemRight bottomAlign"><b><a href="qdbusconnection.html#connectionCapabilities">connectionCapabilities</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qdbusconnection.html#disconnectFromPeer">disconnectFromPeer</a></b> ( const QString &amp; <i>name</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QByteArray </td><td class="memItemRight bottomAlign"><b><a href="qdbusconnection.html#localMachineId">localMachineId</a></b> ()</td></tr>
</table>
<br/><p>Class <a href="qgraphicsgridlayout.html">QGraphicsGridLayout</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsgridlayout.html#removeItem">removeItem</a></b> ( QGraphicsLayoutItem * <i>item</i> )</td></tr>
</table>
<br/><p>Class <a href="qprinterinfo.html">QPrinterInfo</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QPrinterInfo &amp; </td><td class="memItemRight bottomAlign"><b><a href="qprinterinfo.html#operator-eq">operator=</a></b> ( const QPrinterInfo &amp; <i>other</i> )</td></tr>
</table>
<br/><p>Class <a href="qglframebufferobjectformat.html">QGLFramebufferObjectFormat</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qglframebufferobjectformat.html#mipmap">mipmap</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qglframebufferobjectformat.html#setMipmap">setMipmap</a></b> ( bool <i>enabled</i> )</td></tr>
</table>
<br/><p>Class <a href="qgraphicswebview.html">QGraphicsWebView</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QPainter::RenderHints </td><td class="memItemRight bottomAlign"><b><a href="qgraphicswebview.html#renderHints-prop">renderHints</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicswebview.html#setRenderHint">setRenderHint</a></b> ( QPainter::RenderHint <i>hint</i>, bool <i>enabled</i> = true )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicswebview.html#renderHints-prop">setRenderHints</a></b> ( QPainter::RenderHints <i>hints</i> )</td></tr>
</table>
<br/><p>Class <a href="qstringref.html">QStringRef</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#contains">contains</a></b> ( const QString &amp; <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#contains-2">contains</a></b> ( QChar <i>ch</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#contains-3">contains</a></b> ( const QStringRef &amp; <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#count-2">count</a></b> ( const QString &amp; <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#count-3">count</a></b> ( QChar <i>ch</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#count-4">count</a></b> ( const QStringRef &amp; <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#endsWith">endsWith</a></b> ( const QString &amp; <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#endsWith-3">endsWith</a></b> ( QLatin1String <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#endsWith-2">endsWith</a></b> ( QChar <i>ch</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#endsWith-4">endsWith</a></b> ( const QStringRef &amp; <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#indexOf">indexOf</a></b> ( const QString &amp; <i>str</i>, int <i>from</i> = 0, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#indexOf-3">indexOf</a></b> ( QChar <i>ch</i>, int <i>from</i> = 0, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#indexOf-2">indexOf</a></b> ( QLatin1String <i>str</i>, int <i>from</i> = 0, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#indexOf-4">indexOf</a></b> ( const QStringRef &amp; <i>str</i>, int <i>from</i> = 0, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#lastIndexOf">lastIndexOf</a></b> ( const QString &amp; <i>str</i>, int <i>from</i> = -1, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#lastIndexOf-2">lastIndexOf</a></b> ( QChar <i>ch</i>, int <i>from</i> = -1, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#lastIndexOf-3">lastIndexOf</a></b> ( QLatin1String <i>str</i>, int <i>from</i> = -1, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#lastIndexOf-4">lastIndexOf</a></b> ( const QStringRef &amp; <i>str</i>, int <i>from</i> = -1, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#startsWith">startsWith</a></b> ( const QString &amp; <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#startsWith-2">startsWith</a></b> ( QLatin1String <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#startsWith-4">startsWith</a></b> ( QChar <i>ch</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#startsWith-3">startsWith</a></b> ( const QStringRef &amp; <i>str</i>, Qt::CaseSensitivity <i>cs</i> = Qt::CaseSensitive ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QByteArray </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#toAscii">toAscii</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QByteArray </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#toLatin1">toLatin1</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QByteArray </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#toLocal8Bit">toLocal8Bit</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QVector&lt;uint&gt; </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#toUcs4">toUcs4</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QByteArray </td><td class="memItemRight bottomAlign"><b><a href="qstringref.html#toUtf8">toUtf8</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qnetworkconfigurationmanager.html">QNetworkConfigurationManager</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qnetworkconfigurationmanager.html#configurationRemoved">configurationRemoved</a></b> ( const QNetworkConfiguration &amp; <i>config</i> )</td></tr>
</table>
<br/><p>Class <a href="qnetworkaccessmanager.html">QNetworkAccessManager</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QNetworkReply * </td><td class="memItemRight bottomAlign"><b><a href="qnetworkaccessmanager.html#post-3">post</a></b> ( const QNetworkRequest &amp; <i>request</i>, QHttpMultiPart * <i>multiPart</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QNetworkReply * </td><td class="memItemRight bottomAlign"><b><a href="qnetworkaccessmanager.html#put-2">put</a></b> ( const QNetworkRequest &amp; <i>request</i>, QHttpMultiPart * <i>multiPart</i> )</td></tr>
</table>
<br/><p>Class <a href="qwebpage.html">QWebPage</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebpage.html#viewportChangeRequested">viewportChangeRequested</a></b> ()</td></tr>
</table>
<br/><p>Class <a href="qelapsedtimer.html">QElapsedTimer</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> qint64 </td><td class="memItemRight bottomAlign"><b><a href="qelapsedtimer.html#nsecsElapsed">nsecsElapsed</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qabstractproxymodel.html">QAbstractProxyModel</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> virtual QModelIndex </td><td class="memItemRight bottomAlign"><b><a href="qabstractproxymodel.html#buddy">buddy</a></b> ( const QModelIndex &amp; <i>index</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual bool </td><td class="memItemRight bottomAlign"><b><a href="qabstractproxymodel.html#canFetchMore">canFetchMore</a></b> ( const QModelIndex &amp; <i>parent</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qabstractproxymodel.html#fetchMore">fetchMore</a></b> ( const QModelIndex &amp; <i>parent</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual bool </td><td class="memItemRight bottomAlign"><b><a href="qabstractproxymodel.html#hasChildren">hasChildren</a></b> ( const QModelIndex &amp; <i>parent</i> = QModelIndex() ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QMimeData * </td><td class="memItemRight bottomAlign"><b><a href="qabstractproxymodel.html#mimeData">mimeData</a></b> ( const QModelIndexList &amp; <i>indexes</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QStringList </td><td class="memItemRight bottomAlign"><b><a href="qabstractproxymodel.html#mimeTypes">mimeTypes</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qabstractproxymodel.html#sort">sort</a></b> ( int <i>column</i>, Qt::SortOrder <i>order</i> = Qt::AscendingOrder )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QSize </td><td class="memItemRight bottomAlign"><b><a href="qabstractproxymodel.html#span">span</a></b> ( const QModelIndex &amp; <i>index</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual Qt::DropActions </td><td class="memItemRight bottomAlign"><b><a href="qabstractproxymodel.html#supportedDropActions">supportedDropActions</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qundocommand.html">QUndoCommand</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qundocommand.html#actionText">actionText</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qxmlstreamwriter.html">QXmlStreamWriter</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qxmlstreamwriter.html#hasError">hasError</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qsslsocket.html">QSslSocket</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qsslsocket.html#peerVerifyName">peerVerifyName</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsslsocket.html#setPeerVerifyName">setPeerVerifyName</a></b> ( const QString &amp; <i>hostName</i> )</td></tr>
</table>
<br/><p>Class <a href="qprocessenvironment.html">QProcessEnvironment</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qprocessenvironment.html#insert-2">insert</a></b> ( const QProcessEnvironment &amp; <i>e</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QStringList </td><td class="memItemRight bottomAlign"><b><a href="qprocessenvironment.html#keys">keys</a></b> () const</td></tr>
</table>
<br/><a name="new-global-functions"></a>
<h3>    New Global Functions</h3>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qvarlengtharray.html#operator-not-eq-48">operator!=</a></b> ( const QVarLengthArray&lt;T, Prealloc1&gt; &amp; <i>left</i>, const QVarLengthArray&lt;T, Prealloc2&gt; &amp; <i>right</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qplatformwindowformat.html#operator-not-eq-13">operator!=</a></b> ( const QPlatformWindowFormat &amp; <i>a</i>, const QPlatformWindowFormat &amp; <i>b</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QPoint </td><td class="memItemRight bottomAlign"><b><a href="qpoint.html#operator-2a-59">operator*</a></b> ( int <i>factor</i>, const QPoint &amp; <i>point</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QPoint </td><td class="memItemRight bottomAlign"><b><a href="qpoint.html#operator-2a-58">operator*</a></b> ( double <i>factor</i>, const QPoint &amp; <i>point</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QPoint </td><td class="memItemRight bottomAlign"><b><a href="qpoint.html#operator-2a-57">operator*</a></b> ( float <i>factor</i>, const QPoint &amp; <i>point</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QPoint </td><td class="memItemRight bottomAlign"><b><a href="qpoint.html#operator-2a-17">operator*</a></b> ( const QPoint &amp; <i>point</i>, int <i>factor</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QPoint </td><td class="memItemRight bottomAlign"><b><a href="qpoint.html#operator-2a-16">operator*</a></b> ( const QPoint &amp; <i>point</i>, double <i>factor</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QPoint </td><td class="memItemRight bottomAlign"><b><a href="qpoint.html#operator-2a-15">operator*</a></b> ( const QPoint &amp; <i>point</i>, float <i>factor</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qvarlengtharray.html#operator-eq-eq-71">operator==</a></b> ( const QVarLengthArray&lt;T, Prealloc1&gt; &amp; <i>left</i>, const QVarLengthArray&lt;T, Prealloc2&gt; &amp; <i>right</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qplatformwindowformat.html#operator-eq-eq-16">operator==</a></b> ( const QPlatformWindowFormat &amp; <i>a</i>, const QPlatformWindowFormat &amp; <i>b</i> )</td></tr>
</table>
<a name="new-macros"></a>
<h3>    New Macros</h3>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qtglobal.html#Q_LIKELY">Q_LIKELY</a></b> (  <i>expr</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qtglobal.html#Q_UNLIKELY">Q_UNLIKELY</a></b> (  <i>expr</i> )</td></tr>
</table>
</div>
<!-- @@@qt4-8-intro.html -->
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
    <p>
      <acronym title="Copyright">&copy;</acronym> 2012 Nokia Corporation and/or its
      subsidiaries. Documentation contributions included herein are the copyrights of
      their respective owners.</p>
    <br />
    <p>
      The documentation provided herein is licensed under the terms of the
      <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
      License version 1.3</a> as published by the Free Software Foundation.</p>
    <p>
      Documentation sources may be obtained from <a href="http://www.qt-project.org">
      www.qt-project.org</a>.</p>
    <br />
    <p>
      Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
      in Finland and/or other countries worldwide. All other trademarks are property
      of their respective owners. <a title="Privacy Policy"
      href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>