summaryrefslogtreecommitdiff
path: root/share/qtcreator/welcomescreen
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2011-07-04 19:11:37 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2011-07-05 11:45:50 +0200
commitef7405d21da3585d6662864656ed4bc8284b9634 (patch)
treec360507fe6471a0f23dd867b0be61bcc78fb3ad3 /share/qtcreator/welcomescreen
parent3977723abb20e90657a67cfdd3bef45d099ecde4 (diff)
downloadqt-creator-ef7405d21da3585d6662864656ed4bc8284b9634.tar.gz
WelcomeScreen: Fix up fallback xml file
Change-Id: I0dbd8f58630dd9ff43b4b9c39af7afa4c6c2f121 Reviewed-on: http://codereview.qt.nokia.com/1098 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'share/qtcreator/welcomescreen')
-rw-r--r--share/qtcreator/welcomescreen/examples_fallback.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/qtcreator/welcomescreen/examples_fallback.xml b/share/qtcreator/welcomescreen/examples_fallback.xml
index 3a0a8dc2b6..9d4f927cae 100644
--- a/share/qtcreator/welcomescreen/examples_fallback.xml
+++ b/share/qtcreator/welcomescreen/examples_fallback.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<instructionals module="Qt">
<demos>
- <demo imageUrl="qthelp://com.trolltech.qt/qdoc/images/qml-samegame-demo.png" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-samegame.html" projectPath="./declarative/samegame/declarative/samegame.qmlproject" name="SameGame">
+ <demo imageUrl="qthelp://com.trolltech.qt/qdoc/images/qml-samegame-demo.png" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-samegame.html" projectPath="./declarative/samegame/samegame.qmlproject" name="SameGame">
<description><![CDATA[This demo shows how to write a 'Same Game' game in QML, using Javascript for all the game logic.]]></description>
<tags>demo,declarative,samegame,qml,qt quick</tags>
</demo>
- <demo imageUrl="qthelp://com.trolltech.qt/qdoc/images/qml-flickr-demo.png" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-flickr.html" projectPath="./declarative/flickr/declarative/flickr.qmlproject" name="Flickr Client">
+ <demo imageUrl="qthelp://com.trolltech.qt/qdoc/images/qml-flickr-demo.png" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-flickr.html" projectPath="./declarative/flickr/flickr.qmlproject" name="Flickr Client">
<description><![CDATA[This demo shows how to write a mobile Flickr browser application in QML.]]></description>
<tags>demo,declarative,flickr,qml,qt quick</tags>
</demo>
@@ -41,11 +41,11 @@
<description><![CDATA[The Interview demonstration explores the flexibility and scalability of the model/view framework by presenting an infinitely deep data structure using a model and three different types of view.]]></description>
<tags>demo,interview</tags>
</demo>
- <demo imageUrl="qthelp://com.trolltech.qt/qdoc/images/qml-rssnews-demo.png" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-rssnews.html" projectPath="./declarative/rssnews/declarative/rssnews.qmlproject" name="Rss Client">
+ <demo imageUrl="qthelp://com.trolltech.qt/qdoc/images/qml-rssnews-demo.png" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-rssnews.html" projectPath="./declarative/rssnews/rssnews.qmlproject" name="Rss Client">
<description><![CDATA[This demo shows how to write a RSS news reader in QML.]]></description>
<tags>demo,declarative,rssnews,qml,qt quick</tags>
</demo>
- <demo imageUrl="qthelp://com.trolltech.qt/qdoc/images/qml-twitter-demo.png" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-twitter.html" projectPath="./declarative/twitter/declarative/twitter.qmlproject" name="Twitter Client">
+ <demo imageUrl="qthelp://com.trolltech.qt/qdoc/images/qml-twitter-demo.png" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-twitter.html" projectPath="./declarative/twitter/twitter.qmlproject" name="Twitter Client">
<description><![CDATA[This demo shows how to write a mobile Twitter search client in QML. Use it to see what people think about Qt Quick!]]></description>
<tags>demo,declarative,twitter,qml,qt quick</tags>
</demo>
@@ -69,7 +69,7 @@
<description><![CDATA[The Spectrum Analyzer demo shows how the <tt>QtMultimedia Module</tt> can be used in Qt applications to capture and then play back an audio stream.]]></description>
<tags>demo,spectrum,qtmultimedia module</tags>
</demo>
- <demo imageUrl="" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-minehunt.html" projectPath="./declarative/minehunt/declarative/minehunt.pro" name="Minehunt">
+ <demo imageUrl="" difficulty="?" docUrl="qthelp://com.trolltech.qt/qdoc/demos-declarative-minehunt.html" projectPath="./declarative/minehunt/minehunt.pro" name="Minehunt">
<description><![CDATA[This demo shows how to create a simple Minehunt game, using QML for the UI and C++ for the game logic.]]></description>
<tags>demo,declarative,minehunt</tags>
</demo>