Added Blog New Item to News Feed.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2962 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-05-20 21:00:59 +00:00
parent 00e5dc311f
commit d2baf4902d
7 changed files with 628 additions and 23 deletions

View file

@ -18,7 +18,7 @@
</property>
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
<number>6</number>
</property>
<item row="0" column="0">
<widget class="QFrame" name="frame">
@ -29,8 +29,11 @@
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame{border: 2px solid black;
background: white;}</string>
<string notr="true">QFrame#frame{
border: 2px solid #6ACEFF;
border-radius: 10px;
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #0076B1, stop:1 #12A3EB);}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>