DtkDeclarative
DTK Declarative module
|
信号 | |
void | loadFinished () |
Public 成员函数 | |
DAppLoader (const QString &appName, const QString &appPath=QString(), QObject *parent=nullptr) | |
DAppLoader::DAppLoader 用于加载DTk QML应用插件 | |
void | addPluginPath (const QString &dir) |
QStringList | pluginPaths () const |
DAppLoader::pluginPaths high priority at the front. | |
int | exec (int &argc, char **argv) |
静态 Public 成员函数 | |
static DAppLoader * | instance () |
Dtk::Quick::DAppLoader::DAppLoader | ( | const QString & | appid, |
const QString & | appPath = QString() , |
||
QObject * | parent = nullptr |
||
) |
DAppLoader::DAppLoader 用于加载DTk QML应用插件
appid 应用插件的名字 | |
appPath 应用插件的安装目录 |