mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-23 13:15:51 -04:00
added context action for Paste retroshare Link
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2399 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6943dbc9ac
commit
c9599fa1ed
3 changed files with 53 additions and 5 deletions
|
@ -109,7 +109,7 @@ border: 1px solid #CCCCCC;}</string>
|
|||
<number>6</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QPushButton" name="attachFileButton">
|
||||
<widget class="QToolButton" name="attachFileButton">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
|
@ -123,10 +123,13 @@ border: 1px solid #CCCCCC;}</string>
|
|||
<height>24</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="emoticonButton">
|
||||
<widget class="QToolButton" name="emoticonButton">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
|
@ -140,6 +143,9 @@ border: 1px solid #CCCCCC;}</string>
|
|||
<height>24</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -176,7 +182,7 @@ border: 1px solid #CCCCCC;}</string>
|
|||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pastersButton">
|
||||
<widget class="QToolButton" name="pastersButton">
|
||||
<property name="toolTip">
|
||||
<string>Paste retroshare link</string>
|
||||
</property>
|
||||
|
@ -185,7 +191,10 @@ border: 1px solid #CCCCCC;}</string>
|
|||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/copyrslink.png</normaloff>:/images/copyrslink.png</iconset>
|
||||
<normaloff>:/images/pasterslink.png</normaloff>:/images/pasterslink.png</iconset>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -214,7 +223,11 @@ border: 1px solid #CCCCCC;}</string>
|
|||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QTextEdit" name="forumMessage"/>
|
||||
<widget class="QTextEdit" name="forumMessage">
|
||||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::CustomContextMenu</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue