Details
-
Type:
Task
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Out of scope
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: (Inactive) QtQuick (version 1)
-
Labels:
Description
currently loading QML files is done synchronously (right?); we need to investigate whether this can be done asynchronously and emitting a signal when finished, so that the event loop is not blocked until loading is finished.