Evgenii Legotckoi
Evgenii LegotckoiDec. 14, 2017, 2:12 a.m.

Qt 5.10 Release

Qt developers have announced the release of Qt 5.10, which is marked by the introduction of new functionality, as well as the release of Qt 3D Studio.

Qt 3D Studio

As the name suggests, Qt 3D Studio is a graphics editor used to create 3D user interfaces and is built from the NVIDIA Drive Design product that NVIDIA brought to Qt earlier this year.

Qt 3D Studio contains a runtime component that runs in your application and a graphical tool for designing and building the user interface. Although the tool is a standalone application, the runtime can be easily integrated with the rest of Qt.

Qt 3D Studio will work with both Qt 5.9 and 5.10. The 3D Studio runtime component and application are available under commercial and GPL licenses.


Qt Qml, Qt Quick и Qt Quick Controls

Many interesting things have happened in this area. Qt Quick now has a plugin that allows you to place randomly generated elements in the scene

The new pointer handlers are the next big new feature in Qt Quick. This is a big step forward for Qt Quick and greatly improves handling of more complex multi-user cases. Instead of using Mouse- and TouchArea to handle these input events, you can now bind handlers for different types of pointer events to any element. Support for this is still in technology preview.

In addition, Qt Quick has received more small improvements. Chief among them is support for direct loading of ETC1 and ETC2 compressed textures, multisampling support for layers, and some properties to customize font handling.

Qt Quick Controls 2 also received many new features. First of all, two new styles are now available. One of them is education based style which makes it very easy to use your own illustrations to create a custom look. The other one, called Fusio style, is desktop oriented. These styles also support palettes.

Action, ActionGroup and MenuBar elements have also been added. Outside of MenuBar, Actions are also supported on buttons, delegates, and menus. In addition, we have added many smaller features to the existing controls.

Qt Qml finally supports declaring enums in QML and dynamically relays all strings when the language changes.

Graphics

A massive new graphics area feature is the new QPA plugin, which allows you to pass the full Qt user interface to any WebGL-enabled browser.

On the OpenGL side, QSurfaceFormat can now be used to query sRGB compatible framebuffers, and the full set of OpenGL ES 3.2 APIs is now available on all platforms via QOpenGLExtraFunctions.

Qt 3D

Thanks to KDAB, Qt 3D has also gained a couple of new features. There are new types of nodes that can be used in frame graphs, such as proximity filter and framebuffer splitting. There is now support for Shader Graphs, which allows you to create shaders from Graph-based Description, Skeletal Animation System Technology Preview, and the Scene2D Qt Quick element, making it easy to embed Qt 3D content into Qt QuickTime.

In addition, the focus on Qt 3D development is now gradually shifting away from developing all the necessary features to improve performance and reduce memory consumption.

Qt 3D will also become much more important in moving Qt forward. Work is currently underway to create a runtime for Qt 3D Studio on top of Qt 3D to unify the architecture for all 3D-related APIs and tools.

Qt Core и Network

Qt Core now has a brand new QStringView class that is conceptually similar to std::string_view. At the moment, some const functions from QString are still missing, but this will be completed for Qt 5.11.

Qt Core also received a new QRandomGenerator class that provides a high quality random generator and access to seedless random numbers generated by hardware or operating systems. There is also now a set of explicit endian big/small data types (qint16_le etc.) and a KeyValueIterator for our associative containers that provide STL compatible iteration semantics over those containers.

Qt Network now supports OpenSSL 1.1, stores HSTS (HTTP Strict Transport Security) policies permanently in QNetworkAccessManager, and implements an h2c protocol update used by non-SSL SSL/2.

Qt Widgets

Added a few small functions such as QWidget::createWindowContainer() on Android, enabling QOpenGLWidget to render and capture off-screen content, added a tabStopDistance property to QTextOption and QTextEdit, and an API for better selection handling for QLineEdit. Now QDockWidgets can be thrown from side to side.

In addition, a large set of bugs have been fixed in this module for Qt 5.10.

Embedded functionality

While most of the above elements improve the overall offering, both for application development and device building, there are also some elements that focus on embedded systems.

The Qt virtual keyboard has received support for many new languages and handwriting support for Arabic, Farsi, Chinese, Japanese, and Korean.

