2009-09-19 10:22:47 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-06-20 08:43:23 -04:00
|
|
|
<class>ForumNewItem</class>
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QWidget" name="ForumNewItem">
|
|
|
|
<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>618</width>
|
2008-06-20 08:43:23 -04:00
|
|
|
<height>354</height>
|
|
|
|
</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">
|
|
|
|
<property name="leftMargin">
|
2008-06-20 08:43:23 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
2008-06-20 08:43:23 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</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">
|
2009-09-21 10:59:33 -04:00
|
|
|
<string notr="true">QFrame#frame{border: 2px solid black;
|
2009-09-19 10:22:47 -04:00
|
|
|
background: white;}</string>
|
|
|
|
</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>
|
2009-09-19 10:22:47 -04:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="topMargin">
|
2008-06-20 08:43:23 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="bottomMargin">
|
2008-06-20 08:43:23 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-09-19 10:22:47 -04:00
|
|
|
<layout class="QHBoxLayout">
|
2008-06-20 08:43:23 -04:00
|
|
|
<item>
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QPushButton" name="clearButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
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="toolTip">
|
2008-07-04 10:41:24 -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="styleSheet">
|
|
|
|
<string notr="true"/>
|
2008-08-27 04:41:43 -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/close_normal.png</normaloff>:/images/close_normal.png</iconset>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
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="styleSheet">
|
|
|
|
<string notr="true"/>
|
2008-08-27 04:41:43 -04:00
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Connected</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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-06-20 08:43:23 -04:00
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-06-20 08:43:23 -04:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QLabel" name="nameLabel">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
2008-08-27 04:41:43 -04:00
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>name</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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-06-20 08:43:23 -04:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-06-20 08:43:23 -04:00
|
|
|
<size>
|
|
|
|
<width>500</width>
|
|
|
|
<height>20</height>
|
|
|
|
</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-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="toolTip">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Subscribe to Forum</string>
|
|
|
|
</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>
|
|
|
|
<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-06-20 08:43:23 -04:00
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-06-20 08:43:23 -04:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QPushButton" name="expandButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
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="toolTip">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Expand</string>
|
|
|
|
</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/edit_add24.png</normaloff>:/images/edit_add24.png</iconset>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
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-06-20 08:43:23 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="margin">
|
2008-06-20 08:43:23 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-09-19 10:22:47 -04:00
|
|
|
<layout class="QHBoxLayout">
|
2008-06-20 08:43:23 -04:00
|
|
|
<item>
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QLabel" name="iconLabel">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"> background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
2008-08-27 04:41:43 -04:00
|
|
|
stop:0 lightgray, stop:1 darkgray);</string>
|
|
|
|
</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="pixmap">
|
|
|
|
<pixmap resource="../images.qrc">:/images/contacts24.png</pixmap>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 10:22:47 -04:00
|
|
|
<widget class="QLabel" name="descLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" 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">
|
|
|
|
<string notr="true"/>
|
2008-08-27 04:41:43 -04:00
|
|
|
</property>
|
2009-09-19 10:22:47 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Description
|
|
|
|
of Forum</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-08-17 10:13:09 -04:00
|
|
|
<item>
|
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>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2008-06-20 08:43:23 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</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"/>
|
2009-09-21 10:59:33 -04:00
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
2008-06-20 08:43:23 -04:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|