2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.0"?>
|
|
3 |
<plugin>
|
|
4 |
|
|
5 |
<!-- PROJECT WIZARDS -->
|
|
6 |
<extension point="com.nokia.carbide.templatewizard.wizardTemplate">
|
|
7 |
<template
|
|
8 |
displayName="%Qt.console.template.label"
|
|
9 |
groupLabel="%Qt.core.label"
|
|
10 |
image="icons/consoleproject.gif"
|
|
11 |
location="templates/Qt-Console/template.xml"
|
|
12 |
templateId="com.nokia.carbide.cpp.qt.templates.console"
|
|
13 |
wizardId="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
|
|
14 |
|
|
15 |
<template
|
|
16 |
displayName="%Qt.gui.dialog.template.label"
|
|
17 |
filterArguments="S60:3.0-5.9"
|
|
18 |
groupLabel="%Qt.gui.label"
|
|
19 |
image="icons/guiproject.gif"
|
|
20 |
location="templates/Qt-GUI-Dialog/template.xml"
|
|
21 |
templateId="com.nokia.carbide.cpp.qt.templates.gui.dialog"
|
|
22 |
wizardId="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
|
|
23 |
|
|
24 |
<template
|
|
25 |
displayName="%Qt.gui.mainwindow.template.label"
|
|
26 |
filterArguments="S60:3.0-5.9"
|
|
27 |
groupLabel="%Qt.gui.label"
|
|
28 |
image="icons/guiproject.gif"
|
|
29 |
location="templates/Qt-GUI-MainWindow/template.xml"
|
|
30 |
templateId="com.nokia.carbide.cpp.qt.templates.gui.mainwindow"
|
|
31 |
wizardId="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
|
|
32 |
|
|
33 |
<template
|
|
34 |
displayName="%Qt.gui.widget.template.label"
|
|
35 |
filterArguments="S60:3.0-5.9"
|
|
36 |
groupLabel="%Qt.gui.label"
|
|
37 |
image="icons/guiproject.gif"
|
|
38 |
location="templates/Qt-GUI-Widget/template.xml"
|
|
39 |
templateId="com.nokia.carbide.cpp.qt.templates.gui.widget"
|
|
40 |
wizardId="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
|
|
41 |
</extension>
|
|
42 |
|
|
43 |
</plugin>
|