templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-Console/template.xml
branchRCL_2_4
changeset 1224 b0d232312e83
parent 1057 397174ec1ac1
child 1597 7058cea84a31
--- a/templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-Console/template.xml	Thu Apr 15 17:45:19 2010 -0500
+++ b/templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-Console/template.xml	Thu Apr 15 18:07:10 2010 -0500
@@ -13,9 +13,24 @@
 				label="%uid3.label"
 				min="0xe0000000"
 				max="0xefffffff"
-				mandatory="true">
+				mandatory="true"
+				persist="true">
 				<description>%uid3.desc</description>
 		</uidField>
+		<textField 
+				id="author"
+				label="%basics.author.label"
+				persist="true">
+				<description>%basics.author.desc</description>
+		</textField>
+		<textField 
+				id="copyright"
+				label="%basics.copyright.label"
+				multiline="true"
+				default="Your copyright notice"
+				persist="true">
+				<description>%basics.copyright.desc</description>
+		</textField>
 	</wizardPage>
 
 	<process class="com.nokia.carbide.cpp.project.core.processes.NewProject"