Added actions for disable/enable Emoticons in Privat Chat and for Clear Chat History

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2374 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-19 22:31:32 +00:00
parent 5633e7b5f4
commit a32c4b74b4
4 changed files with 105 additions and 0 deletions

View file

@ -1181,6 +1181,21 @@ p, li { white-space: pre-wrap; }
<height>24</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton::menu-indicator {
subcontrol-origin: padding;
subcontrol-position: bottom right;
}
QPushButton::menu-indicator:pressed, QPushButton::menu-indicator:open {
position: relative;
top: 1px; left: 1px; /* shift the arrow by 2 px */
}
QPushButton:hover {
border: 1px solid #CCCCCC;
}</string>
</property>
<property name="text">
<string/>
</property>