forked from qt-creator/qt-creator
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:
@@ -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 |
BIN
share/qtcreator/rss/images/qtquick.png
Normal file
BIN
share/qtcreator/rss/images/qtquick.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 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 "#C9C9C9";
|
||||
<property name="text">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user