Inital commit of the Komplex Hub
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
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: "SettingsManager.h"
|
||||
lineNumber: 46
|
||||
name: "SettingsManager"
|
||||
accessSemantics: "reference"
|
||||
prototype: "QObject"
|
||||
exports: ["KomplexHubPlugin/SettingsManager 1.0"]
|
||||
exportMetaObjectRevisions: [256]
|
||||
Property {
|
||||
name: "shaderPack"
|
||||
type: "QString"
|
||||
read: "shaderPack"
|
||||
write: "setShaderPack"
|
||||
notify: "shaderPackChanged"
|
||||
index: 0
|
||||
lineNumber: 98
|
||||
}
|
||||
Property {
|
||||
name: "shaderPackUri"
|
||||
type: "QString"
|
||||
read: "shaderPackUri"
|
||||
notify: "shaderPackUriChanged"
|
||||
index: 1
|
||||
lineNumber: 99
|
||||
isReadonly: true
|
||||
}
|
||||
Signal { name: "shaderPackChanged"; lineNumber: 83 }
|
||||
Signal { name: "shaderPackUriChanged"; lineNumber: 84 }
|
||||
Signal {
|
||||
name: "error"
|
||||
lineNumber: 86
|
||||
Parameter { type: "QString" }
|
||||
Parameter { type: "QString" }
|
||||
}
|
||||
Method {
|
||||
name: "get"
|
||||
type: "QString"
|
||||
lineNumber: 65
|
||||
Parameter { name: "key"; type: "QString" }
|
||||
}
|
||||
Method {
|
||||
name: "set"
|
||||
type: "bool"
|
||||
lineNumber: 74
|
||||
Parameter { name: "key"; type: "QString" }
|
||||
Parameter { name: "value"; type: "QVariant" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file alias="/KomplexHubPlugin">/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/KomplexHubPlugin</file>
|
||||
|
||||
</qresource>
|
||||
</RCC>
|
||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file alias="/KomplexHubPlugin">/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/KomplexHubPlugin</file>
|
||||
|
||||
</qresource>
|
||||
</RCC>
|
||||
@@ -0,0 +1,7 @@
|
||||
module KomplexHubPlugin
|
||||
linktarget KomplexHubPluginplugin
|
||||
optional plugin KomplexHubPluginplugin
|
||||
classname KomplexHubPluginPlugin
|
||||
typeinfo KomplexHubPlugin.qmltypes
|
||||
prefer :/KomplexHubPlugin/
|
||||
|
||||
Reference in New Issue
Block a user