Rendering of the View on Screen
Solved
QML and Qt Quick
-
Hi All,
When I click a button in my application, there are multiple actions which happens.
Task1 : changing the state of button ,
Task2: opening of a Menu in a loader,
Task 3: after the Menu Loader state is changed to Ready , there is a repositioning that occurs in other fields in the UI.
So my question is when will I be able to view the Menu on the screen, After Task1, Task2 and Task3 or immediately after Task2?