阻抗弹窗
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
module QtQuick.Dialogs.Private
|
||||
plugin dialogsprivateplugin
|
||||
classname QtQuick2DialogsPrivatePlugin
|
||||
typeinfo plugins.qmltypes
|
||||
Reference in New Issue
Block a user