Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > f93881942bd3805980c2fe63aa853d78 > files > 293

qtdoc5-5.9.4-1.mga6.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- whatsnew53.qdoc -->
  <title>What's New in Qt 5.3 | Qt 5.9</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td ><a href="index.html">Qt 5.9</a></td><td >What's New in Qt 5.3</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.4 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#new-modules">New Modules</a></li>
<li class="level1"><a href="#new-platforms">New Platforms</a></li>
<li class="level1"><a href="#new-features">New Features</a></li>
<li class="level2"><a href="#qt-core-module">Qt Core Module</a></li>
<li class="level2"><a href="#qt-gui-module">Qt GUI Module</a></li>
<li class="level2"><a href="#qt-quick-module">Qt Quick Module</a></li>
<li class="level2"><a href="#qt-quick-controls-module">Qt Quick Controls Module</a></li>
<li class="level2"><a href="#qt-quick-dialogs-module">Qt Quick Dialogs Module</a></li>
<li class="level2"><a href="#qt-network-module">Qt Network Module</a></li>
<li class="level2"><a href="#qt-multimedia-module">Qt Multimedia Module</a></li>
<li class="level2"><a href="#qt-webkit-module">Qt WebKit Module</a></li>
<li class="level2"><a href="#qt-positioning-module">Qt Positioning Module</a></li>
<li class="level2"><a href="#qt-bluetooth-module">Qt Bluetooth Module</a></li>
<li class="level2"><a href="#qt-qml-module">Qt QML Module</a></li>
<li class="level2"><a href="#xinput2-smooth-scrolling">XInput2 Smooth Scrolling</a></li>
<li class="level1"><a href="#qt-creator-3-1">Qt Creator 3.1</a></li>
<li class="level2"><a href="#winrt-plugin">WinRT Plugin</a></li>
<li class="level2"><a href="#editors">Editors</a></li>
<li class="level2"><a href="#c">C++</a></li>
<li class="level2"><a href="#ios">iOS</a></li>
<li class="level2"><a href="#qml">QML</a></li>
<li class="level2"><a href="#debugger">Debugger</a></li>
<li class="level2"><a href="#devices">Devices</a></li>
<li class="level1"><a href="#list-of-api-changes">List of API Changes</a></li>
<li class="level1"><a href="#additions-to-other-qt-5-releases">Additions to Other Qt 5 Releases</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">What's New in Qt 5.3</h1>
<span class="subtitle"></span>
<!-- $$$whatsnew53.html-description -->
<div class="descr"> <a name="details"></a>
<p>The focus for Qt 5.3 is mainly about improving the stability, performance, and first-time user experience of the product. Qt 5.3 will also offer a good amount of new and exciting features, and a new platform: <a href="build-sources.html#winrt">WinRT</a>/Windows Phone.</p>
<p>This page is a summary of new features. For specific API changes, the <a href="whatsnew59.html#list-of-api-changes">List of API Changes</a> section contains links to new and obsolete classes.</p>
<a name="new-modules"></a>
<h2 id="new-modules">New Modules</h2>
<ul>
<li><a href="http://doc.qt.io/archives/qt-5.3/enginio-index.html">Enginio</a> - A client-side library for <a href="https://qtcloudservices.com/">Qt Cloud Services</a>.</li>
<li>Qt WebSockets - An add-on module that implements the WebSocket standard <a href="http://tools.ietf.org/html/rfc6455">RFC 6455</a></li>
</ul>
<p>For more information, visit the <a href="qtmodules.html">All Modules</a> page.</p>
<a name="new-platforms"></a>
<h2 id="new-platforms">New Platforms</h2>
<p>Qt 5.3 introduces support for <a href="build-sources.html#winrt">WinRT</a> and Windows Phone on a beta quality level. Most features in Qt Core, GUI, Network, Widgets, QML, Quick, and Sensors are already working.</p>
<ul>
<li>Windows Runtime platforms: Windows 8/RT (Modern UI), Windows Phone 8. The documentation is available at <a href="winrt-support.html">Qt for WinRT</a>.</li>
</ul>
<a name="new-features"></a>
<h2 id="new-features">New Features</h2>
<a name="qt-core-module"></a>
<h3 >Qt Core Module</h3>
<ul>
<li>Logging: It is now possible to configure logging rules (for example, the message types for which categories are printed) on the filesystem or in <i>QtProject/qtlogging.ini</i>. You can also use qCDebug and friends in a printf-style way, in addition to the streaming operator syntax.</li>
</ul>
<a name="qt-gui-module"></a>
<h3 >Qt GUI Module</h3>
<ul>
<li>Qt's iOS plugin now implements support for input methods, spell checking and word completion.</li>
<li>Embedded Linux platform specifics (plugins like eglfs and linuxfb) are now documented.</li>
</ul>
<a name="qt-quick-module"></a>
<h3 >Qt Quick Module</h3>
<ul>
<li>Introduced QQuickWidget for easy and flexibe integration of views with QWidget-based UIs.</li>
</ul>
<a name="qt-quick-controls-module"></a>
<h3 >Qt Quick Controls Module</h3>
<ul>
<li>The Calendar control was added. Calendar allows selection of dates from a grid of days, similar to QCalendarWidget.</li>
<li>MenuStyle and MenuBarStyle controls introduced.</li>
</ul>
<a name="qt-quick-dialogs-module"></a>
<h3 >Qt Quick Dialogs Module</h3>
<ul>
<li>The QML implementations are now built with QtQuick.Controls (and therefore the source is moved from qtdeclarative.git to qtquickcontrols.git), which enables adding some features such as folder shortcuts (both standard locations and bookmarked locations), and comboboxes for file filters and writing systems.</li>
<li>There is a new Dialog type which provides only the standard buttons, so that you can construct dialogs with arbitrary contents, such as various types of input dialogs and pickers.</li>
</ul>
<a name="qt-network-module"></a>
<h3 >Qt Network Module</h3>
<ul>
<li>Support for the SPDY protocol (version 3.0) was added.</li>
</ul>
<a name="qt-multimedia-module"></a>
<h3 >Qt Multimedia Module</h3>
<ul>
<li>A new QCameraInfo class was added. It allows to get static information about cameras such as physical position and sensor orientation. In addition, the class provides a way to list available cameras on the system and deprecates QCamera::availableDevices().</li>
</ul>
<a name="qt-webkit-module"></a>
<h3 >Qt WebKit Module</h3>
<ul>
<li>Support for HTML5 Video Track. Subtitles and captions for HTML5 video.</li>
<li>Support for Indexed DB API. See <a href="http://www.w3.org/TR/IndexedDB/">http://www.w3.org/TR/IndexedDB/</a>.</li>
</ul>
<a name="qt-positioning-module"></a>
<h3 >Qt Positioning Module</h3>
<ul>
<li>The module has been ported to Android and iOS. Android supports position and satellite updates while iOS supports position updates only.</li>
</ul>
<a name="qt-bluetooth-module"></a>
<h3 >Qt Bluetooth Module</h3>
<ul>
<li>The module has been ported to Android.</li>
</ul>
<a name="qt-qml-module"></a>
<h3 >Qt QML Module</h3>
<ul>
<li>Profiling support for V4, using the same event types as the QML profiler.</li>
<li>Profile or debug multiple QML engines in one application with the new EngineControl debug service.</li>
</ul>
<a name="xinput2-smooth-scrolling"></a>
<h3 >XInput2 Smooth Scrolling</h3>
<ul>
<li>Qt's XCB plugin now listens to XInput2 scrolling events which means it will respond to high resolution smooth scrolling events on devices where they are supported. Currently this is mainly touch pads.</li>
</ul>
<a name="qt-creator-3-1"></a>
<h2 id="qt-creator-3-1">Qt Creator 3.1</h2>
<p>The release of Qt Creator 3.1 coincides with the release of Qt 5.3&#x2e; The release introduces new features as well as bug fixes and improvements.</p>
<p>For more information, visit the <a href="http://doc.qt.io/qtcreator/index.html">Qt Creator Manual</a>.</p>
<a name="winrt-plugin"></a>
<h3 >WinRT Plugin</h3>
<p>Qt Creator 3.1 introduces a <a href="build-sources.html#winrt">WinRT</a> plugin that facilitates deployment and development of applications. The plugin is still experimental but the main features that already work nicely are:</p>
<ul>
<li>Registration of Windows Runtime and Windows Phone Qt versions.</li>
<li>Support for Windows Runtime and Windows Phone Kits.</li>
<li>Building of Windows Runtime and Windows Phone applications.</li>
<li>Running of applications for Windows Runtime and Windows Phone via Qt Creator’s <b>Run</b> button.</li>
</ul>
<p>To enable the plugin, go to <b>Help</b> &gt; <b>About Plugins</b> and enable <b>WinRT</b> in <b>Device Support</b>.</p>
<a name="editors"></a>
<h3 >Editors</h3>
<ul>
<li>Better support of multiple editors and windows.</li>
<li>New <a href="http://doc.qt.io/qtcreator/creator-beautifier.html">Beautifier plugin</a> for applying indentation and other coding styles.</li>
</ul>
<a name="c"></a>
<h3 >C++</h3>
<ul>
<li>Experimental new Clang based code model.</li>
</ul>
<a name="ios"></a>
<h3 >iOS</h3>
<ul>
<li>Better support of multiple devices.</li>
</ul>
<a name="qml"></a>
<h3 >QML</h3>
<ul>
<li>Better Qbs support.</li>
<li>Better defaulting and import resolution.</li>
<li>JavaScript profiler frontend (V4 only), integrated in QML profiler <i>events</i> and <i>timeline</i> views.</li>
</ul>
<a name="debugger"></a>
<h3 >Debugger</h3>
<ul>
<li>Improved LLDB support.</li>
<li>Removed support for GDB builds without Python.</li>
</ul>
<a name="devices"></a>
<h3 >Devices</h3>
<ul>
<li>SSH parameters now available as Qt Creator variables, for example, for use in custom run configurations.</li>
</ul>
<a name="list-of-api-changes"></a>
<h2 id="list-of-api-changes">List of API Changes</h2>
<p>The pages below contain a list of API changes in Qt 5.3:</p>
<ul>
<li><a href="newclasses53.html">New Classes and Functions in Qt 5.3</a></li>
<li><a href="obsoleteclasses.html">Obsolete Classes</a></li>
</ul>
<a name="additions-to-other-qt-5-releases"></a>
<h2 id="additions-to-other-qt-5-releases">Additions to Other Qt 5 Releases</h2>
<ul>
<li><a href="whatsnew54.html">What's New in Qt 5.4</a></li>
<li><a href="whatsnew52.html">What's New in Qt 5.2</a></li>
<li><a href="whatsnew51.html">What's New in Qt 5.1</a></li>
<li><a href="whatsnew50.html">What's New in Qt 5.0</a></li>
</ul>
</div>
<!-- @@@whatsnew53.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>