Inital commit of the Komplex Hub
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
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: "quickstudioapplication.h"
|
||||
lineNumber: 56
|
||||
name: "QuickStudioApplication"
|
||||
accessSemantics: "reference"
|
||||
prototype: "QObject"
|
||||
exports: [
|
||||
"QtQuick.Studio.Application/StudioApplication 6.2",
|
||||
"QtQuick.Studio.Application/StudioApplication 254.0"
|
||||
]
|
||||
exportMetaObjectRevisions: [1538, 65024]
|
||||
Property {
|
||||
name: "fontPath"
|
||||
type: "QUrl"
|
||||
read: "fontPath"
|
||||
write: "setFontPath"
|
||||
notify: "fontPathChanged"
|
||||
index: 0
|
||||
lineNumber: 63
|
||||
}
|
||||
Signal { name: "fontPathChanged"; lineNumber: 72 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file alias="/qt-project.org/imports/QtQuick/Studio/Application">/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Application</file>
|
||||
|
||||
</qresource>
|
||||
</RCC>
|
||||
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
module QtQuick.Studio.Application
|
||||
linktarget QuickStudioApplicationplugin
|
||||
optional plugin QuickStudioApplicationplugin
|
||||
classname QtQuick_Studio_ApplicationPlugin
|
||||
designersupported
|
||||
typeinfo QuickStudioApplication.qmltypes
|
||||
prefer :/qt-project.org/imports/QtQuick/Studio/Application/
|
||||
|
||||
Reference in New Issue
Block a user