uidesigner/com.nokia.carbide.cpp.uidesigner.doc.user/tutorials/tutorials.htm
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
<html>
cawthron
parents:
diff changeset
     4
<head>
cawthron
parents:
diff changeset
     5
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
cawthron
parents:
diff changeset
     6
	<title>UI Designer Tutorials</title>
cawthron
parents:
diff changeset
     7
    <link href="../html/../book.css" rel="stylesheet" type="text/css">
cawthron
parents:
diff changeset
     8
</head>
cawthron
parents:
diff changeset
     9
cawthron
parents:
diff changeset
    10
<body>
cawthron
parents:
diff changeset
    11
<h2>UI Designer Examples</h2>
cawthron
parents:
diff changeset
    12
<p>The following complete project examples include explanations of how the default UI Designer source code was revised to implement various program features. Use these examples to learn more about connecting UI Designer source with different program features. </p>
cawthron
parents:
diff changeset
    13
<ul>
cawthron
parents:
diff changeset
    14
  <li><a href="birthdays/BirthdaysTutorial.html">Birthdays Example </a> </li>
cawthron
parents:
diff changeset
    15
  <li><a href="ysearch/YSearchTutorial.html">Yahoo! Image Search Example </a> </li>
cawthron
parents:
diff changeset
    16
</ul>
cawthron
parents:
diff changeset
    17
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
</body>
cawthron
parents:
diff changeset
    20
</html>