Modify RSS to show new (and only) featured example

Also center images, don't scale, and be less jumpy on startup

Reviewed-By: con
This commit is contained in:
Daniel Molkentin
2010-10-27 15:06:34 +02:00
committed by con
parent 8cd68b3b06
commit 4ac72ef05f
5 changed files with 14 additions and 6 deletions

View File

@@ -7,14 +7,14 @@
<lastBuildDate>Fri, 17 Sep 2010 10:30:00 GMT</lastBuildDate>
<language>en-us</language>
<item>
<title>How to create a Qt C++ application</title>
<title>How to create a Qt Quick application</title>
<category>Tutorial</category>
<link>qthelp://com.nokia.qtcreator/doc/creator-writing-program.html</link>
<guid>qthelp://com.nokia.qtcreator/doc/creator-writing-program.html</guid>
<link>qthelp://com.nokia.qtcreator/doc/creator-qml-application.html</link>
<guid>qthelp://com.nokia.qtcreator/doc/creator-qml-application.html</guid>
<pubDate>Mon, 12 Sep 2005 18:37:00 GMT</pubDate>
<description><![CDATA[ This tutorial describes how to use Qt Creator to create a small Qt application, Text Finder. ]]></description>
<description><![CDATA[ This tutorial describes how to use the Qt Creator to implement the states and transitions example application. ]]></description>
<image>
<link>images/qtcreator-textfinder-screenshot.png</link>
<link>images/qtquick.png</link>
</image>
</item>
</channel>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -524,7 +524,6 @@ void GettingStartedWelcomePageWidget::showFeature(int feature)
ui->detailsLabel->show();
ui->detailsLabel->setOpenExternalLinks(true);
}
ui->featuredImage->setScaledContents(true);
}
void GettingStartedWelcomePageWidget::slotNextFeature()

View File

@@ -389,6 +389,12 @@
</item>
<item>
<widget class="QFrame" name="featureFrame">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
@@ -435,6 +441,9 @@ border-bottom: 1px solid &quot;#C9C9C9&quot;;
<property name="text">
<string notr="true"/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>