阻抗弹窗
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
import QtQuick.tooling 1.2
|
||||
|
||||
// This file describes the plugin-supplied types contained in the library.
|
||||
// It is used for QML tooling purposes only.
|
||||
//
|
||||
// This file was auto-generated by:
|
||||
// 'qmlplugindump -nonrelocatable QtQuick.XmlListModel 2.13'
|
||||
|
||||
Module {
|
||||
dependencies: ["QtQuick 2.0"]
|
||||
Component {
|
||||
name: "QQuickXmlListModel"
|
||||
defaultProperty: "roles"
|
||||
prototype: "QAbstractListModel"
|
||||
exports: ["QtQuick.XmlListModel/XmlListModel 2.0"]
|
||||
exportMetaObjectRevisions: [0]
|
||||
Enum {
|
||||
name: "Status"
|
||||
values: {
|
||||
"Null": 0,
|
||||
"Ready": 1,
|
||||
"Loading": 2,
|
||||
"Error": 3
|
||||
}
|
||||
}
|
||||
Property { name: "status"; type: "Status"; isReadonly: true }
|
||||
Property { name: "progress"; type: "double"; isReadonly: true }
|
||||
Property { name: "source"; type: "QUrl" }
|
||||
Property { name: "xml"; type: "string" }
|
||||
Property { name: "query"; type: "string" }
|
||||
Property { name: "namespaceDeclarations"; type: "string" }
|
||||
Property { name: "roles"; type: "QQuickXmlListModelRole"; isList: true; isReadonly: true }
|
||||
Property { name: "count"; type: "int"; isReadonly: true }
|
||||
Signal {
|
||||
name: "statusChanged"
|
||||
Parameter { type: "QQuickXmlListModel::Status" }
|
||||
}
|
||||
Signal {
|
||||
name: "progressChanged"
|
||||
Parameter { name: "progress"; type: "double" }
|
||||
}
|
||||
Method { name: "reload" }
|
||||
Method {
|
||||
name: "get"
|
||||
type: "QQmlV4Handle"
|
||||
Parameter { name: "index"; type: "int" }
|
||||
}
|
||||
Method { name: "errorString"; type: "string" }
|
||||
}
|
||||
Component {
|
||||
name: "QQuickXmlListModelRole"
|
||||
prototype: "QObject"
|
||||
exports: ["QtQuick.XmlListModel/XmlRole 2.0"]
|
||||
exportMetaObjectRevisions: [0]
|
||||
Property { name: "name"; type: "string" }
|
||||
Property { name: "query"; type: "string" }
|
||||
Property { name: "isKey"; type: "bool" }
|
||||
}
|
||||
}
|
||||
5
ZBD_IIIDL_S_Project/release/QtQuick/XmlListModel/qmldir
Normal file
5
ZBD_IIIDL_S_Project/release/QtQuick/XmlListModel/qmldir
Normal file
@@ -0,0 +1,5 @@
|
||||
module QtQuick.XmlListModel
|
||||
plugin qmlxmllistmodelplugin
|
||||
classname QmlXmlListModelPlugin
|
||||
typeinfo plugins.qmltypes
|
||||
designersupported
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user