On the Boot2Qt side, device images have been updated to Yocto 2.3 (Pyro), giving you a more modern Linux to work with.

Other modules

Updated Qt WebEngine to use Chromium 61. You can now pause and resume downloads and start them programmatically.

On the Windows desktop, you can now use the UWP server for Qt Bluetooth on Windows, and on X11, the Qt X11Extras module can now peek into the event queue.

Finally, Qt Network Authorization (which provides OAuth 1 and 2 support) and Qt Speech which provides text-to-speech support have moved out of technology preview to be fully supported in 5.10.

We recommend hosting TIMEWEB
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.

Do you like it? Share on social networks!

C
  • Feb. 25, 2018, 3:53 p.m.
Здравствуйте.
Планируется ли урок по Qt Network Authorization? Всё же интересная тема и информации маловато в интернете.
Evgenii Legotckoi
  • Feb. 26, 2018, 4:21 a.m.

Добрый день.
Честно, не знаю, когда этим займусь. По хорошему надо будет разбираться, когда начну писать приложение для сайта, но это очень не скоро будет. У меня ещё слишком много других задач по разработке функционала сайта.

Comments

Only authorized users can post comments.
Please, Log in or Sign up
B

C++ - Test 002. Constants

  • Result:16points,
  • Rating points-10
B

C++ - Test 001. The first program and data types

  • Result:46points,
  • Rating points-6
FL

C++ - Test 006. Enumerations

  • Result:80points,
  • Rating points4
Last comments
k
kmssrFeb. 8, 2024, 6:43 p.m.
Qt Linux - Lesson 001. Autorun Qt application under Linux как сделать автозапуск для флэтпака, который не даёт создавать файлы в ~/.config - вот это вопрос ))
Qt WinAPI - Lesson 007. Working with ICMP Ping in Qt Без строки #include <QRegularExpressionValidator> в заголовочном файле не работает валидатор.
EVA
EVADec. 25, 2023, 10:30 a.m.
Boost - static linking in CMake project under Windows Ошибка LNK1104 часто возникает, когда компоновщик не может найти или открыть файл библиотеки. В вашем случае, это файл libboost_locale-vc142-mt-gd-x64-1_74.lib из библиотеки Boost для C+…
J
JonnyJoDec. 25, 2023, 8:38 a.m.
Boost - static linking in CMake project under Windows Сделал всё по-как у вас, но выдаёт ошибку [build] LINK : fatal error LNK1104: не удается открыть файл "libboost_locale-vc142-mt-gd-x64-1_74.lib" Хоть убей, не могу понять в чём дел…
G
GvozdikDec. 18, 2023, 9:01 p.m.
Qt/C++ - Lesson 056. Connecting the Boost library in Qt for MinGW and MSVC compilers Для решения твой проблемы добавь в файл .pro строчку "LIBS += -lws2_32" она решит проблему , лично мне помогло.
Now discuss on the forum
AC
Alexandru CodreanuJan. 19, 2024, 11:57 a.m.
QML Обнулить значения SpinBox Доброго времени суток, не могу разобраться с обнулением значение SpinBox находящего в делегате. import QtQuickimport QtQuick.ControlsWindow { width: 640 height: 480 visible: tr…
BlinCT
BlinCTDec. 27, 2023, 8:57 a.m.
Растягивать Image на парент по высоте Ну и само собою дял включения scrollbar надо чтобы был Flickable. Так что выходит как то так Flickable{ id: root anchors.fill: parent clip: true property url linkFile p…
Дмитрий
ДмитрийJan. 10, 2024, 4:18 a.m.
Qt Creator загружает всю оперативную память Проблема решена. Удалось разобраться с помощью утилиты strace. Запустил ее: strace ./qtcreator Начал выводиться весь лог работы креатора. В один момент он начал считывать фай…
Evgenii Legotckoi
Evgenii LegotckoiDec. 12, 2023, 6:48 a.m.
Побуквенное сравнение двух строк Добрый день. Там случайно не высылается этот сигнал textChanged ещё и при форматировани текста? Если решиать в лоб, то можно просто отключать сигнал/слотовое соединение внутри слота и …

Follow us in social networks