2010-09-13 16:05:55 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>NewsFeed</class>
|
|
|
|
<widget class="QWidget" name="NewsFeed">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-06-29 12:08:17 -04:00
|
|
|
<width>598</width>
|
2013-07-19 08:18:58 -04:00
|
|
|
<height>376</height>
|
2010-09-13 16:05:55 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-07-19 08:18:58 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2015-06-29 12:08:17 -04:00
|
|
|
<property name="margin">
|
2014-12-10 19:13:40 -05:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-09-13 05:52:17 -04:00
|
|
|
<item>
|
2013-07-23 05:24:36 -04:00
|
|
|
<widget class="QFrame" name="titleBarFrame">
|
2013-07-28 05:56:24 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-07-23 05:24:36 -04:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
2012-09-13 05:52:17 -04:00
|
|
|
</property>
|
2013-07-23 05:24:36 -04:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
2013-07-23 05:24:36 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2010-09-13 16:05:55 -04:00
|
|
|
<property name="margin">
|
2013-07-23 05:24:36 -04:00
|
|
|
<number>2</number>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
2013-07-23 05:24:36 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarPixmap">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2015-06-29 12:08:17 -04:00
|
|
|
<pixmap resource="icons.qrc">:/icons/knews_128.png</pixmap>
|
2013-07-23 05:24:36 -04:00
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-12-06 17:09:44 -05:00
|
|
|
<widget class="StyledLabel" name="titleBarLabel">
|
2013-07-23 05:24:36 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>News Feed</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2015-01-20 13:06:56 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="sortComboBox"/>
|
|
|
|
</item>
|
2013-07-23 05:24:36 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="feedOptionsButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Options</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="removeAllButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove All</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-29 18:02:04 -04:00
|
|
|
<widget class="QToolButton" name="helpButton">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
2013-07-23 05:24:36 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2015-06-29 12:08:17 -04:00
|
|
|
<iconset resource="icons.qrc">
|
|
|
|
<normaloff>:/icons/information_128.png</normaloff>:/icons/information_128.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
2013-07-23 05:24:36 -04:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-08-29 18:02:04 -04:00
|
|
|
<property name="autoRaise">
|
2010-09-13 16:05:55 -04:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-23 05:24:36 -04:00
|
|
|
<item>
|
2014-11-15 12:24:49 -05:00
|
|
|
<widget class="RSFeedWidget" name="feedWidget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2013-07-23 05:24:36 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-09-13 16:05:55 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-11-15 12:24:49 -05:00
|
|
|
<customwidgets>
|
2014-12-06 17:09:44 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>StyledLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>gui/common/StyledLabel.h</header>
|
|
|
|
</customwidget>
|
2014-11-15 12:24:49 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>RSFeedWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/common/RSFeedWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2012-08-22 09:44:23 -04:00
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
2015-06-29 12:08:17 -04:00
|
|
|
<include location="icons.qrc"/>
|
2012-08-22 09:44:23 -04:00
|
|
|
</resources>
|
2010-09-13 16:05:55 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|