Added "set all to read" Button for ChannelFeed

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3620 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-06 17:33:37 +00:00
parent fc320cf1a6
commit 0ff9bf65f3

View File

@ -468,6 +468,39 @@ border-image: url(:/images/btn_26_pressed.png) 4;
</property>
</spacer>
</item>
<item row="0" column="4">
<widget class="QToolButton" name="setallreadtoolButton">
<property name="minimumSize">
<size>
<width>26</width>
<height>26</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton, QPushButton, QComboBox {
border-image: url(:/images/btn_26.png) 4;
border-width: 4;
padding: 0px 6px;
font-size: 12px;
}
QToolButton:hover, QPushButton:hover, QComboBox:hover {
border-image: url(:/images/btn_26_hover.png) 4;
}
QToolButton:disabled, QPushButton:disabled, QComboBox::disabled {
color:gray;
}
QToolButton:pressed, QPushButton:pressed{
border-image: url(:/images/btn_26_pressed.png) 4;
}</string>
</property>
<property name="text">
<string>Set all to read</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>