Fix/webengine segfault
Description
This MR resolves the segfault when using the qwebengineview with theme updates set to "auto".
Related Issues
closes #336 (closed)
Type of Change
- Since "auto" is only supported on macos, the default was changed from auto to a single call of darkdetect.
- Added a method to await the loading of the webpage.
- Adjusted tests to wait for the loading of the webpage. As this was not there before, the failure went unnoticed.
Additional Comments
Since "auto" is not the default anymore, the widgets will not automatically adjust to OS-related changes of themes.
Definition of Done
-
Documentation is up-to-date.
Edited by wakonig_k