summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/lib.png (renamed from share/qtcreator/templates/wizards/qml-runtime/lib.png)bin1245 -> 1245 bytes
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/object.cpp (renamed from share/qtcreator/templates/wizards/qml-runtime/object.cpp)0
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/object.h (renamed from share/qtcreator/templates/wizards/qml-runtime/object.h)0
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/plugin.cpp (renamed from share/qtcreator/templates/wizards/qml-runtime/plugin.cpp)0
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/plugin.h (renamed from share/qtcreator/templates/wizards/qml-runtime/plugin.h)0
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/project.pro (renamed from share/qtcreator/templates/wizards/qml-runtime/project.pro)0
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/qmldir (renamed from share/qtcreator/templates/wizards/qml-runtime/qmldir)0
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/wizard.xml (renamed from share/qtcreator/templates/wizards/qml-runtime/wizard_disabled.xml)10
8 files changed, 5 insertions, 5 deletions
diff --git a/share/qtcreator/templates/wizards/qml-runtime/lib.png b/share/qtcreator/templates/wizards/qml-extension/lib.png
index a4e818d986..a4e818d986 100644
--- a/share/qtcreator/templates/wizards/qml-runtime/lib.png
+++ b/share/qtcreator/templates/wizards/qml-extension/lib.png
Binary files differ
diff --git a/share/qtcreator/templates/wizards/qml-runtime/object.cpp b/share/qtcreator/templates/wizards/qml-extension/object.cpp
index f2d9eb39d0..f2d9eb39d0 100644
--- a/share/qtcreator/templates/wizards/qml-runtime/object.cpp
+++ b/share/qtcreator/templates/wizards/qml-extension/object.cpp
diff --git a/share/qtcreator/templates/wizards/qml-runtime/object.h b/share/qtcreator/templates/wizards/qml-extension/object.h
index 50898b454c..50898b454c 100644
--- a/share/qtcreator/templates/wizards/qml-runtime/object.h
+++ b/share/qtcreator/templates/wizards/qml-extension/object.h
diff --git a/share/qtcreator/templates/wizards/qml-runtime/plugin.cpp b/share/qtcreator/templates/wizards/qml-extension/plugin.cpp
index 34383ef11f..34383ef11f 100644
--- a/share/qtcreator/templates/wizards/qml-runtime/plugin.cpp
+++ b/share/qtcreator/templates/wizards/qml-extension/plugin.cpp
diff --git a/share/qtcreator/templates/wizards/qml-runtime/plugin.h b/share/qtcreator/templates/wizards/qml-extension/plugin.h
index d42a3c5123..d42a3c5123 100644
--- a/share/qtcreator/templates/wizards/qml-runtime/plugin.h
+++ b/share/qtcreator/templates/wizards/qml-extension/plugin.h
diff --git a/share/qtcreator/templates/wizards/qml-runtime/project.pro b/share/qtcreator/templates/wizards/qml-extension/project.pro
index 6e3cb29342..6e3cb29342 100644
--- a/share/qtcreator/templates/wizards/qml-runtime/project.pro
+++ b/share/qtcreator/templates/wizards/qml-extension/project.pro
diff --git a/share/qtcreator/templates/wizards/qml-runtime/qmldir b/share/qtcreator/templates/wizards/qml-extension/qmldir
index ee07ff6b10..ee07ff6b10 100644
--- a/share/qtcreator/templates/wizards/qml-runtime/qmldir
+++ b/share/qtcreator/templates/wizards/qml-extension/qmldir
diff --git a/share/qtcreator/templates/wizards/qml-runtime/wizard_disabled.xml b/share/qtcreator/templates/wizards/qml-extension/wizard.xml
index 5800b8ef5d..82ab56676f 100644
--- a/share/qtcreator/templates/wizards/qml-runtime/wizard_disabled.xml
+++ b/share/qtcreator/templates/wizards/qml-extension/wizard.xml
@@ -36,11 +36,11 @@ leave room for the Qt 4 target page.
-->
<wizard version="1" kind="project"
class="qt4project" firstpage="10"
- id="QmlRuntimePlugin" category="F.Projects">
+ id="QmlExtensionPlugin" category="F.Projects">
<icon>lib.png</icon>
- <description>Creates a C++ plugin to extend the funtionality of the QML runtime.</description>
- <displayname>QML Runtime Plug-in</displayname>
- <displaycategory>QML Runtime Plug-in</displaycategory>
+ <description>Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QDeclarativeEngine class.</description>
+ <displayname>Custom QML Extension Plugin</displayname>
+ <displaycategory>QML Extension Plugin</displaycategory>
<files>
<file source="qmldir" target="qmldir"/>
<file source="plugin.h" target="%ProjectName%.h"/>
@@ -50,7 +50,7 @@ leave room for the Qt 4 target page.
<file source="project.pro" target="%ProjectName%.pro" openproject="true"/>
</files>
<!-- Create a 2nd wizard page with parameters -->
- <fieldpagetitle>QML Runtime Plug-in Parameters</fieldpagetitle>
+ <fieldpagetitle>Custom QML Extension Plugin Parameters</fieldpagetitle>
<fields>
<field mandatory="false" name="ObjectName">
<fieldcontrol class="QLineEdit" validator='^[A-Za-z0-9_]+$' defaulttext="ExampleObject"/>