Initial commit

This commit is contained in:
2026-04-29 07:19:21 +03:00
commit 9a8cdfa08a
5964 changed files with 1194660 additions and 0 deletions
@@ -0,0 +1,50 @@
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/qquickworkerscript_p.h"
lineNumber: 51
name: "QQuickWorkerScript"
accessSemantics: "reference"
prototype: "QObject"
interfaces: ["QQmlParserStatus"]
exports: [
"QtQml.WorkerScript/WorkerScript 2.0",
"QtQml.WorkerScript/WorkerScript 2.15",
"QtQml.WorkerScript/WorkerScript 6.0"
]
exportMetaObjectRevisions: [512, 527, 1536]
Property {
name: "source"
type: "QUrl"
read: "source"
write: "setSource"
notify: "sourceChanged"
index: 0
lineNumber: 55
}
Property {
name: "ready"
revision: 527
type: "bool"
read: "ready"
notify: "readyChanged"
index: 1
lineNumber: 56
isReadonly: true
}
Signal { name: "sourceChanged"; lineNumber: 75 }
Signal { name: "readyChanged"; revision: 527; lineNumber: 76 }
Signal {
name: "message"
lineNumber: 77
Parameter { name: "messageObject"; type: "QJSValue" }
}
Method { name: "sendMessage"; isJavaScriptFunction: true; lineNumber: 72 }
}
}
@@ -0,0 +1,9 @@
module QtQml.WorkerScript
linktarget Qt6::workerscriptplugin
optional plugin workerscriptplugin
classname QtQmlWorkerScriptPlugin
designersupported
typeinfo plugins.qmltypes
depends QML 1.0
prefer :/qt-project.org/imports/QtQml/WorkerScript/