2008-06-20 08:43:23 -04:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>ChannelFeed</class>
|
|
|
|
<widget class="QWidget" name="ChannelFeed" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-11-17 15:47:56 -05:00
|
|
|
<width>676</width>
|
|
|
|
<height>452</height>
|
2008-06-20 08:43:23 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2008-11-17 15:47:56 -05:00
|
|
|
<property name="sizeIncrement" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2008-06-20 08:43:23 -04:00
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2008-11-15 18:42:47 -05:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QPushButton" name="chanButton" >
|
|
|
|
<property name="font" >
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Create Channel</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="images.qrc" >:/images/add_channel24.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize" >
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="2" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>151</width>
|
|
|
|
<height>28</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3" >
|
|
|
|
<widget class="QLabel" name="iconLabel" >
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap" >
|
|
|
|
<pixmap resource="images.qrc" >:/images/channels24.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4" >
|
|
|
|
<widget class="QLabel" name="nameLabel" >
|
|
|
|
<property name="font" >
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Channel Name</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="6" >
|
|
|
|
<widget class="QPushButton" name="postButton" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>26</width>
|
|
|
|
<height>26</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Post To Channel</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="images.qrc" >:/images/mail_send.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-06-20 08:43:23 -04:00
|
|
|
</item>
|
2008-11-15 18:42:47 -05:00
|
|
|
<item row="0" column="7" >
|
|
|
|
<spacer>
|
2008-06-20 08:43:23 -04:00
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2008-11-15 18:42:47 -05:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="8" >
|
|
|
|
<widget class="QPushButton" name="subscribeButton" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>26</width>
|
|
|
|
<height>26</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Subscribe To Channel</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="images.qrc" >:/images/directoryadd_24x24_shadow.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="9" >
|
|
|
|
<widget class="QPushButton" name="unsubscribeButton" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>26</width>
|
|
|
|
<height>26</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Unsubcribe To Channel</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="images.qrc" >:/images/directoryremove_24x24_shadow.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2" >
|
|
|
|
<widget class="QFrame" name="chanFrame" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2008-11-29 21:21:02 -05:00
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>220</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2008-11-15 18:42:47 -05:00
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
2008-11-17 15:47:56 -05:00
|
|
|
<width>220</width>
|
2008-11-15 18:42:47 -05:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2008-11-17 15:47:56 -05:00
|
|
|
<property name="baseSize" >
|
|
|
|
<size>
|
|
|
|
<width>220</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2008-11-15 18:42:47 -05:00
|
|
|
<property name="frameShape" >
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2" colspan="8" >
|
|
|
|
<widget class="QFrame" name="msgFrame" >
|
|
|
|
<property name="sizePolicy" >
|
2008-11-17 15:47:56 -05:00
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
|
|
|
<horstretch>1</horstretch>
|
2008-11-15 18:42:47 -05:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape" >
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2008-06-20 08:43:23 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="images.qrc" />
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|