2009-09-19 10:22:47 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-07-04 10:41:24 -04:00
|
|
|
<class>ChanNewItem</class>
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QWidget" name="ChanNewItem">
|
|
|
|
<property name="geometry">
|
2008-06-20 08:43:23 -04:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-09-19 10:22:47 -04:00
|
|
|
<width>643</width>
|
2010-08-24 17:04:35 -04:00
|
|
|
<height>173</height>
|
2008-06-20 08:43:23 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="windowTitle">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<layout class="QGridLayout">
|
2010-02-07 09:18:05 -05:00
|
|
|
<property name="margin">
|
|
|
|
<number>6</number>
|
2009-09-19 10:22:47 -04:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
2008-06-20 08:43:23 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="styleSheet">
|
2010-02-07 19:21:08 -05:00
|
|
|
<string notr="true">QFrame#frame{border: 2px solid #D3D3D3;
|
2010-02-07 09:18:05 -05:00
|
|
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
|
|
|
stop:0 #FFFFFF, stop:1 #F2F2F2);;
|
|
|
|
border-radius: 10px;}</string>
|
2009-09-19 10:22:47 -04:00
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="frameShadow">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2010-08-24 17:04:35 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QLabel" name="logo_label">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2010-08-24 17:04:35 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLabel{border: 2px solid #D3D3D3;
|
|
|
|
|
|
|
|
border-radius: 2px;}</string>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="text">
|
2010-08-24 17:04:35 -04:00
|
|
|
<string>Logo</string>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2010-08-24 17:04:35 -04:00
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-08-24 17:04:35 -04:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="nameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>name</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QLabel" name="titleLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
2008-06-20 08:43:23 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="font">
|
2008-06-20 08:43:23 -04:00
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>true</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="text">
|
2010-05-19 18:43:13 -04:00
|
|
|
<string>New Channel</string>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-08-24 17:04:35 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2008-06-20 08:43:23 -04:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="orientation">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="sizeType">
|
2008-07-04 10:41:24 -04:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-06-20 08:43:23 -04:00
|
|
|
<size>
|
2010-08-24 17:04:35 -04:00
|
|
|
<width>338</width>
|
|
|
|
<height>28</height>
|
2008-06-20 08:43:23 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QPushButton" name="subscribeButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2008-07-04 10:41:24 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="toolTip">
|
2008-07-04 10:41:24 -04:00
|
|
|
<string>Subscribe to Channel</string>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2008-08-17 10:13:09 -04:00
|
|
|
<normaloff>:/images/directoryadd_24x24_shadow.png</normaloff>:/images/directoryadd_24x24_shadow.png</iconset>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-08-24 17:04:35 -04:00
|
|
|
<widget class="QPushButton" name="expandButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2010-08-24 17:04:35 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Expand</string>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2010-08-24 17:04:35 -04:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2010-08-24 17:04:35 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/edit_add24.png</normaloff>:/images/edit_add24.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-06-20 08:43:23 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2010-08-24 17:04:35 -04:00
|
|
|
<widget class="QPushButton" name="clearButton">
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2008-07-04 10:41:24 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="toolTip">
|
2010-08-24 17:04:35 -04:00
|
|
|
<string>Remove Item</string>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2010-08-24 17:04:35 -04:00
|
|
|
<normaloff>:/images/close_normal.png</normaloff>:/images/close_normal.png</iconset>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-08-24 17:04:35 -04:00
|
|
|
<item row="1" column="1">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>455</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QFrame" name="expandFrame">
|
|
|
|
<property name="frameShape">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="frameShadow">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
2008-07-04 10:41:24 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="margin">
|
2008-07-04 10:41:24 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-06-20 08:43:23 -04:00
|
|
|
<item>
|
2010-05-19 18:43:13 -04:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
2010-02-07 19:21:08 -05:00
|
|
|
<property name="title">
|
|
|
|
<string>Channel Decscription</string>
|
|
|
|
</property>
|
2010-08-24 17:04:35 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="0" column="0">
|
2010-02-07 19:21:08 -05:00
|
|
|
<widget class="QLabel" name="iconLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="../images.qrc">:/images/contacts24.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-08-24 17:04:35 -04:00
|
|
|
<item row="0" column="1">
|
2010-02-07 19:21:08 -05:00
|
|
|
<widget class="QLabel" name="descLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Description
|
2010-05-19 18:43:13 -04:00
|
|
|
of Channel</string>
|
2010-02-07 19:21:08 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-06-20 08:43:23 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-08-24 17:04:35 -04:00
|
|
|
<item row="3" column="0" colspan="2">
|
2009-09-19 10:22:47 -04:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
2008-08-17 10:13:09 -04:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-08-17 10:13:09 -04:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2010-08-24 17:04:35 -04:00
|
|
|
<height>10</height>
|
2008-08-17 10:13:09 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2008-06-20 08:43:23 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2009-09-19 10:22:47 -04:00
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
2009-09-21 10:59:33 -04:00
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
2010-02-07 09:18:05 -05:00
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
2010-02-07 19:21:08 -05:00
|
|
|
<include location="../images.qrc"/>
|
2010-05-19 18:43:13 -04:00
|
|
|
<include location="../images.qrc"/>
|
2010-08-24 17:04:35 -04:00
|
|
|
<include location="../images.qrc"/>
|
2008-06-20 08:43:23 -04:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|