added groupbox to the News feed Items

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2236 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-08 00:21:08 +00:00
parent 5aff139382
commit 442b8e2fb7
2 changed files with 69 additions and 58 deletions

View File

@ -26,7 +26,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QFrame#frame{border: 3px solid #D3D3D3; <string notr="true">QFrame#frame{border: 2px solid #D3D3D3;
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FFFFFF, stop:1 #F2F2F2);; stop:0 #FFFFFF, stop:1 #F2F2F2);;
border-radius: 10px;}</string> border-radius: 10px;}</string>
@ -199,32 +199,37 @@ border-radius: 10px;}</string>
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<layout class="QHBoxLayout"> <widget class="QGroupBox" name="">
<item> <property name="title">
<widget class="QLabel" name="iconLabel"> <string>Channel Decscription</string>
<property name="text"> </property>
<string/> <layout class="QHBoxLayout">
</property> <item>
<property name="pixmap"> <widget class="QLabel" name="iconLabel">
<pixmap resource="../images.qrc">:/images/contacts24.png</pixmap> <property name="text">
</property> <string/>
</widget> </property>
</item> <property name="pixmap">
<item> <pixmap resource="../images.qrc">:/images/contacts24.png</pixmap>
<widget class="QLabel" name="descLabel"> </property>
<property name="sizePolicy"> </widget>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> </item>
<horstretch>0</horstretch> <item>
<verstretch>0</verstretch> <widget class="QLabel" name="descLabel">
</sizepolicy> <property name="sizePolicy">
</property> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<property name="text"> <horstretch>0</horstretch>
<string>Description <verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Description
of Forum</string> of Forum</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>
@ -260,6 +265,7 @@ border-radius: 10px;}</string>
<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"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>

View File

@ -211,39 +211,43 @@ border-radius: 10px}</string>
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<layout class="QHBoxLayout"> <widget class="QGroupBox" name="">
<item> <property name="title">
<widget class="QLabel" name="iconLabel"> <string>Forum Description</string>
<property name="styleSheet"> </property>
<string notr="true"> background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, <layout class="QHBoxLayout">
stop:0 lightgray, stop:1 darkgray);</string> <item>
</property> <widget class="QLabel" name="iconLabel">
<property name="text"> <property name="styleSheet">
<string/> <string notr="true"/>
</property> </property>
<property name="pixmap"> <property name="text">
<pixmap resource="../images.qrc">:/images/contacts24.png</pixmap> <string/>
</property> </property>
</widget> <property name="pixmap">
</item> <pixmap resource="../images.qrc">:/images/contacts24.png</pixmap>
<item> </property>
<widget class="QLabel" name="descLabel"> </widget>
<property name="sizePolicy"> </item>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <item>
<horstretch>0</horstretch> <widget class="QLabel" name="descLabel">
<verstretch>0</verstretch> <property name="sizePolicy">
</sizepolicy> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
</property> <horstretch>0</horstretch>
<property name="styleSheet"> <verstretch>0</verstretch>
<string notr="true"/> </sizepolicy>
</property> </property>
<property name="text"> <property name="styleSheet">
<string>Description <string notr="true"/>
</property>
<property name="text">
<string>Description
of Forum</string> of Forum</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget>
</item> </item>
<item> <item>
<spacer name="verticalSpacer"> <spacer name="verticalSpacer">
@ -280,6 +284,7 @@ border-radius: 10px}</string>
<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"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>