The QDeclarativeImportDatabase class manages the QML imports for a QDeclarativeEngine. More...
#include <QDeclarativeImportDatabase>
| QDeclarativeImportDatabase ( QDeclarativeEngine * ) | |
| ~QDeclarativeImportDatabase () | |
| void | addImportPath ( const QString & dir ) |
| void | addPluginPath ( const QString & path ) |
| QStringList | importPathList () const |
| bool | importPlugin ( const QString & filePath, const QString & uri, QString * errorString ) |
| QStringList | pluginPathList () const |
| void | setImportPathList ( const QStringList & paths ) |
| void | setPluginPathList ( const QStringList & paths ) |
The QDeclarativeImportDatabase class manages the QML imports for a QDeclarativeEngine.
See also setImportPathList().
See also setPluginPathList().
See also importPathList().
See also pluginPathList().