mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed frame's layout's
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1716 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9c5f01f49a
commit
96d9f80d6c
2 changed files with 93 additions and 38 deletions
|
@ -530,15 +530,18 @@ border: 1px solid #CCCCCC;}</string>
|
|||
<widget class="QLabel" name="labelicon">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16</width>
|
||||
<height>16</height>
|
||||
<width>24</width>
|
||||
<height>24</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="images.qrc">:/images/fileshare16.png</pixmap>
|
||||
<pixmap resource="images.qrc">:/images/fileshare24.png</pixmap>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -667,6 +670,9 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QSplitter" name="splitter">
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
|
@ -692,6 +698,9 @@ p, li { white-space: pre-wrap; }
|
|||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::CustomContextMenu</enum>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">#remoteDirTreeView{border: 1px solid #CCCCCC;}</string>
|
||||
</property>
|
||||
<property name="dragEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
@ -739,6 +748,9 @@ p, li { white-space: pre-wrap; }
|
|||
<property name="acceptDrops">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">#localDirTreeView{border: 1px solid #CCCCCC;}</string>
|
||||
</property>
|
||||
<property name="dragEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue