mirror of https://github.com/cutefishos/appmotor
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
716 B
Plaintext
20 lines
716 B
Plaintext
/*! \mainpage MDeclarativeCache API Library
|
|
|
|
\section introduction Introduction
|
|
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.
|
|
|
|
<table>
|
|
<tr><th>Class</th><th>Description</th></tr>
|
|
<tr><td>MDeclarativeCache</td><td>Class used for storing instances of QApplication
|
|
and QDeclarativeView.</td></tr>
|
|
</table>
|
|
|
|
\section getting_started Getting started
|
|
For writing applications which are using MDeclarativeCache, please see the full
|
|
developer guide "Optimising application startup" in "Best practices for
|
|
application development" section.
|
|
|
|
*/
|