* added doubleclick download feature

* added download Button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@903 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-01-02 00:09:59 +00:00
parent 78fe71b2f4
commit 60244f6f7f
3 changed files with 83 additions and 43 deletions

View file

@ -6,7 +6,7 @@
<x>0</x>
<y>0</y>
<width>548</width>
<height>401</height>
<height>433</height>
</rect>
</property>
<property name="sizePolicy" >
@ -488,13 +488,7 @@
<enum>Qt::NoContextMenu</enum>
</property>
<layout class="QGridLayout" >
<property name="horizontalSpacing" >
<number>0</number>
</property>
<property name="verticalSpacing" >
<number>0</number>
</property>
<item row="0" column="0" colspan="2" >
<item row="0" column="0" colspan="3" >
<layout class="QHBoxLayout" >
<item>
<layout class="QGridLayout" >
@ -624,7 +618,7 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</item>
<item row="1" column="1" >
<item row="1" column="1" colspan="2" >
<widget class="QSplitter" name="splitter" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
@ -722,6 +716,44 @@ p, li { white-space: pre-wrap; }
</widget>
</widget>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QPushButton" name="downloadButton" >
<property name="minimumSize" >
<size>
<width>140</width>
<height>0</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>28</height>
</size>
</property>
<property name="toolTip" >
<string>Download selected</string>
</property>
<property name="text" >
<string>Download</string>
</property>
<property name="icon" >
<iconset resource="images.qrc" >:/images/download16.png</iconset>
</property>
</widget>
</item>
<item row="2" column="2" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>391</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources>