2011-05-15 13:01:21 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ChannelFeed</class>
|
|
|
|
<widget class="QWidget" name="ChannelFeed">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>681</width>
|
|
|
|
<height>476</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2012-08-26 16:31:10 -04:00
|
|
|
<widget class="QFrame" name="channelTreeFrame">
|
2011-05-15 13:01:21 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_9">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
2012-08-26 16:31:10 -04:00
|
|
|
<widget class="QFrame" name="titleBarFrame">
|
2011-05-15 13:01:21 -04:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2012-08-26 16:31:10 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2011-05-15 13:01:21 -04:00
|
|
|
<property name="margin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarPixmap">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="images.qrc">:/images/channels32.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-05-15 13:01:21 -04:00
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Arial</family>
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Channels</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="spacer">
|
2011-05-15 13:01:21 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="displayButton">
|
2012-08-21 09:02:44 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2012-08-26 16:31:10 -04:00
|
|
|
<string>Display</string>
|
2012-08-21 09:02:44 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
2012-08-26 16:31:10 -04:00
|
|
|
<normaloff>:/images/looknfeel.png</normaloff>:/images/looknfeel.png</iconset>
|
2012-08-21 09:02:44 -04:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2012-08-21 19:15:27 -04:00
|
|
|
<width>32</width>
|
2012-08-21 09:02:44 -04:00
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2012-08-26 16:31:10 -04:00
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::InstantPopup</enum>
|
|
|
|
</property>
|
2012-08-21 09:02:44 -04:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="newChannelButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-05-15 13:01:21 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2012-08-26 16:31:10 -04:00
|
|
|
<string>Create Channel</string>
|
2011-05-15 13:01:21 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
2012-08-26 16:31:10 -04:00
|
|
|
<normaloff>:/images/add_channel24.png</normaloff>:/images/add_channel24.png</iconset>
|
2011-05-15 13:01:21 -04:00
|
|
|
</property>
|
2012-08-21 09:02:44 -04:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2012-08-21 19:15:27 -04:00
|
|
|
<width>32</width>
|
2012-08-21 09:02:44 -04:00
|
|
|
<height>16</height>
|
|
|
|
</size>
|
2011-05-15 13:01:21 -04:00
|
|
|
</property>
|
2011-05-16 17:24:16 -04:00
|
|
|
<property name="autoRaise">
|
2011-05-15 13:01:21 -04:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-22 09:44:23 -04:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="GroupTreeWidget" name="treeWidget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-15 13:01:21 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2012-08-26 16:31:10 -04:00
|
|
|
<layout class="QGridLayout" name="channelLayout">
|
2011-05-15 13:01:21 -04:00
|
|
|
<item row="0" column="0">
|
2012-08-26 16:31:10 -04:00
|
|
|
<widget class="QFrame" name="headerFrame">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2011-05-15 13:01:21 -04:00
|
|
|
<property name="margin">
|
2012-08-26 16:31:10 -04:00
|
|
|
<number>4</number>
|
2011-05-15 13:01:21 -04:00
|
|
|
</property>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
2012-08-27 17:48:00 -04:00
|
|
|
<widget class="QLabel" name="logoLabel">
|
2012-08-26 16:31:10 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="images.qrc">:/images/channels.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
2011-05-15 13:01:21 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="nameLabel">
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active/>
|
|
|
|
<inactive/>
|
|
|
|
<disabled/>
|
|
|
|
</palette>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Microsoft Sans Serif</family>
|
|
|
|
<pointsize>22</pointsize>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">Channel Name</string>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-05-15 13:01:21 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item row="4" column="0">
|
2011-07-07 18:01:30 -04:00
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
2011-05-15 13:01:21 -04:00
|
|
|
</property>
|
2011-07-07 18:01:30 -04:00
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-08-27 17:48:00 -04:00
|
|
|
<width>413</width>
|
2012-04-24 11:34:22 -04:00
|
|
|
<height>16</height>
|
2011-07-07 18:01:30 -04:00
|
|
|
</rect>
|
2011-05-15 13:01:21 -04:00
|
|
|
</property>
|
2012-04-24 11:34:22 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-07-07 18:01:30 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-05-15 13:01:21 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item row="3" column="0">
|
2012-04-21 09:00:17 -04:00
|
|
|
<layout class="QHBoxLayout" name="progressLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="progressLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Loading</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QFrame" name="toolBarFrame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="margin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="postButton">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Post to Channel</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/mail_send.png</normaloff>:/images/mail_send.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>314</width>
|
|
|
|
<height>10</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-15 13:01:21 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-01-13 11:26:24 -05:00
|
|
|
<action name="actionsetAllAsRead">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set all as read</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set all as read</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEnable_Auto_Download">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Auto-Download</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Enable Auto-Download</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-05-15 13:01:21 -04:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>GroupTreeWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/common/GroupTreeWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|