* redesign PeerDialog and SharedFiles

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1018 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-02-06 21:43:43 +00:00
parent 896fc45a22
commit fb39e8d8db
3 changed files with 607 additions and 462 deletions

View file

@ -5,7 +5,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>548</width>
<width>578</width>
<height>433</height>
</rect>
</property>
@ -487,72 +487,17 @@
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<layout class="QGridLayout" name="gridLayout_3" >
<property name="spacing" >
<number>0</number>
<layout class="QGridLayout" name="gridLayout" >
<property name="bottomMargin" >
<number>3</number>
</property>
<item row="0" column="0" colspan="2" >
<layout class="QHBoxLayout" >
<item>
<layout class="QGridLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<property name="text" >
<string/>
</property>
<property name="pixmap" >
<pixmap resource="images.qrc" >:/images/fileshare16.png</pixmap>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:9pt; font-weight:600;">Files&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>271</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="checkButton" >
<property name="text" >
<string>check files</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="hashLabel" >
<property name="text" >
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0" colspan="2" >
<property name="horizontalSpacing" >
<number>-1</number>
</property>
<property name="verticalSpacing" >
<number>3</number>
</property>
<item row="0" column="0" colspan="4" >
<widget class="QTabWidget" name="filestabWidget" >
<property name="currentIndex" >
<number>0</number>
@ -562,8 +507,8 @@ p, li { white-space: pre-wrap; }
<rect>
<x>0</x>
<y>0</y>
<width>526</width>
<height>322</height>
<width>556</width>
<height>355</height>
</rect>
</property>
<attribute name="title" >
@ -573,13 +518,10 @@ p, li { white-space: pre-wrap; }
<iconset resource="images.qrc" >
<normaloff>:/images/fileshare16.png</normaloff>:/images/fileshare16.png</iconset>
</attribute>
<layout class="QGridLayout" name="gridLayout" >
<layout class="QGridLayout" name="gridLayout_3" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>0</number>
</property>
<item row="0" column="0" >
<widget class="QTreeView" name="remoteDirTreeView" >
<property name="sizePolicy" >
@ -618,8 +560,8 @@ p, li { white-space: pre-wrap; }
<rect>
<x>0</x>
<y>0</y>
<width>526</width>
<height>300</height>
<width>556</width>
<height>347</height>
</rect>
</property>
<attribute name="title" >
@ -671,7 +613,7 @@ p, li { white-space: pre-wrap; }
</widget>
</widget>
</item>
<item row="2" column="0" >
<item row="1" column="0" >
<widget class="QPushButton" name="downloadButton" >
<property name="minimumSize" >
<size>
@ -697,7 +639,7 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="2" column="1" >
<item row="1" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
@ -710,6 +652,20 @@ p, li { white-space: pre-wrap; }
</property>
</spacer>
</item>
<item row="1" column="2" >
<widget class="QPushButton" name="checkButton" >
<property name="text" >
<string>check files</string>
</property>
</widget>
</item>
<item row="1" column="3" >
<widget class="QLabel" name="hashLabel" >
<property name="text" >
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources>