Initial commit
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
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 qmltyperegistrar.
|
||||
|
||||
Module {
|
||||
Component {
|
||||
file: "private/qqmlsettings_p.h"
|
||||
lineNumber: 30
|
||||
name: "QQmlSettingsLabs"
|
||||
accessSemantics: "reference"
|
||||
prototype: "QObject"
|
||||
interfaces: ["QQmlParserStatus"]
|
||||
exports: [
|
||||
"Qt.labs.settings/Settings 1.0",
|
||||
"Qt.labs.settings/Settings 6.0"
|
||||
]
|
||||
exportMetaObjectRevisions: [256, 1536]
|
||||
Property {
|
||||
name: "category"
|
||||
type: "QString"
|
||||
read: "category"
|
||||
write: "setCategory"
|
||||
index: 0
|
||||
lineNumber: 34
|
||||
isFinal: true
|
||||
}
|
||||
Property {
|
||||
name: "fileName"
|
||||
type: "QString"
|
||||
read: "fileName"
|
||||
write: "setFileName"
|
||||
index: 1
|
||||
lineNumber: 35
|
||||
isFinal: true
|
||||
}
|
||||
Method { name: "_q_propertyChanged"; lineNumber: 63 }
|
||||
Method {
|
||||
name: "value"
|
||||
type: "QVariant"
|
||||
isMethodConstant: true
|
||||
lineNumber: 49
|
||||
Parameter { name: "key"; type: "QString" }
|
||||
Parameter { name: "defaultValue"; type: "QVariant" }
|
||||
}
|
||||
Method {
|
||||
name: "value"
|
||||
type: "QVariant"
|
||||
isCloned: true
|
||||
isMethodConstant: true
|
||||
lineNumber: 49
|
||||
Parameter { name: "key"; type: "QString" }
|
||||
}
|
||||
Method {
|
||||
name: "setValue"
|
||||
lineNumber: 50
|
||||
Parameter { name: "key"; type: "QString" }
|
||||
Parameter { name: "value"; type: "QVariant" }
|
||||
}
|
||||
Method { name: "sync"; lineNumber: 51 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
module Qt.labs.settings
|
||||
linktarget Qt6::qmlsettingsplugin
|
||||
optional plugin qmlsettingsplugin
|
||||
classname QmlSettingsPlugin
|
||||
typeinfo plugins.qmltypes
|
||||
prefer :/qt-project.org/imports/Qt/labs/settings/
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user