阻抗弹窗

This commit is contained in:
zxj
2024-11-29 17:47:45 +08:00
parent d5f31c8108
commit 4ce8544582
997 changed files with 255048 additions and 1110 deletions

View File

@@ -0,0 +1,60 @@
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.Dialogs.Private 1.1'
Module {
dependencies: ["QtQuick 2.0"]
Component {
name: "QQuickFontListModel"
prototype: "QAbstractListModel"
exports: ["QtQuick.Dialogs.Private/FontListModel 1.1"]
exportMetaObjectRevisions: [0]
Property { name: "writingSystem"; type: "string" }
Property { name: "scalableFonts"; type: "bool" }
Property { name: "nonScalableFonts"; type: "bool" }
Property { name: "monospacedFonts"; type: "bool" }
Property { name: "proportionalFonts"; type: "bool" }
Property { name: "count"; type: "int"; isReadonly: true }
Signal { name: "rowCountChanged" }
Method {
name: "setScalableFonts"
Parameter { name: "arg"; type: "bool" }
}
Method {
name: "setNonScalableFonts"
Parameter { name: "arg"; type: "bool" }
}
Method {
name: "setMonospacedFonts"
Parameter { name: "arg"; type: "bool" }
}
Method {
name: "setProportionalFonts"
Parameter { name: "arg"; type: "bool" }
}
Method {
name: "get"
type: "QJSValue"
Parameter { name: "index"; type: "int" }
}
Method { name: "pointSizes"; type: "QJSValue" }
}
Component {
name: "QQuickWritingSystemListModel"
prototype: "QAbstractListModel"
exports: ["QtQuick.Dialogs.Private/WritingSystemListModel 1.1"]
exportMetaObjectRevisions: [0]
Property { name: "writingSystems"; type: "QStringList"; isReadonly: true }
Property { name: "count"; type: "int"; isReadonly: true }
Signal { name: "rowCountChanged" }
Method {
name: "get"
type: "QJSValue"
Parameter { name: "index"; type: "int" }
}
}
}

View File

@@ -0,0 +1,4 @@
module QtQuick.Dialogs.Private
plugin dialogsprivateplugin
classname QtQuick2DialogsPrivatePlugin
typeinfo plugins.qmltypes