OXIESEC PANEL
- Current Dir:
/
/
lib64
/
qt5
/
qml
/
QtQml
/
WorkerScript.2
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/16/2024 09:01:43 PM
rwxr-xr-x
📄
libworkerscriptplugin.so
11.83 KB
10/14/2023 01:43:48 PM
rwxr-xr-x
📄
plugins.qmltypes
975 bytes
10/14/2023 01:38:00 PM
rw-r--r--
📄
qmldir
86 bytes
03/18/2021 12:46:04 PM
rw-r--r--
Editing: plugins.qmltypes
Close
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 { dependencies: [] Component { file: "private/qquickworkerscript_p.h" name: "QQuickWorkerScript" prototype: "QObject" exports: [ "QtQml.WorkerScript/WorkerScript 2.0", "QtQml.WorkerScript/WorkerScript 2.15" ] exportMetaObjectRevisions: [0, 15] Property { name: "source"; type: "QUrl" } Property { name: "ready"; revision: 15; type: "bool"; isReadonly: true } Signal { name: "readyChanged"; revision: 15 } Signal { name: "message" Parameter { name: "messageObject"; type: "QJSValue" } } Method { name: "sendMessage" Parameter { type: "QQmlV4Function"; isPointer: true } } } }