Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
QDS 4.4
-
None
-
Qt Design Studio 4.4.0 Based on Qt 6.5.4 (MSVC 2019, x86_64) Built on Jan 22 2024 10:21:05 From revision ef2f76b2d8
OS: Windows 11 Pro, Version 22H2, OS build 22621.2861.
64-bit operating system, x64-based processor
-
-
2
-
f985b1b09 (qds/dev), 8e5d7eb4b (qds/dev)
-
QDS Oulu - 2024 Week 5/6
Description
How to reproduce
- Create a New Effect
- Add blur node to the effect
- Save the effect
- Check the value of blurMax in QML file
- In EffectMaker, change the value of Max Blur Level to a floating point value, e.g. 32.99 or 32,99.
- Open the effect's qml file.
Description
Max Blur Level property of the Blur Helper node accepts real numbers, but on the QML side this property is represented as an int.
When a real number is set, the integer property is reset to 0.
Expected behavior
It should not be possible to apply a floating point number to Max Blur Level.
Attachments
For Gerrit Dashboard: QDS-11770 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
536802,2 | EffectComposer: Add controlType to BLUR_HELPER_MAX_LEVEL property | qds/dev | qt-creator/tqtc-plugin-qtquickdesigner | Status: MERGED | +2 | 0 |
536803,3 | EffectComposer: Allow 'define' properties to specify control type | qds/dev | qt-creator/qt-creator | Status: MERGED | +2 | 0 |