Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt 3D Studio 2.2
-
8e0f95b4dcf98042900b2351dfdd5edf7053195d
Description
Download and unzip TestApp.7z
1. Open presentation main->presentations->main.uip in a text editor.
By default, the "eyeball" property of the "Rectangle" object is on the master slide in the "false" state.
2. Open presentation main->main.uia in Qt3DStudio.
In Qt3D Studio, the "eyeball" property is in the "true" state and is not on the master slide (a contradiction with xml)
Move the property "eyeball" (of the Rectangle object) to Master slide. Make sure the "eyeball" property is false by default.
3. Run test application.
3.1.
EXPECTED RESULT:
Rectangle shall not be displayed.
ACTUAL RESULT:
Rectangle is visible.
3.2.
- In the test application, change the visibility to false. (Press Enter)
- Go to other slide (Press 2 or 3)
EXPECTED RESULT:
Rectangle shall not be displayed. (because property "eyeball" on master slide)
ACTUAL RESULT:
Rectangle is visible.