阻抗弹窗
This commit is contained in:
BIN
ZBD_IIIDL_S_Project/release/Qt/labs/lottieqt/lottieqt.dll
Normal file
BIN
ZBD_IIIDL_S_Project/release/Qt/labs/lottieqt/lottieqt.dll
Normal file
Binary file not shown.
BIN
ZBD_IIIDL_S_Project/release/Qt/labs/lottieqt/lottieqtd.dll
Normal file
BIN
ZBD_IIIDL_S_Project/release/Qt/labs/lottieqt/lottieqtd.dll
Normal file
Binary file not shown.
101
ZBD_IIIDL_S_Project/release/Qt/labs/lottieqt/plugins.qmltypes
Normal file
101
ZBD_IIIDL_S_Project/release/Qt/labs/lottieqt/plugins.qmltypes
Normal file
@@ -0,0 +1,101 @@
|
||||
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 Qt.labs.lottieqt 1.0'
|
||||
|
||||
Module {
|
||||
dependencies: ["QtQuick 2.0"]
|
||||
Component {
|
||||
name: "BMLiteral"
|
||||
prototype: "QObject"
|
||||
exports: ["Qt.labs.lottieqt/BMPropertyType 1.0"]
|
||||
exportMetaObjectRevisions: [0]
|
||||
Enum {
|
||||
name: "PropertyType"
|
||||
values: {
|
||||
"RectPosition": 0,
|
||||
"RectSize": 1,
|
||||
"RectRoundness": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
Component {
|
||||
name: "LottieAnimation"
|
||||
defaultProperty: "data"
|
||||
prototype: "QQuickPaintedItem"
|
||||
exports: ["Qt.labs.lottieqt/LottieAnimation 1.0"]
|
||||
exportMetaObjectRevisions: [0]
|
||||
Enum {
|
||||
name: "Status"
|
||||
values: {
|
||||
"Null": 0,
|
||||
"Loading": 1,
|
||||
"Ready": 2,
|
||||
"Error": 3
|
||||
}
|
||||
}
|
||||
Enum {
|
||||
name: "Quality"
|
||||
values: {
|
||||
"LowQuality": 0,
|
||||
"MediumQuality": 1,
|
||||
"HighQuality": 2
|
||||
}
|
||||
}
|
||||
Enum {
|
||||
name: "Direction"
|
||||
values: {
|
||||
"Forward": 1,
|
||||
"Reverse": 2
|
||||
}
|
||||
}
|
||||
Enum {
|
||||
name: "LoopCount"
|
||||
values: {
|
||||
"Infinite": -1
|
||||
}
|
||||
}
|
||||
Property { name: "source"; type: "string" }
|
||||
Property { name: "frameRate"; type: "int" }
|
||||
Property { name: "startFrame"; type: "int"; isReadonly: true }
|
||||
Property { name: "endFrame"; type: "int"; isReadonly: true }
|
||||
Property { name: "status"; type: "Status" }
|
||||
Property { name: "quality"; type: "Quality" }
|
||||
Property { name: "autoPlay"; type: "bool" }
|
||||
Property { name: "loops"; type: "int" }
|
||||
Property { name: "direction"; type: "Direction" }
|
||||
Signal { name: "finished" }
|
||||
Method { name: "start" }
|
||||
Method { name: "play" }
|
||||
Method { name: "pause" }
|
||||
Method { name: "togglePause" }
|
||||
Method { name: "stop" }
|
||||
Method {
|
||||
name: "gotoAndPlay"
|
||||
Parameter { name: "frame"; type: "int" }
|
||||
}
|
||||
Method {
|
||||
name: "gotoAndPlay"
|
||||
type: "bool"
|
||||
Parameter { name: "frameMarker"; type: "string" }
|
||||
}
|
||||
Method {
|
||||
name: "gotoAndStop"
|
||||
Parameter { name: "frame"; type: "int" }
|
||||
}
|
||||
Method {
|
||||
name: "gotoAndStop"
|
||||
type: "bool"
|
||||
Parameter { name: "frameMarker"; type: "string" }
|
||||
}
|
||||
Method {
|
||||
name: "getDuration"
|
||||
type: "double"
|
||||
Parameter { name: "inFrames"; type: "bool" }
|
||||
}
|
||||
Method { name: "getDuration"; type: "double" }
|
||||
}
|
||||
}
|
||||
2
ZBD_IIIDL_S_Project/release/Qt/labs/lottieqt/qmldir
Normal file
2
ZBD_IIIDL_S_Project/release/Qt/labs/lottieqt/qmldir
Normal file
@@ -0,0 +1,2 @@
|
||||
module Qt.labs.lottieqt
|
||||
plugin lottieqt
|
||||
Reference in New Issue
Block a user