mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 01:01:40 -04:00
added view button
let left toolbar moveable to right side. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1144 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1cc8639305
commit
88fa2715d5
4 changed files with 104 additions and 44 deletions
|
@ -85,6 +85,13 @@ p, li { white-space: pre-wrap; }
|
|||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="0" column="3" >
|
||||
<widget class="QPushButton" name="viewButton" >
|
||||
<property name="text" >
|
||||
<string>View</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
|
@ -231,6 +238,26 @@ p, li { white-space: pre-wrap; }
|
|||
<string>Clear</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTabsright" >
|
||||
<property name="text" >
|
||||
<string>Set Tabs Right</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTabsnorth" >
|
||||
<property name="text" >
|
||||
<string>Set Tabs North</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTabssouth" >
|
||||
<property name="text" >
|
||||
<string>Set Tabs South</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTabswest" >
|
||||
<property name="text" >
|
||||
<string>Set Tabs Left</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue