/usr/share/qt5/doc/qtx11extras/qtx11extras.index is in qtx11extras5-doc-html 5.2.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="http://qt-project.org/doc/qt-5.2" title="Qt X11 Extras Reference Documentation" version="5.2.1" project="QtX11Extras">
<namespace threadsafety="unspecified" name="" access="public" status="commendable">
<page name="qtx11extras-index.html" href="qtx11extras-index.html" access="public" status="commendable" location="qtx11extras-index.qdoc" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/doc/src/qtx11extras-index.qdoc" lineno="27" subtype="page" title="Qt X11 Extras" fulltitle="Qt X11 Extras" subtitle="" module="QtX11Extras" brief="A Qt module which provides tools for developing for the X11 platform.">
<contents name="getting-started" title="Getting Started" level="1"/>
<contents name="api-reference" title="API Reference" level="1"/>
</page>
<page name="QtX11Extras" href="qtx11extras-module.html" access="public" status="commendable" location="qtx11extras-module.qdoc" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/doc/src/qtx11extras-module.qdoc" lineno="28" subtype="module" title="Qt X11 Extras C++ Classes" fulltitle="Qt X11 Extras C++ Classes" subtitle="" groups="modules" brief="Provides classes for developing for the X11 platform."/>
<class threadsafety="unspecified" name="QX11Info" href="qx11info.html" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="54" since="5.1" bases="" module="QtX11Extras" brief="Provides information about the X display configuration.">
<function threadsafety="unspecified" name="QX11Info" fullname="QX11Info::QX11Info" href="qx11info.html#QX11Info" access="private" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="76" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QX11Info()"/>
<function threadsafety="unspecified" name="appDpiX" fullname="QX11Info::appDpiX" href="qx11info.html#appDpiX" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="58" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="appDpiX(int screen)">
<parameter left="int" right="" name="screen" default="-1"/>
</function>
<function threadsafety="unspecified" name="appDpiY" fullname="QX11Info::appDpiY" href="qx11info.html#appDpiY" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="59" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="appDpiY(int screen)">
<parameter left="int" right="" name="screen" default="-1"/>
</function>
<function threadsafety="unspecified" name="appRootWindow" fullname="QX11Info::appRootWindow" href="qx11info.html#appRootWindow" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="61" virtual="non" meta="plain" const="false" static="true" overload="false" type="unsigned long" signature="appRootWindow(int screen)">
<parameter left="int" right="" name="screen" default="-1"/>
</function>
<function threadsafety="unspecified" name="appScreen" fullname="QX11Info::appScreen" href="qx11info.html#appScreen" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="62" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="appScreen()"/>
<function threadsafety="unspecified" name="appTime" fullname="QX11Info::appTime" href="qx11info.html#appTime" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="64" virtual="non" meta="plain" const="false" static="true" overload="false" type="unsigned long" signature="appTime()"/>
<function threadsafety="unspecified" name="appUserTime" fullname="QX11Info::appUserTime" href="qx11info.html#appUserTime" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="65" virtual="non" meta="plain" const="false" static="true" overload="false" type="unsigned long" signature="appUserTime()"/>
<function threadsafety="unspecified" name="connection" fullname="QX11Info::connection" href="qx11info.html#connection" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="73" virtual="non" meta="plain" const="false" static="true" overload="false" type="xcb_connection_t *" signature="connection()"/>
<function threadsafety="unspecified" name="display" fullname="QX11Info::display" href="qx11info.html#display" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="72" virtual="non" meta="plain" const="false" static="true" overload="false" type="Display *" signature="display()"/>
<function threadsafety="unspecified" name="getTimestamp" fullname="QX11Info::getTimestamp" href="qx11info.html#getTimestamp" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="70" since="5.2" virtual="non" meta="plain" const="false" static="true" overload="false" type="unsigned long" signature="getTimestamp()"/>
<function threadsafety="unspecified" name="isPlatformX11" fullname="QX11Info::isPlatformX11" href="qx11info.html#isPlatformX11" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="56" since="5.2" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isPlatformX11()"/>
<function threadsafety="unspecified" name="setAppTime" fullname="QX11Info::setAppTime" href="qx11info.html#setAppTime" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="67" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setAppTime(unsigned long time)">
<parameter left="unsigned long" right="" name="time" default=""/>
</function>
<function threadsafety="unspecified" name="setAppUserTime" fullname="QX11Info::setAppUserTime" href="qx11info.html#setAppUserTime" access="public" status="commendable" location="qx11info_x11.h" filepath="/build/buildd/qtx11extras-opensource-src-5.2.1/src/x11extras/qx11info_x11.h" lineno="68" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setAppUserTime(unsigned long time)">
<parameter left="unsigned long" right="" name="time" default=""/>
</function>
</class>
<page name="ftp://ftp.qt-project.org/pub/qt/solutions/lgpl/qtmotifextension-2.7_1-opensource.tar.gz" href="ftp://ftp.qt-project.org/pub/qt/solutions/lgpl/qtmotifextension-2.7_1-opensource.tar.gz" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="466" subtype="externalpage" title="Motif Extension" fulltitle="Motif Extension" subtitle=""/>
<page name="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/_accessible_event_i_d_8idl.html" href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/_accessible_event_i_d_8idl.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="456" subtype="externalpage" title="AccessibleEventID.idl File Reference" fulltitle="AccessibleEventID.idl File Reference" subtitle=""/>
<page name="http://arora-browser.org/" href="http://arora-browser.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="166" subtype="externalpage" title="Arora Browser" fulltitle="Arora Browser" subtitle=""/>
<page name="http://cgi.netscape.com/newsref/std/cookie_spec.html" href="http://cgi.netscape.com/newsref/std/cookie_spec.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="296" subtype="externalpage" title="Netscape Cookie Specification" fulltitle="Netscape Cookie Specification" subtitle=""/>
<page name="http://code.google.com/p/angleproject/" href="http://code.google.com/p/angleproject/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="176" subtype="externalpage" title="ANGLE" fulltitle="ANGLE" subtitle=""/>
<page name="http://developers.sun.com/sunstudio/downloads/patches/index.jsp" href="http://developers.sun.com/sunstudio/downloads/patches/index.jsp" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="336" subtype="externalpage" title="Sun Studio Patches" fulltitle="Sun Studio Patches" subtitle=""/>
<page name="http://directfb.org/docs/DirectFB_Reference_1_4/IDirectFBImageProvider.html" href="http://directfb.org/docs/DirectFB_Reference_1_4/IDirectFBImageProvider.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="376" subtype="externalpage" title="DirectFB - IDirectFBImageProvider" fulltitle="DirectFB - IDirectFBImageProvider" subtitle=""/>
<page name="http://en.tldp.org/HOWTO/Framebuffer-HOWTO.html" href="http://en.tldp.org/HOWTO/Framebuffer-HOWTO.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="306" subtype="externalpage" title="Framebuffer HOWTO" fulltitle="Framebuffer HOWTO" subtitle=""/>
<page name="http://git.iksaif.net/?p=qsslkey-p11.git" href="http://git.iksaif.net/?p=qsslkey-p11.git" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="481" subtype="externalpage" title="qsslkey example" fulltitle="qsslkey example" subtitle=""/>
<page name="http://gnuwin32.sourceforge.net/packages.html" href="http://gnuwin32.sourceforge.net/packages.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="100" subtype="externalpage" title="GnuWin32 Project" fulltitle="GnuWin32 Project" subtitle=""/>
<page name="http://linux.sybase.com" href="http://linux.sybase.com" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="251" subtype="externalpage" title="http://linux.sybase.com" fulltitle="http://linux.sybase.com" subtitle=""/>
<page name="http://lldb.llvm.org/" href="http://lldb.llvm.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="491" subtype="externalpage" title="The LLDB Debugger" fulltitle="The LLDB Debugger" subtitle=""/>
<page name="http://msdn.microsoft.com/en-us/directx/default.aspx" href="http://msdn.microsoft.com/en-us/directx/default.aspx" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="181" subtype="externalpage" title="Direct X SDK" fulltitle="Direct X SDK" subtitle=""/>
<page name="http://msdn.microsoft.com/en-us/library/dd318066.aspx" href="http://msdn.microsoft.com/en-us/library/dd318066.aspx" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="461" subtype="externalpage" title="Microsoft Active Accessibility Event Constants" fulltitle="Microsoft Active Accessibility Event Constants" subtitle=""/>
<page name="http://msdn.microsoft.com/en-us/library/ms533046(VS.85).aspx" href="http://msdn.microsoft.com/en-us/library/ms533046(VS.85).aspx" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="301" subtype="externalpage" title="Mitigating Cross-site Scripting With HTTP-only Cookies" fulltitle="Mitigating Cross-site Scripting With HTTP-only Cookies" subtitle=""/>
<page name="http://opensource.org/licenses/bsd-license.php" href="http://opensource.org/licenses/bsd-license.php" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="411" subtype="externalpage" title="New and Modified BSD Licenses" fulltitle="New and Modified BSD Licenses" subtitle=""/>
<page name="http://publicsuffix.org/" href="http://publicsuffix.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="446" subtype="externalpage" title="publicsuffix.org" fulltitle="publicsuffix.org" subtitle=""/>
<page name="http://pyxml.sourceforge.net/topics/xbel/" href="http://pyxml.sourceforge.net/topics/xbel/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="211" subtype="externalpage" title="XML Bookmark Exchange Language Resource Page" fulltitle="XML Bookmark Exchange Language Resource Page" subtitle=""/>
<page name="http://site.icu-project.org/" href="http://site.icu-project.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="196" subtype="externalpage" title="ICU" fulltitle="ICU" subtitle=""/>
<page name="http://tdm-gcc.tdragon.net/" href="http://tdm-gcc.tdragon.net/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="141" subtype="externalpage" title="TDM-GCC" fulltitle="TDM-GCC" subtitle=""/>
<page name="http://wap.trafikanten.no" href="http://wap.trafikanten.no" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="311" subtype="externalpage" title="Trafikanten" fulltitle="Trafikanten" subtitle=""/>
<page name="http://webkit.org/" href="http://webkit.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="151" subtype="externalpage" title="WebKit Open Source Project" fulltitle="WebKit Open Source Project" subtitle=""/>
<page name="http://wiki.forum.nokia.com/" href="http://wiki.forum.nokia.com/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="451" subtype="externalpage" title="Forum Nokia Wiki" fulltitle="Forum Nokia Wiki" subtitle=""/>
<page name="http://www.activestate.com/Products/activeperl/index.mhtml" href="http://www.activestate.com/Products/activeperl/index.mhtml" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="171" subtype="externalpage" title="ActivePerl" fulltitle="ActivePerl" subtitle=""/>
<page name="http://www.amazon.com/Pthreads-Programming-Standard-Multiprocessing-Nutshell/dp/1565921151/ref=sr_1_1?s=books&ie=UTF8&qid=1354884565&sr=1-1&keywords=threads+Programming%3A+A+POSIX+Standard+for+Better+Multiprocessing" href="http://www.amazon.com/Pthreads-Programming-Standard-Multiprocessing-Nutshell/dp/1565921151/ref=sr_1_1?s=books&ie=UTF8&qid=1354884565&sr=1-1&keywords=threads+Programming%3A+A+POSIX+Standard+for+Better+Multiprocessing" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="271" subtype="externalpage" title="Pthreads Programming: A POSIX Standard for Better Multiprocessing" fulltitle="Pthreads Programming: A POSIX Standard for Better Multiprocessing" subtitle=""/>
<page name="http://www.amazon.com/Thread-Time-MultiThreaded-Programming-Guide/dp/0131900676/ref=sr_1_sc_3?ie=UTF8&qid=1354884427&sr=8-3-spell&keywords=The+Mulltithread+Programming+Guide" href="http://www.amazon.com/Thread-Time-MultiThreaded-Programming-Guide/dp/0131900676/ref=sr_1_sc_3?ie=UTF8&qid=1354884427&sr=8-3-spell&keywords=The+Mulltithread+Programming+Guide" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="266" subtype="externalpage" title="Thread Time: The Multithreaded Programming Guide" fulltitle="Thread Time: The Multithreaded Programming Guide" subtitle=""/>
<page name="http://www.amazon.com/Threads-Primer-Guide-Multithreaded-Programming/dp/0134436989/ref=sr_1_1?ie=UTF8&qid=1354884049&sr=8-1&keywords=a+guide+to+multithreaded+programming" href="http://www.amazon.com/Threads-Primer-Guide-Multithreaded-Programming/dp/0134436989/ref=sr_1_1?ie=UTF8&qid=1354884049&sr=8-1&keywords=a+guide+to+multithreaded+programming" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="261" subtype="externalpage" title="Threads Primer: A Guide to Multithreaded Programming" fulltitle="Threads Primer: A Guide to Multithreaded Programming" subtitle=""/>
<page name="http://www.amazon.com/Win32-Multithreaded-Programming-Aaron-Cohen/dp/B00007GW3Z/ref=sr_1_1?s=books&ie=UTF8&qid=1354884647&sr=1-1&keywords=Win32+Multithreaded+Programming" href="http://www.amazon.com/Win32-Multithreaded-Programming-Aaron-Cohen/dp/B00007GW3Z/ref=sr_1_1?s=books&ie=UTF8&qid=1354884647&sr=1-1&keywords=Win32+Multithreaded+Programming" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="276" subtype="externalpage" title="Win32 Multithreaded Programming" fulltitle="Win32 Multithreaded Programming" subtitle=""/>
<page name="http://www.cmake.org/cmake/help/documentation.html" href="http://www.cmake.org/cmake/help/documentation.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="59" subtype="externalpage" title="CMake Documentation" fulltitle="CMake Documentation" subtitle=""/>
<page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:find_package" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:find_package" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="64" subtype="externalpage" title="CMake find_package Documentation" fulltitle="CMake find_package Documentation" subtitle=""/>
<page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:target_link_libraries" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:target_link_libraries" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="85" subtype="externalpage" title="CMake target_link_libraries Documentation" fulltitle="CMake target_link_libraries Documentation" subtitle=""/>
<page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:AUTOMOC" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:AUTOMOC" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="69" subtype="externalpage" title="CMake AUTOMOC Documentation" fulltitle="CMake AUTOMOC Documentation" subtitle=""/>
<page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:LOCATION" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:LOCATION" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="75" subtype="externalpage" title="CMake LOCATION Documentation" fulltitle="CMake LOCATION Documentation" subtitle=""/>
<page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:POSITION_INDEPENDENT_CODE" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:POSITION_INDEPENDENT_CODE" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="80" subtype="externalpage" title="CMake POSITION_INDEPENDENT_CODE Documentation" fulltitle="CMake POSITION_INDEPENDENT_CODE Documentation" subtitle=""/>
<page name="http://www.cplusplus.com/reference/clibrary/cstring/memcpy/" href="http://www.cplusplus.com/reference/clibrary/cstring/memcpy/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="361" subtype="externalpage" title="C++ Reference - memcpy" fulltitle="C++ Reference - memcpy" subtitle=""/>
<page name="http://www.cups.org/" href="http://www.cups.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="42" subtype="externalpage" title="Common Unix Printing System (CUPS)" fulltitle="Common Unix Printing System (CUPS)" subtitle="">
<keyword name="cups"/>
</page>
<page name="http://www.dependencywalker.com/" href="http://www.dependencywalker.com/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="146" subtype="externalpage" title="Dependency Walker" fulltitle="Dependency Walker" subtitle=""/>
<page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBPalette.html" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBPalette.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="356" subtype="externalpage" title="DirectFB - IDirectFBPalette" fulltitle="DirectFB - IDirectFBPalette" subtitle=""/>
<page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBSurface.html" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBSurface.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="381" subtype="externalpage" title="DirectFB - IDirectFBSurface" fulltitle="DirectFB - IDirectFBSurface" subtitle=""/>
<page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBWindow" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBWindow" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="386" subtype="externalpage" title="DirectFB - IDirectFBWindow" fulltitle="DirectFB - IDirectFBWindow" subtitle=""/>
<page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFB_CreateInputEventBuffer.html" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFB_CreateInputEventBuffer.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="366" subtype="externalpage" title="DirectFB - CreateInputEventBuffer" fulltitle="DirectFB - CreateInputEventBuffer" subtitle=""/>
<page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceBlittingFlags" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceBlittingFlags" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="371" subtype="externalpage" title="DirectFB - DFBSurfaceBlittingFlags" fulltitle="DirectFB - DFBSurfaceBlittingFlags" subtitle=""/>
<page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceDescription" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceDescription" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="391" subtype="externalpage" title="DirectFB - DFBSurfaceDescription" fulltitle="DirectFB - DFBSurfaceDescription" subtitle=""/>
<page name="http://www.directfb.org/index.php?path=Main%2FDownloads&amp;page=1" href="http://www.directfb.org/index.php?path=Main%2FDownloads&amp;page=1" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="351" subtype="externalpage" title="DirectFB - df_window example" fulltitle="DirectFB - df_window example" subtitle=""/>
<page name="http://www.ecma-international.org/publications/standards/Ecma-262.htm" href="http://www.ecma-international.org/publications/standards/Ecma-262.htm" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="416" subtype="externalpage" title="ECMAScript Language Specification" fulltitle="ECMAScript Language Specification" subtitle=""/>
<page name="http://www.freedesktop.org/" href="http://www.freedesktop.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="27" subtype="externalpage" title="freedesktop.org" fulltitle="freedesktop.org" subtitle=""/>
<page name="http://www.freedesktop.org/Standards/icon-theme-spec" href="http://www.freedesktop.org/Standards/icon-theme-spec" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="37" subtype="externalpage" title="Icon Themes Specification" fulltitle="Icon Themes Specification" subtitle=""/>
<page name="http://www.freedesktop.org/Standards/xembed-spec" href="http://www.freedesktop.org/Standards/xembed-spec" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="32" subtype="externalpage" title="XEmbed Specification" fulltitle="XEmbed Specification" subtitle=""/>
<page name="http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec" href="http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="48" subtype="externalpage" title="Desktop Entry Specification" fulltitle="Desktop Entry Specification" subtitle=""/>
<page name="http://www.freetds.org" href="http://www.freetds.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="241" subtype="externalpage" title="http://www.freetds.org" fulltitle="http://www.freetds.org" subtitle=""/>
<page name="http://www.gnome.org/" href="http://www.gnome.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="90" subtype="externalpage" title="GNOME" fulltitle="GNOME" subtitle=""/>
<page name="http://www.gnu.org/licenses/gpl.html" href="http://www.gnu.org/licenses/gpl.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="326" subtype="externalpage" title="GNU General Public License" fulltitle="GNU General Public License" subtitle=""/>
<page name="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="331" subtype="externalpage" title="GNU Lesser General Public License, version 2.1" fulltitle="GNU Lesser General Public License, version 2.1" subtitle=""/>
<page name="http://www.gnu.org/software/emacs/" href="http://www.gnu.org/software/emacs/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="95" subtype="externalpage" title="GNU Emacs" fulltitle="GNU Emacs" subtitle=""/>
<page name="http://www.informit.com/store/product.aspx?isbn=0132354160" href="http://www.informit.com/store/product.aspx?isbn=0132354160" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="156" subtype="externalpage" title="C++ GUI Programming with Qt 4, 2nd Edition" fulltitle="C++ GUI Programming with Qt 4, 2nd Edition" subtitle=""/>
<page name="http://www.kde.org" href="http://www.kde.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="346" subtype="externalpage" title="KDE" fulltitle="KDE" subtitle=""/>
<page name="http://www.kde.org/" href="http://www.kde.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="53" subtype="externalpage" title="The K Desktop Environment" fulltitle="The K Desktop Environment" subtitle="">
<keyword name="kde"/>
</page>
<page name="http://www.kdedevelopers.org/node/2345" href="http://www.kdedevelopers.org/node/2345" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="291" subtype="externalpage" title="KDE applications" fulltitle="KDE applications" subtitle=""/>
<page name="http://www.khronos.org/registry/gles/" href="http://www.khronos.org/registry/gles/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="476" subtype="externalpage" title="Khronos OpenGL ES API Registry" fulltitle="Khronos OpenGL ES API Registry" subtitle=""/>
<page name="http://www.libusb.org/" href="http://www.libusb.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="436" subtype="externalpage" title="libusb" fulltitle="libusb" subtitle=""/>
<page name="http://www.mingw.org/" href="http://www.mingw.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="201" subtype="externalpage" title="MinGW" fulltitle="MinGW" subtitle=""/>
<page name="http://www.opengl.org/registry/" href="http://www.opengl.org/registry/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="471" subtype="externalpage" title="OpenGL Registry" fulltitle="OpenGL Registry" subtitle=""/>
<page name="http://www.openssl.org/" href="http://www.openssl.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="161" subtype="externalpage" title="OpenSSL Toolkit" fulltitle="OpenSSL Toolkit" subtitle=""/>
<page name="http://www.phptr.com/content/images/0131872494/samplechapter/blanchette_ch10.pdf" href="http://www.phptr.com/content/images/0131872494/samplechapter/blanchette_ch10.pdf" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="281" subtype="externalpage" title=""Item View Classes" Chapter of C++ GUI Programming with Qt 4" fulltitle=""Item View Classes" Chapter of C++ GUI Programming with Qt 4" subtitle=""/>
<page name="http://www.postgresql.org" href="http://www.postgresql.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="231" subtype="externalpage" title="http://www.postgresql.org" fulltitle="http://www.postgresql.org" subtitle=""/>
<page name="http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW" href="http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="236" subtype="externalpage" title="PostgreSQL MinGW/Native Windows" fulltitle="PostgreSQL MinGW/Native Windows" subtitle=""/>
<page name="http://www.python.org/" href="http://www.python.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="206" subtype="externalpage" title="Python" fulltitle="Python" subtitle=""/>
<page name="http://www.qtcentre.org" href="http://www.qtcentre.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="341" subtype="externalpage" title="Qt Centre" fulltitle="Qt Centre" subtitle=""/>
<page name="http://www.sqlite.org" href="http://www.sqlite.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="256" subtype="externalpage" title="http://www.sqlite.org" fulltitle="http://www.sqlite.org" subtitle=""/>
<page name="http://www.sybase.com" href="http://www.sybase.com" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="246" subtype="externalpage" title="http://www.sybase.com" fulltitle="http://www.sybase.com" subtitle=""/>
<page name="http://www.unixodbc.org" href="http://www.unixodbc.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="226" subtype="externalpage" title="http://www.unixodbc.org" fulltitle="http://www.unixodbc.org" subtitle=""/>
<page name="http://www.w3.org/Graphics/SVG/" href="http://www.w3.org/Graphics/SVG/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="116" subtype="externalpage" title="SVG Working Group" fulltitle="SVG Working Group" subtitle=""/>
<page name="http://www.w3.org/Graphics/SVG/About.html" href="http://www.w3.org/Graphics/SVG/About.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="105" subtype="externalpage" title="About SVG" fulltitle="About SVG" subtitle="">
<keyword name="scalable-vector-graphics"/>
</page>
<page name="http://www.w3.org/Graphics/SVG/feature/1.2/#SVG-static" href="http://www.w3.org/Graphics/SVG/feature/1.2/#SVG-static" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="134" subtype="externalpage" title="SVG 1.2 Tiny Static Features" fulltitle="SVG 1.2 Tiny Static Features" subtitle=""/>
<page name="http://www.w3.org/TR/2009/WD-webdatabase-20091029/" href="http://www.w3.org/TR/2009/WD-webdatabase-20091029/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="486" subtype="externalpage" title="HTML5 Web Database API" fulltitle="HTML5 Web Database API" subtitle=""/>
<page name="http://www.w3.org/TR/REC-CSS2/selector.html#q1" href="http://www.w3.org/TR/REC-CSS2/selector.html#q1" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="396" subtype="externalpage" title="Standard CSS2 selector" fulltitle="Standard CSS2 selector" subtitle=""/>
<page name="http://www.w3.org/TR/SVG/types.html#ColorKeywords" href="http://www.w3.org/TR/SVG/types.html#ColorKeywords" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="111" subtype="externalpage" title="SVG color keyword names" fulltitle="SVG color keyword names" subtitle=""/>
<page name="http://www.w3.org/TR/SVGMobile/" href="http://www.w3.org/TR/SVGMobile/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="121" subtype="externalpage" title="Mobile SVG Profiles" fulltitle="Mobile SVG Profiles" subtitle=""/>
<page name="http://www.w3.org/TR/SVGMobile12/" href="http://www.w3.org/TR/SVGMobile12/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="129" subtype="externalpage" title="SVG 1.2 Tiny" fulltitle="SVG 1.2 Tiny" subtitle=""/>
<page name="http://www.w3.org/TR/html401/" href="http://www.w3.org/TR/html401/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="186" subtype="externalpage" title="HTML 4" fulltitle="HTML 4" subtitle=""/>
<page name="http://www.w3.org/TR/html5/" href="http://www.w3.org/TR/html5/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="191" subtype="externalpage" title="HTML 5" fulltitle="HTML 5" subtitle=""/>
<page name="http://www.w3.org/TR/scxml/" href="http://www.w3.org/TR/scxml/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="316" subtype="externalpage" title="State Chart XML: State Machine Notation for Control Abstraction" fulltitle="State Chart XML: State Machine Notation for Control Abstraction" subtitle=""/>
<page name="http://www.w3.org/TR/xquery/#errors" href="http://www.w3.org/TR/xquery/#errors" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="216" subtype="externalpage" title="error handling in the XQuery language" fulltitle="error handling in the XQuery language" subtitle=""/>
<page name="http://www.w3.org/XML/Core/#Publications" href="http://www.w3.org/XML/Core/#Publications" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="401" subtype="externalpage" title="W3C XML specifications" fulltitle="W3C XML specifications" subtitle=""/>
<page name="http://www.w3.org/XML/Schema" href="http://www.w3.org/XML/Schema" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="406" subtype="externalpage" title="XML Schema" fulltitle="XML Schema" subtitle=""/>
<page name="http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf" href="http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="321" subtype="externalpage" title="Statecharts: A visual formalism for complex systems" fulltitle="Statecharts: A visual formalism for complex systems" subtitle=""/>
<page name="http://xaos.sourceforge.net/" href="http://xaos.sourceforge.net/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="221" subtype="externalpage" title="XaoS" fulltitle="XaoS" subtitle=""/>
<page name="https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/Intro/Intro.html" href="https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/Intro/Intro.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="286" subtype="externalpage" title="Mac OS X Aqua" fulltitle="Mac OS X Aqua" subtitle=""/>
<page name="https://developer.mozilla.org/en/JavaScript" href="https://developer.mozilla.org/en/JavaScript" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="421" subtype="externalpage" title="JavaScript Resources" fulltitle="JavaScript Resources" subtitle=""/>
<page name="https://developer.mozilla.org/en/JavaScript/About_JavaScript" href="https://developer.mozilla.org/en/JavaScript/About_JavaScript" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="431" subtype="externalpage" title="About JavaScript" fulltitle="About JavaScript" subtitle=""/>
<page name="https://developer.mozilla.org/en/JavaScript/Guide" href="https://developer.mozilla.org/en/JavaScript/Guide" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="426" subtype="externalpage" title="JavaScript Guide" fulltitle="JavaScript Guide" subtitle=""/>
<page name="https://developer.mozilla.org/en/JavaScript/Reference/Reserved_Words" href="https://developer.mozilla.org/en/JavaScript/Reference/Reserved_Words" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="441" subtype="externalpage" title="JavaScript Reserved Words" fulltitle="JavaScript Reserved Words" subtitle=""/>
<page name="http://doc.qt.digia.com/qtcreator/creator-publish-ovi.html" href="http://doc.qt.digia.com/qtcreator/creator-publish-ovi.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="36" subtype="externalpage" title="external: Publishing Applications to Ovi Store" fulltitle="external: Publishing Applications to Ovi Store" subtitle=""/>
<page name="http://doc.qt.digia.com/qtcreator/creator-qml-application.html" href="http://doc.qt.digia.com/qtcreator/creator-qml-application.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="28" subtype="externalpage" title="external: Developing Qt Quick Applications with Creator" fulltitle="external: Developing Qt Quick Applications with Creator" subtitle=""/>
<page name="http://doc.qt.digia.com/qtcreator/creator-visual-editor.html" href="http://doc.qt.digia.com/qtcreator/creator-visual-editor.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="32" subtype="externalpage" title="external: Developing Qt Quick Applications" fulltitle="external: Developing Qt Quick Applications" subtitle=""/>
<page name="http://doc.qt.digia.com/qtmobility/all-examples.html" href="http://doc.qt.digia.com/qtmobility/all-examples.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="88" subtype="externalpage" title="external: Qt Mobility Examples" fulltitle="external: Qt Mobility Examples" subtitle=""/>
<page name="http://doc.qt.digia.com/qtmobility/index.html" href="http://doc.qt.digia.com/qtmobility/index.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="44" subtype="externalpage" title="external: Qt Mobility Manual" fulltitle="external: Qt Mobility Manual" subtitle=""/>
<page name="http://doc.qt.digia.com/qtmobility/location-overview.html" href="http://doc.qt.digia.com/qtmobility/location-overview.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="84" subtype="externalpage" title="external: Mobility Location" fulltitle="external: Mobility Location" subtitle=""/>
<page name="http://doc.qt.digia.com/qtmobility/multimedia.html" href="http://doc.qt.digia.com/qtmobility/multimedia.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="80" subtype="externalpage" title="external: Mobility Multimedia" fulltitle="external: Mobility Multimedia" subtitle=""/>
<page name="http://doc.qt.digia.com/qtmobility/qml-plugins.html" href="http://doc.qt.digia.com/qtmobility/qml-plugins.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="48" subtype="externalpage" title="external: Qt Mobility QML Plugins" fulltitle="external: Qt Mobility QML Plugins" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator" href="http://qt-project.org/doc/qtcreator" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="40" subtype="externalpage" title="external: Qt Creator Manual" fulltitle="external: Qt Creator Manual" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-build-settings.html" href="http://qt-project.org/doc/qtcreator/creator-build-settings.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="64" subtype="externalpage" title="external: Build Settings in Creator" fulltitle="external: Build Settings in Creator" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-building-running.html" href="http://qt-project.org/doc/qtcreator/creator-building-running.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="56" subtype="externalpage" title="external: Building and Running Applications in Creator" fulltitle="external: Building and Running Applications in Creator" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-debugging.html" href="http://qt-project.org/doc/qtcreator/creator-debugging.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="76" subtype="externalpage" title="external: Debugging Applications in Creator" fulltitle="external: Debugging Applications in Creator" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-overview.html" href="http://qt-project.org/doc/qtcreator/creator-overview.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="92" subtype="externalpage" title="external: Qt Creator Overview" fulltitle="external: Qt Creator Overview" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-managing.html" href="http://qt-project.org/doc/qtcreator/creator-project-managing.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="52" subtype="externalpage" title="external: Creating Qt Projects in Creator" fulltitle="external: Creating Qt Projects in Creator" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-run-settings.html" href="http://qt-project.org/doc/qtcreator/creator-run-settings.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="68" subtype="externalpage" title="external: Run Settings in Creator" fulltitle="external: Run Settings in Creator" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-running-targets.html" href="http://qt-project.org/doc/qtcreator/creator-running-targets.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="60" subtype="externalpage" title="external: Set Compiler Targets in Creator" fulltitle="external: Set Compiler Targets in Creator" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-using-qt-designer.html" href="http://qt-project.org/doc/qtcreator/creator-using-qt-designer.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="72" subtype="externalpage" title="external: Designer in Creator" fulltitle="external: Designer in Creator" subtitle=""/>
<page name="http://blog.qt.digia.com/2012/02/29/pimp-my-video-shader-effects-and-multimedia/" href="http://blog.qt.digia.com/2012/02/29/pimp-my-video-shader-effects-and-multimedia/" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="76" subtype="externalpage" title="Pimp my video" fulltitle="Pimp my video" subtitle=""/>
<page name="http://bugreports.qt-project.org" href="http://bugreports.qt-project.org" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="31" subtype="externalpage" title="Qt Bug Tracker" fulltitle="Qt Bug Tracker" subtitle=""/>
<page name="http://doc.qt.digia.com/qq/" href="http://doc.qt.digia.com/qq/" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="43" subtype="externalpage" title="Qt Quarterly" fulltitle="Qt Quarterly" subtitle=""/>
<page name="http://doc.qt.digia.com/qq/qq11-events.html" href="http://doc.qt.digia.com/qq/qq11-events.html" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="68" subtype="externalpage" title="Qt Quarterly: Another Look at Events" fulltitle="Qt Quarterly: Another Look at Events" subtitle=""/>
<page name="http://doc.qt.digia.com/qq/qq19-plurals.html" href="http://doc.qt.digia.com/qq/qq19-plurals.html" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="47" subtype="externalpage" title="Qt Quarterly: Plural Form in Translation" fulltitle="Qt Quarterly: Plural Form in Translation" subtitle=""/>
<page name="http://doc.qt.digia.com/qt-eclipse-1.6/index.html" href="http://doc.qt.digia.com/qt-eclipse-1.6/index.html" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="64" subtype="externalpage" title="Eclipse Plugin" fulltitle="Eclipse Plugin" subtitle=""/>
<page name="http://qt-project.org/" href="http://qt-project.org/" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="27" subtype="externalpage" title="Qt Homepage" fulltitle="Qt Homepage" subtitle=""/>
<page name="http://qt-project.org/doc/qt-4.8" href="http://qt-project.org/doc/qt-4.8" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="94" subtype="externalpage" title="Qt 4.8 Reference Documentation" fulltitle="Qt 4.8 Reference Documentation" subtitle=""/>
<page name="http://qt-project.org/doc/qt-4.8/qtquick.html" href="http://qt-project.org/doc/qt-4.8/qtquick.html" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="99" subtype="externalpage" title="Qt Quick 1 Reference Documentation" fulltitle="Qt Quick 1 Reference Documentation" subtitle=""/>
<page name="http://qt-project.org/downloads" href="http://qt-project.org/downloads" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="35" subtype="externalpage" title="Downloads" fulltitle="Downloads" subtitle=""/>
<page name="http://qt-project.org/videos/watch/livecoding-video-effects-with-qt5" href="http://qt-project.org/videos/watch/livecoding-video-effects-with-qt5" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="72" subtype="externalpage" title="Livecoding video effects with Qt5" fulltitle="Livecoding video effects with Qt5" subtitle=""/>
<page name="http://qt-project.org/wiki/BlackBerry" href="http://qt-project.org/wiki/BlackBerry" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="109" subtype="externalpage" title="Qt for BlackBerry" fulltitle="Qt for BlackBerry" subtitle=""/>
<page name="http://qt-project.org/wiki/Qt-Localization" href="http://qt-project.org/wiki/Qt-Localization" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="104" subtype="externalpage" title="external: Translating Qt Into Other Languages" fulltitle="external: Translating Qt Into Other Languages" subtitle=""/>
<page name="http://qt-project.org/wiki/Qt-RaspberryPi" href="http://qt-project.org/wiki/Qt-RaspberryPi" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="84" subtype="externalpage" title="QtonPi" fulltitle="QtonPi" subtitle=""/>
<page name="http://qt-project.org/wiki/QtMediaHub" href="http://qt-project.org/wiki/QtMediaHub" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="80" subtype="externalpage" title="QtMediaHub" fulltitle="QtMediaHub" subtitle=""/>
<page name="http://qt-project.org/wiki/Qt_Coding_Style" href="http://qt-project.org/wiki/Qt_Coding_Style" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="60" subtype="externalpage" title="Qt Coding Style" fulltitle="Qt Coding Style" subtitle=""/>
<page name="http://qt-project.org/wiki/jom" href="http://qt-project.org/wiki/jom" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="89" subtype="externalpage" title="jom" fulltitle="jom" subtitle=""/>
<page name="http://qt.digia.com/licensing/" href="http://qt.digia.com/licensing/" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="39" subtype="externalpage" title="Qt Licensing Overview" fulltitle="Qt Licensing Overview" subtitle=""/>
<page name="http://qt.gitorious.org" href="http://qt.gitorious.org" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="51" subtype="externalpage" title="Public Qt Repository" fulltitle="Public Qt Repository" subtitle=""/>
<page name="http://qt.gitorious.org/qt-labs/qtestlib-tools" href="http://qt.gitorious.org/qt-labs/qtestlib-tools" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="55" subtype="externalpage" title="qtestlib-tools" fulltitle="qtestlib-tools" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/adding-plugins.html" href="http://qt-project.org/doc/qtcreator/adding-plugins.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="458" subtype="externalpage" title="Qt Creator: Adding Qt Designer Plugins" fulltitle="Qt Creator: Adding Qt Designer Plugins" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-acknowledgements.html" href="http://qt-project.org/doc/qtcreator/creator-acknowledgements.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="264" subtype="externalpage" title="Qt Creator: Acknowledgements" fulltitle="Qt Creator: Acknowledgements" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-advanced.html" href="http://qt-project.org/doc/qtcreator/creator-advanced.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="248" subtype="externalpage" title="Qt Creator: Advanced Use" fulltitle="Qt Creator: Advanced Use" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-analyze-mode.html" href="http://qt-project.org/doc/qtcreator/creator-analyze-mode.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="328" subtype="externalpage" title="Qt Creator: Analyzing Code" fulltitle="Qt Creator: Analyzing Code" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-analyzer.html" href="http://qt-project.org/doc/qtcreator/creator-analyzer.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="312" subtype="externalpage" title="Qt Creator: Detecting Memory Leaks" fulltitle="Qt Creator: Detecting Memory Leaks" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-build-dependencies.html" href="http://qt-project.org/doc/qtcreator/creator-build-dependencies.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="430" subtype="externalpage" title="Qt Creator: Specifying Dependencies" fulltitle="Qt Creator: Specifying Dependencies" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-build-example-application.html" href="http://qt-project.org/doc/qtcreator/creator-build-example-application.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="350" subtype="externalpage" title="Qt Creator: Building and Running an Example" fulltitle="Qt Creator: Building and Running an Example" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-build-process-customizing.html" href="http://qt-project.org/doc/qtcreator/creator-build-process-customizing.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="402" subtype="externalpage" title="Qt Creator: Customizing the Build Process" fulltitle="Qt Creator: Customizing the Build Process" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-build-settings.html" href="http://qt-project.org/doc/qtcreator/creator-build-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="406" subtype="externalpage" title="Qt Creator: Specifying Build Settings" fulltitle="Qt Creator: Specifying Build Settings" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-building-running.html" href="http://qt-project.org/doc/qtcreator/creator-building-running.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="434" subtype="externalpage" title="Qt Creator: Building and Running" fulltitle="Qt Creator: Building and Running" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-building-targets.html" href="http://qt-project.org/doc/qtcreator/creator-building-targets.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="446" subtype="externalpage" title="Qt Creator: Building for Multiple Platforms" fulltitle="Qt Creator: Building for Multiple Platforms" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-cache-profiler.html" href="http://qt-project.org/doc/qtcreator/creator-cache-profiler.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="316" subtype="externalpage" title="Qt Creator: Profiling Function Execution" fulltitle="Qt Creator: Profiling Function Execution" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-checking-code-syntax.html" href="http://qt-project.org/doc/qtcreator/creator-checking-code-syntax.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="156" subtype="externalpage" title="Qt Creator: Checking Code Syntax" fulltitle="Qt Creator: Checking Code Syntax" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-cli.html" href="http://qt-project.org/doc/qtcreator/creator-cli.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="72" subtype="externalpage" title="Qt Creator: Using Command Line Options" fulltitle="Qt Creator: Using Command Line Options" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-code-style-settings.html" href="http://qt-project.org/doc/qtcreator/creator-code-style-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="410" subtype="externalpage" title="Qt Creator: Specifying Code Style Settings" fulltitle="Qt Creator: Specifying Code Style Settings" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-coding-navigating.html" href="http://qt-project.org/doc/qtcreator/creator-coding-navigating.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="148" subtype="externalpage" title="Qt Creator: Working in Edit Mode" fulltitle="Qt Creator: Working in Edit Mode" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-coding.html" href="http://qt-project.org/doc/qtcreator/creator-coding.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="192" subtype="externalpage" title="Qt Creator: Coding" fulltitle="Qt Creator: Coding" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-completing-code.html" href="http://qt-project.org/doc/qtcreator/creator-completing-code.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="160" subtype="externalpage" title="Qt Creator: Completing Code" fulltitle="Qt Creator: Completing Code" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-configuring-projects.html" href="http://qt-project.org/doc/qtcreator/creator-configuring-projects.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="398" subtype="externalpage" title="Qt Creator: Configuring Projects" fulltitle="Qt Creator: Configuring Projects" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-configuring.html" href="http://qt-project.org/doc/qtcreator/creator-configuring.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="462" subtype="externalpage" title="Qt Creator: Configuring Qt Creator" fulltitle="Qt Creator: Configuring Qt Creator" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-connecting-mobile.html" href="http://qt-project.org/doc/qtcreator/creator-connecting-mobile.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="256" subtype="externalpage" title="Qt Creator: Connecting Mobile Devices" fulltitle="Qt Creator: Connecting Mobile Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-debug-mode.html" href="http://qt-project.org/doc/qtcreator/creator-debug-mode.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="232" subtype="externalpage" title="Qt Creator: Interacting with the Debugger" fulltitle="Qt Creator: Interacting with the Debugger" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-debugger-engines.html" href="http://qt-project.org/doc/qtcreator/creator-debugger-engines.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="216" subtype="externalpage" title="Qt Creator: Setting Up Debugger" fulltitle="Qt Creator: Setting Up Debugger" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-debugger-operating-modes.html" href="http://qt-project.org/doc/qtcreator/creator-debugger-operating-modes.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="228" subtype="externalpage" title="Qt Creator: Launching the Debugger" fulltitle="Qt Creator: Launching the Debugger" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-debuggers.html" href="http://qt-project.org/doc/qtcreator/creator-debuggers.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="466" subtype="externalpage" title="Qt Creator: Adding Debuggers" fulltitle="Qt Creator: Adding Debuggers" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-debugging-example.html" href="http://qt-project.org/doc/qtcreator/creator-debugging-example.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="212" subtype="externalpage" title="Qt Creator: Debugging a C++ Example Application" fulltitle="Qt Creator: Debugging a C++ Example Application" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-debugging-helpers.html" href="http://qt-project.org/doc/qtcreator/creator-debugging-helpers.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="236" subtype="externalpage" title="Qt Creator: Using Debugging Helpers" fulltitle="Qt Creator: Using Debugging Helpers" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-debugging-qml.html" href="http://qt-project.org/doc/qtcreator/creator-debugging-qml.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="220" subtype="externalpage" title="Qt Creator: Debugging Qt Quick Projects" fulltitle="Qt Creator: Debugging Qt Quick Projects" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-debugging.html" href="http://qt-project.org/doc/qtcreator/creator-debugging.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="224" subtype="externalpage" title="Qt Creator: Debugging" fulltitle="Qt Creator: Debugging" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-deploying-android.html" href="http://qt-project.org/doc/qtcreator/creator-deploying-android.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="336" subtype="externalpage" title="Qt Creator: Deploying Applications to Android Devices" fulltitle="Qt Creator: Deploying Applications to Android Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-deployment-bb10.html" href="http://qt-project.org/doc/qtcreator/creator-deployment-bb10.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="44" subtype="externalpage" title="Qt Creator: Deploying Applications to BlackBerry 10 Devices" fulltitle="Qt Creator: Deploying Applications to BlackBerry 10 Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-deployment-maemo.html" href="http://qt-project.org/doc/qtcreator/creator-deployment-maemo.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="52" subtype="externalpage" title="Qt Creator: Deploying Applications to Embedded Linux Devices" fulltitle="Qt Creator: Deploying Applications to Embedded Linux Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-deployment-qnx.html" href="http://qt-project.org/doc/qtcreator/creator-deployment-qnx.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="28" subtype="externalpage" title="Qt Creator: Deploying Applications to QNX Devices" fulltitle="Qt Creator: Deploying Applications to QNX Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-deployment.html" href="http://qt-project.org/doc/qtcreator/creator-deployment.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="284" subtype="externalpage" title="Qt Creator: Deploying to Mobile Devices" fulltitle="Qt Creator: Deploying to Mobile Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-design-mode.html" href="http://qt-project.org/doc/qtcreator/creator-design-mode.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="296" subtype="externalpage" title="Qt Creator: Designing User Interfaces" fulltitle="Qt Creator: Designing User Interfaces" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-developing-android.html" href="http://qt-project.org/doc/qtcreator/creator-developing-android.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="346" subtype="externalpage" title="Qt Creator: Connecting Android Devices" fulltitle="Qt Creator: Connecting Android Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-developing-baremetal.html" href="http://qt-project.org/doc/qtcreator/creator-developing-baremetal.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="32" subtype="externalpage" title="Qt Creator: Connecting Bare Metal Devices" fulltitle="Qt Creator: Connecting Bare Metal Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-developing-bb10.html" href="http://qt-project.org/doc/qtcreator/creator-developing-bb10.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="36" subtype="externalpage" title="Qt Creator: Connecting BlackBerry 10 Devices" fulltitle="Qt Creator: Connecting BlackBerry 10 Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-developing-generic-linux.html" href="http://qt-project.org/doc/qtcreator/creator-developing-generic-linux.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="48" subtype="externalpage" title="Qt Creator: Connecting Embedded Linux Devices" fulltitle="Qt Creator: Connecting Embedded Linux Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-developing-ios.html" href="http://qt-project.org/doc/qtcreator/creator-developing-ios.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="341" subtype="externalpage" title="Qt Creator: Connecting iOS devices" fulltitle="Qt Creator: Connecting iOS devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-developing-qnx.html" href="http://qt-project.org/doc/qtcreator/creator-developing-qnx.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="40" subtype="externalpage" title="Qt Creator: Connecting QNX Devices" fulltitle="Qt Creator: Connecting QNX Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-codepasting.html" href="http://qt-project.org/doc/qtcreator/creator-editor-codepasting.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="164" subtype="externalpage" title="Qt Creator: Pasting and Fetching Code Snippets" fulltitle="Qt Creator: Pasting and Fetching Code Snippets" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-external.html" href="http://qt-project.org/doc/qtcreator/creator-editor-external.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="84" subtype="externalpage" title="Qt Creator: Using External Tools" fulltitle="Qt Creator: Using External Tools" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-fakevim.html" href="http://qt-project.org/doc/qtcreator/creator-editor-fakevim.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="172" subtype="externalpage" title="Qt Creator: Using FakeVim Mode" fulltitle="Qt Creator: Using FakeVim Mode" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-finding.html" href="http://qt-project.org/doc/qtcreator/creator-editor-finding.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="180" subtype="externalpage" title="Qt Creator: Finding and Replacing" fulltitle="Qt Creator: Finding and Replacing" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-functions.html" href="http://qt-project.org/doc/qtcreator/creator-editor-functions.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="144" subtype="externalpage" title="Qt Creator: Writing Code" fulltitle="Qt Creator: Writing Code" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-locator.html" href="http://qt-project.org/doc/qtcreator/creator-editor-locator.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="188" subtype="externalpage" title="Qt Creator: Searching with the Locator" fulltitle="Qt Creator: Searching with the Locator" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-options-text.html" href="http://qt-project.org/doc/qtcreator/creator-editor-options-text.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="196" subtype="externalpage" title="Qt Creator: Specifying Text Editor Settings" fulltitle="Qt Creator: Specifying Text Editor Settings" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-options.html" href="http://qt-project.org/doc/qtcreator/creator-editor-options.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="140" subtype="externalpage" title="Qt Creator: Configuring the Editor" fulltitle="Qt Creator: Configuring the Editor" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-refactoring.html" href="http://qt-project.org/doc/qtcreator/creator-editor-refactoring.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="184" subtype="externalpage" title="Qt Creator: Refactoring" fulltitle="Qt Creator: Refactoring" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-editor-settings.html" href="http://qt-project.org/doc/qtcreator/creator-editor-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="438" subtype="externalpage" title="Qt Creator: Specifying Editor Settings" fulltitle="Qt Creator: Specifying Editor Settings" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-faq.html" href="http://qt-project.org/doc/qtcreator/creator-faq.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="56" subtype="externalpage" title="Qt Creator: FAQ" fulltitle="Qt Creator: FAQ" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-finding-overview.html" href="http://qt-project.org/doc/qtcreator/creator-finding-overview.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="200" subtype="externalpage" title="Qt Creator: Finding" fulltitle="Qt Creator: Finding" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-getting-started.html" href="http://qt-project.org/doc/qtcreator/creator-getting-started.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="308" subtype="externalpage" title="Qt Creator: Getting Started" fulltitle="Qt Creator: Getting Started" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-glossary.html" href="http://qt-project.org/doc/qtcreator/creator-glossary.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="304" subtype="externalpage" title="Qt Creator: Glossary" fulltitle="Qt Creator: Glossary" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-help-overview.html" href="http://qt-project.org/doc/qtcreator/creator-help-overview.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="268" subtype="externalpage" title="Qt Creator: Getting Help" fulltitle="Qt Creator: Getting Help" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-help.html" href="http://qt-project.org/doc/qtcreator/creator-help.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="64" subtype="externalpage" title="Qt Creator: Using the Help Mode" fulltitle="Qt Creator: Using the Help Mode" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-highlighting.html" href="http://qt-project.org/doc/qtcreator/creator-highlighting.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="152" subtype="externalpage" title="Qt Creator: Semantic Highlighting" fulltitle="Qt Creator: Semantic Highlighting" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-indenting-code.html" href="http://qt-project.org/doc/qtcreator/creator-indenting-code.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="176" subtype="externalpage" title="Qt Creator: Indenting Text or Code" fulltitle="Qt Creator: Indenting Text or Code" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-keyboard-shortcuts.html" href="http://qt-project.org/doc/qtcreator/creator-keyboard-shortcuts.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="92" subtype="externalpage" title="Qt Creator: Keyboard Shortcuts" fulltitle="Qt Creator: Keyboard Shortcuts" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-known-issues.html" href="http://qt-project.org/doc/qtcreator/creator-known-issues.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="292" subtype="externalpage" title="Qt Creator: Known Issues" fulltitle="Qt Creator: Known Issues" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-macros.html" href="http://qt-project.org/doc/qtcreator/creator-macros.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="168" subtype="externalpage" title="Qt Creator: Using Text Editing Macros" fulltitle="Qt Creator: Using Text Editing Macros" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-mime-types.html" href="http://qt-project.org/doc/qtcreator/creator-mime-types.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="204" subtype="externalpage" title="Qt Creator: Editing MIME Types" fulltitle="Qt Creator: Editing MIME Types" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-os-supported-platforms.html" href="http://qt-project.org/doc/qtcreator/creator-os-supported-platforms.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="252" subtype="externalpage" title="Qt Creator: Supported Platforms" fulltitle="Qt Creator: Supported Platforms" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-overview.html" href="http://qt-project.org/doc/qtcreator/creator-overview.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="276" subtype="externalpage" title="Qt Creator: IDE Overview" fulltitle="Qt Creator: IDE Overview" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-cmake.html" href="http://qt-project.org/doc/qtcreator/creator-project-cmake.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="370" subtype="externalpage" title="Qt Creator: Setting Up a CMake Project" fulltitle="Qt Creator: Setting Up a CMake Project" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-creating.html" href="http://qt-project.org/doc/qtcreator/creator-project-creating.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="386" subtype="externalpage" title="Qt Creator: Creating Projects" fulltitle="Qt Creator: Creating Projects" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-generic.html" href="http://qt-project.org/doc/qtcreator/creator-project-generic.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="354" subtype="externalpage" title="Qt Creator: Setting Up a Generic Project" fulltitle="Qt Creator: Setting Up a Generic Project" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-managing-sessions.html" href="http://qt-project.org/doc/qtcreator/creator-project-managing-sessions.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="80" subtype="externalpage" title="Qt Creator: Managing Sessions" fulltitle="Qt Creator: Managing Sessions" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-managing.html" href="http://qt-project.org/doc/qtcreator/creator-project-managing.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="366" subtype="externalpage" title="Qt Creator: Managing Projects" fulltitle="Qt Creator: Managing Projects" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-opening.html" href="http://qt-project.org/doc/qtcreator/creator-project-opening.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="362" subtype="externalpage" title="Qt Creator: Opening Projects" fulltitle="Qt Creator: Opening Projects" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-other.html" href="http://qt-project.org/doc/qtcreator/creator-project-other.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="422" subtype="externalpage" title="Qt Creator: Using Other Build Systems" fulltitle="Qt Creator: Using Other Build Systems" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-qbs.html" href="http://qt-project.org/doc/qtcreator/creator-project-qbs.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="382" subtype="externalpage" title="Qt Creator: Setting Up a Qbs Project" fulltitle="Qt Creator: Setting Up a Qbs Project" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-qmake-libraries.html" href="http://qt-project.org/doc/qtcreator/creator-project-qmake-libraries.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="418" subtype="externalpage" title="Qt Creator: Adding Libraries to Projects" fulltitle="Qt Creator: Adding Libraries to Projects" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-qmake.html" href="http://qt-project.org/doc/qtcreator/creator-project-qmake.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="442" subtype="externalpage" title="Qt Creator: Adding Qt Versions" fulltitle="Qt Creator: Adding Qt Versions" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-project-wizards.html" href="http://qt-project.org/doc/qtcreator/creator-project-wizards.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="390" subtype="externalpage" title="Qt Creator: Adding New Custom Wizards" fulltitle="Qt Creator: Adding New Custom Wizards" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-projects-autotools.html" href="http://qt-project.org/doc/qtcreator/creator-projects-autotools.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="394" subtype="externalpage" title="Qt Creator: Setting Up an Autotools Project" fulltitle="Qt Creator: Setting Up an Autotools Project" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-publish-ovi.html" href="http://qt-project.org/doc/qtcreator/creator-publish-ovi.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="300" subtype="externalpage" title="Qt Creator: Publishing" fulltitle="Qt Creator: Publishing" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-qml-application.html" href="http://qt-project.org/doc/qtcreator/creator-qml-application.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="100" subtype="externalpage" title="Qt Creator: Creating a Qt Quick Application" fulltitle="Qt Creator: Creating a Qt Quick Application" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-qml-debugging-example.html" href="http://qt-project.org/doc/qtcreator/creator-qml-debugging-example.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="208" subtype="externalpage" title="Qt Creator: Debugging a Qt Quick Example Application" fulltitle="Qt Creator: Debugging a Qt Quick Example Application" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-qml-modules-with-plugins.html" href="http://qt-project.org/doc/qtcreator/creator-qml-modules-with-plugins.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="108" subtype="externalpage" title="Qt Creator: Using QML Modules with Plugins" fulltitle="Qt Creator: Using QML Modules with Plugins" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-qml-performance-monitor.html" href="http://qt-project.org/doc/qtcreator/creator-qml-performance-monitor.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="332" subtype="externalpage" title="Qt Creator: Profiling QML Applications" fulltitle="Qt Creator: Profiling QML Applications" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-quick-tour.html" href="http://qt-project.org/doc/qtcreator/creator-quick-tour.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="68" subtype="externalpage" title="Qt Creator: User Interface" fulltitle="Qt Creator: User Interface" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-run-settings.html" href="http://qt-project.org/doc/qtcreator/creator-run-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="414" subtype="externalpage" title="Qt Creator: Specifying Run Settings" fulltitle="Qt Creator: Specifying Run Settings" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-running-targets.html" href="http://qt-project.org/doc/qtcreator/creator-running-targets.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="426" subtype="externalpage" title="Qt Creator: Running on Multiple Platforms" fulltitle="Qt Creator: Running on Multiple Platforms" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-running-valgrind-remotely.html" href="http://qt-project.org/doc/qtcreator/creator-running-valgrind-remotely.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="320" subtype="externalpage" title="Qt Creator: Running Valgrind Tools Remotely" fulltitle="Qt Creator: Running Valgrind Tools Remotely" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-sharing-project-settings.html" href="http://qt-project.org/doc/qtcreator/creator-sharing-project-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="358" subtype="externalpage" title="Qt Creator: Sharing Project Settings" fulltitle="Qt Creator: Sharing Project Settings" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-targets.html" href="http://qt-project.org/doc/qtcreator/creator-targets.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="374" subtype="externalpage" title="Qt Creator: Adding Kits" fulltitle="Qt Creator: Adding Kits" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-task-lists.html" href="http://qt-project.org/doc/qtcreator/creator-task-lists.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="76" subtype="externalpage" title="Qt Creator: Showing Task List Files in Issues Pane" fulltitle="Qt Creator: Showing Task List Files in Issues Pane" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-testing.html" href="http://qt-project.org/doc/qtcreator/creator-testing.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="280" subtype="externalpage" title="Qt Creator: Debugging and Analyzing" fulltitle="Qt Creator: Debugging and Analyzing" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-tips.html" href="http://qt-project.org/doc/qtcreator/creator-tips.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="60" subtype="externalpage" title="Qt Creator: Tips and Tricks" fulltitle="Qt Creator: Tips and Tricks" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-tool-chains.html" href="http://qt-project.org/doc/qtcreator/creator-tool-chains.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="378" subtype="externalpage" title="Qt Creator: Adding Compilers" fulltitle="Qt Creator: Adding Compilers" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-troubleshooting-debugging.html" href="http://qt-project.org/doc/qtcreator/creator-troubleshooting-debugging.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="240" subtype="externalpage" title="Qt Creator: Troubleshooting Debugger" fulltitle="Qt Creator: Troubleshooting Debugger" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-tutorials.html" href="http://qt-project.org/doc/qtcreator/creator-tutorials.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="288" subtype="externalpage" title="Qt Creator: Tutorials" fulltitle="Qt Creator: Tutorials" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-usability.html" href="http://qt-project.org/doc/qtcreator/creator-usability.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="260" subtype="externalpage" title="Qt Creator: Optimizing Applications for Mobile Devices" fulltitle="Qt Creator: Optimizing Applications for Mobile Devices" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-using-qt-designer.html" href="http://qt-project.org/doc/qtcreator/creator-using-qt-designer.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="450" subtype="externalpage" title="Qt Creator: Developing Widget Based Applications" fulltitle="Qt Creator: Developing Widget Based Applications" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-using-qt-quick-designer.html" href="http://qt-project.org/doc/qtcreator/creator-using-qt-quick-designer.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="116" subtype="externalpage" title="Qt Creator: Using Qt Quick Designer" fulltitle="Qt Creator: Using Qt Quick Designer" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-valgrind-overview.html" href="http://qt-project.org/doc/qtcreator/creator-valgrind-overview.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="324" subtype="externalpage" title="Qt Creator: Using Valgrind Code Analysis Tools" fulltitle="Qt Creator: Using Valgrind Code Analysis Tools" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-version-control.html" href="http://qt-project.org/doc/qtcreator/creator-version-control.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="88" subtype="externalpage" title="Qt Creator: Using Version Control Systems" fulltitle="Qt Creator: Using Version Control Systems" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-visual-editor.html" href="http://qt-project.org/doc/qtcreator/creator-visual-editor.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="112" subtype="externalpage" title="Qt Creator: Developing Qt Quick Applications" fulltitle="Qt Creator: Developing Qt Quick Applications" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/creator-writing-program.html" href="http://qt-project.org/doc/qtcreator/creator-writing-program.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="454" subtype="externalpage" title="Qt Creator: Creating a Qt Widget Based Application" fulltitle="Qt Creator: Creating a Qt Widget Based Application" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/index.html" href="http://qt-project.org/doc/qtcreator/index.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="244" subtype="externalpage" title="Qt Creator Manual" fulltitle="Qt Creator Manual" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/qt-quick-toolbars.html" href="http://qt-project.org/doc/qtcreator/qt-quick-toolbars.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="128" subtype="externalpage" title="Qt Creator: Using Qt Quick Toolbars" fulltitle="Qt Creator: Using Qt Quick Toolbars" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/quick-buttons.html" href="http://qt-project.org/doc/qtcreator/quick-buttons.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="132" subtype="externalpage" title="Qt Creator: Creating Buttons" fulltitle="Qt Creator: Creating Buttons" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/quick-components.html" href="http://qt-project.org/doc/qtcreator/quick-components.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="124" subtype="externalpage" title="Qt Creator: Creating Components" fulltitle="Qt Creator: Creating Components" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/quick-export-to-qml.html" href="http://qt-project.org/doc/qtcreator/quick-export-to-qml.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="104" subtype="externalpage" title="Qt Creator: Exporting Designs from Graphics Software" fulltitle="Qt Creator: Exporting Designs from Graphics Software" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/quick-projects.html" href="http://qt-project.org/doc/qtcreator/quick-projects.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="120" subtype="externalpage" title="Qt Creator: Creating Qt Quick Projects" fulltitle="Qt Creator: Creating Qt Quick Projects" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/quick-scalable-image.html" href="http://qt-project.org/doc/qtcreator/quick-scalable-image.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="136" subtype="externalpage" title="Qt Creator: Creating Scalable Buttons and Borders" fulltitle="Qt Creator: Creating Scalable Buttons and Borders" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/quick-screens.html" href="http://qt-project.org/doc/qtcreator/quick-screens.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="96" subtype="externalpage" title="Qt Creator: Creating Screens" fulltitle="Qt Creator: Creating Screens" subtitle=""/>
<page name="http://qt-project.org/doc/qtcreator/technical-support.html" href="http://qt-project.org/doc/qtcreator/technical-support.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="272" subtype="externalpage" title="Qt Creator: Technical Support" fulltitle="Qt Creator: Technical Support" subtitle=""/>
<page name="http://www.ietf.org/rfc/rfc1179.txt" href="http://www.ietf.org/rfc/rfc1179.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="28" subtype="externalpage" title="RFC 1179" fulltitle="RFC 1179" subtitle="">
<keyword name="lpr"/>
</page>
<page name="http://www.rfc-editor.org/rfc/rfc1036.txt" href="http://www.rfc-editor.org/rfc/rfc1036.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="86" subtype="externalpage" title="RFC 1036" fulltitle="RFC 1036" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc1738.txt" href="http://www.rfc-editor.org/rfc/rfc1738.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="34" subtype="externalpage" title="RFC 1738" fulltitle="RFC 1738" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc1928.txt" href="http://www.rfc-editor.org/rfc/rfc1928.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="39" subtype="externalpage" title="RFC 1928" fulltitle="RFC 1928" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc1929.txt" href="http://www.rfc-editor.org/rfc/rfc1929.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="44" subtype="externalpage" title="RFC 1929" fulltitle="RFC 1929" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc2045.txt" href="http://www.rfc-editor.org/rfc/rfc2045.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="49" subtype="externalpage" title="RFC 2045" fulltitle="RFC 2045" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc2109.txt" href="http://www.rfc-editor.org/rfc/rfc2109.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="54" subtype="externalpage" title="RFC 2109" fulltitle="RFC 2109" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc2822.txt" href="http://www.rfc-editor.org/rfc/rfc2822.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="81" subtype="externalpage" title="RFC 2822" fulltitle="RFC 2822" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc2965.txt" href="http://www.rfc-editor.org/rfc/rfc2965.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="60" subtype="externalpage" title="RFC 2965" fulltitle="RFC 2965" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc3174.txt" href="http://www.rfc-editor.org/rfc/rfc3174.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="66" subtype="externalpage" title="RFC 3174" fulltitle="RFC 3174" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc3491.txt" href="http://www.rfc-editor.org/rfc/rfc3491.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="71" subtype="externalpage" title="RFC 3491" fulltitle="RFC 3491" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc3986.txt" href="http://www.rfc-editor.org/rfc/rfc3986.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="76" subtype="externalpage" title="RFC 3986" fulltitle="RFC 3986" subtitle=""/>
<page name="http://www.rfc-editor.org/rfc/rfc850.txt" href="http://www.rfc-editor.org/rfc/rfc850.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="91" subtype="externalpage" title="RFC 850" fulltitle="RFC 850" subtitle=""/>
</namespace>
<page name="modules" href="modules.html" access="private" status="internal" subtype="group" seen="false" members="QtX11Extras" title="" fulltitle="" subtitle=""/>
</INDEX>
|