mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 12:02:29 -04:00
Added a new image to the private chat window to set the window always on top.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4409 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
71f632b99f
commit
b86407f395
9 changed files with 391 additions and 64 deletions
|
@ -79,6 +79,7 @@
|
|||
</attribute>
|
||||
<addaction name="actionAvatar"/>
|
||||
<addaction name="actionColor"/>
|
||||
<addaction name="actionSetOnTop"/>
|
||||
<addaction name="actionDockTab"/>
|
||||
<addaction name="actionUndockTab"/>
|
||||
</widget>
|
||||
|
@ -130,6 +131,21 @@
|
|||
<string>Set Chat Window Color</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSetOnTop">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/pin32.png</normaloff>:/images/pin32.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Set window on top</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Set window on top</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../images.qrc"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue