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>
|
|
|
|
<width>428</width>
|
|
|
|
<height>256</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2012-09-13 05:52:17 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="spacing">
|
2010-09-13 16:05:55 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-09-13 05:52:17 -04:00
|
|
|
<property name="margin">
|
2010-09-13 16:05:55 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-09-13 05:52:17 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="headerLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2010-09-13 16:05:55 -04:00
|
|
|
<property name="leftMargin">
|
2012-09-13 05:52:17 -04:00
|
|
|
<number>3</number>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
2012-09-13 05:52:17 -04:00
|
|
|
<number>2</number>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
2012-09-13 05:52:17 -04:00
|
|
|
<number>2</number>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
2012-09-13 05:52:17 -04:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>2</number>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
2012-09-13 05:52:17 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="imageLabel">
|
2013-04-19 17:30:50 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
2012-08-22 09:44:23 -04:00
|
|
|
<property name="pixmap">
|
2013-04-19 17:30:50 -04:00
|
|
|
<pixmap resource="images.qrc">:/images/newsfeed128.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-13 05:52:17 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="newsLabel">
|
2010-09-13 16:05:55 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-08-22 09:44:23 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2010-09-13 16:05:55 -04:00
|
|
|
<property name="text">
|
2012-08-22 09:44:23 -04:00
|
|
|
<string>News Feed</string>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-13 05:52:17 -04:00
|
|
|
<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>
|
|
|
|
<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>
|
2010-09-13 16:05:55 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2012-09-13 05:52:17 -04:00
|
|
|
<item>
|
2010-09-13 16:05:55 -04:00
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-09-13 05:52:17 -04:00
|
|
|
<width>426</width>
|
2012-03-04 17:00:28 -05:00
|
|
|
<height>16</height>
|
2010-09-13 16:05:55 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2012-03-04 17:00:28 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2010-09-13 16:05:55 -04:00
|
|
|
<property name="spacing">
|
2012-03-04 17:00:28 -05:00
|
|
|
<number>3</number>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
|
|
|
<property name="margin">
|
2012-03-04 17:00:28 -05:00
|
|
|
<number>3</number>
|
2010-09-13 16:05:55 -04:00
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-08-22 09:44:23 -04:00
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
|
|
|
</resources>
|
2010-09-13 16:05:55 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|