Skip to content
Snippets Groups Projects
Commit 4ac72ef0 authored by Daniel Molkentin's avatar Daniel Molkentin Committed by con
Browse files

Modify RSS to show new (and only) featured example

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

Reviewed-By: con
parent 8cd68b3b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
share/qtcreator/rss/images/qtcreator-textfinder-screenshot.png

12.8 KiB

share/qtcreator/rss/images/qtquick.png

6.68 KiB

......@@ -524,7 +524,6 @@ void GettingStartedWelcomePageWidget::showFeature(int feature)
ui->detailsLabel->show();
ui->detailsLabel->setOpenExternalLinks(true);
}
ui->featuredImage->setScaledContents(true);
}
void GettingStartedWelcomePageWidget::slotNextFeature()
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment