You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue with Page Flickering When Using LayoutSaver and Calling RestoreFromFile
Description:
When using the LayoutSaver functionality and calling the RestoreFromFile method to restore the layout, the application page flickers or appears to close and reopen abruptly. This behavior makes it seem as though the entire application is closing and reopening, which negatively impacts the user experience and does not provide a smooth transition.
Steps to Reproduce:
Use LayoutSaver to save the layout.
Call the RestoreFromFile method to restore the layout.
Observe the sudden flickering or closing/reopening of the application page.
Relevant Code:
The following QML code demonstrates the usage of LayoutSaver:
Expected Behavior:
After calling the RestoreFromFile method, the layout should restore smoothly without any flickering or abrupt closing/reopening of the application page, similar to how the addDockWidget method works.
Current Behavior:
When using RestoreFromFile, the application page flickers or appears to close and reopen abruptly.
When using addDockWidget (or similar methods), the layout updates smoothly without any flickering or abrupt behavior.
Additional Information:
Qt Version: 6.6.2
Operating System: Windows 11
QML Version: 2.15
Suggestions:
If you have any suggestions or solutions to improve this behavior, we would greatly appreciate your input. Additionally, if more information is needed, please let us know.
The text was updated successfully, but these errors were encountered:
Issue with Page Flickering When Using LayoutSaver and Calling RestoreFromFile
Description:
When using the LayoutSaver functionality and calling the RestoreFromFile method to restore the layout, the application page flickers or appears to close and reopen abruptly. This behavior makes it seem as though the entire application is closing and reopening, which negatively impacts the user experience and does not provide a smooth transition.
Steps to Reproduce:
Use LayoutSaver to save the layout.
Call the RestoreFromFile method to restore the layout.
Observe the sudden flickering or closing/reopening of the application page.
Relevant Code:
The following QML code demonstrates the usage of LayoutSaver:
Expected Behavior:
After calling the
RestoreFromFile
method, the layout should restore smoothly without any flickering or abrupt closing/reopening of the application page, similar to how theaddDockWidget
method works.Current Behavior:
When using
RestoreFromFile
, the application page flickers or appears to close and reopen abruptly.When using
addDockWidget
(or similar methods), the layout updates smoothly without any flickering or abrupt behavior.Additional Information:
Qt Version: 6.6.2
Operating System: Windows 11
QML Version: 2.15
Suggestions:
If you have any suggestions or solutions to improve this behavior, we would greatly appreciate your input. Additionally, if more information is needed, please let us know.
The text was updated successfully, but these errors were encountered: