Source

Target

Commits (3)
Showing with 30 additions and 4 deletions
Qt 5.10.1 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 5.10.0.
For more details, refer to the online documentation included in this
distribution. The documentation is also available online:
http://doc.qt.io/qt-5/index.html
The Qt version 5.10 series is binary compatible with the 5.9.x series.
Applications compiled for 5.9 will continue to run with 5.10.
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker:
https://bugreports.qt.io/
Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.
This release contains all fixes included in the Qt 5.9.4 release.
****************************************************************************
* Qt 5.10.1 Changes *
****************************************************************************
- This release contains only minor code improvements.
...@@ -85,7 +85,7 @@ Item { ...@@ -85,7 +85,7 @@ Item {
property variant source property variant source
/*! /*!
This property defines the percieved amount of movement for each pixel. This property defines the perceived amount of movement for each pixel.
The movement is divided evenly to both sides of each pixel. The movement is divided evenly to both sides of each pixel.
The quality of the blur depends on \l{DirectionalBlur::samples}{samples} The quality of the blur depends on \l{DirectionalBlur::samples}{samples}
......
...@@ -104,7 +104,7 @@ Item { ...@@ -104,7 +104,7 @@ Item {
Radius defines the softness of the shadow. A larger radius causes the Radius defines the softness of the shadow. A larger radius causes the
edges of the shadow to appear more blurry. edges of the shadow to appear more blurry.
The ideal blur is acheived by selecting \c samples and \c radius such The ideal blur is achieved by selecting \c samples and \c radius such
that \c {samples = 1 + radius * 2}, such as: that \c {samples = 1 + radius * 2}, such as:
\table \table
......
...@@ -92,7 +92,7 @@ Item { ...@@ -92,7 +92,7 @@ Item {
affect the blurring of an individual pixel. A larger radius increases affect the blurring of an individual pixel. A larger radius increases
the blur effect. the blur effect.
The ideal blur is acheived by selecting \c samples and \c radius such The ideal blur is achieved by selecting \c samples and \c radius such
that \c {samples = 1 + radius * 2}, such as: that \c {samples = 1 + radius * 2}, such as:
\table \table
......
...@@ -105,7 +105,7 @@ Item { ...@@ -105,7 +105,7 @@ Item {
Depending on the radius value, value of the \l{Glow::samples}{samples} Depending on the radius value, value of the \l{Glow::samples}{samples}
should be set to sufficiently large to ensure the visual quality. should be set to sufficiently large to ensure the visual quality.
The ideal blur is acheived by selecting \c samples and \c radius such The ideal blur is achieved by selecting \c samples and \c radius such
that \c {samples = 1 + radius * 2}, such as: that \c {samples = 1 + radius * 2}, such as:
\table \table
......