MDeclarativeCache API provides way for QML applications to ask already created instances of QApplication and QDeclarativeView classes for themselves. This helps to reduce application startup time.
Class | Description |
---|---|
MDeclarativeCache | Class used for storing instances of QApplication and QDeclarativeView. |
For writing applications which are using MDeclarativeCache, please see the full developer guide "Optimising application startup" in "Best practices for application development" section.