mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-02 21:23:08 -04:00
changed the space for tab in networkDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3813 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1805eb6e30
commit
7a1cd7841c
1 changed files with 103 additions and 89 deletions
|
@ -7,7 +7,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>629</width>
|
<width>629</width>
|
||||||
<height>444</height>
|
<height>346</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout">
|
||||||
|
@ -333,7 +333,7 @@ subcontrol-position: bottom right;
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>16777215</width>
|
<width>16777215</width>
|
||||||
<height>142</height>
|
<height>60</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="tabPosition">
|
<property name="tabPosition">
|
||||||
|
@ -378,11 +378,15 @@ subcontrol-position: bottom right;
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Network Status</string>
|
<string>Network Status</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
|
<item row="0" column="0">
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout">
|
||||||
<item row="1" column="0">
|
<property name="leftMargin">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<number>6</number>
|
||||||
<item>
|
</property>
|
||||||
<layout class="QGridLayout">
|
<property name="rightMargin">
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="iconlabel_netLimited">
|
<widget class="QLabel" name="iconlabel_netLimited">
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
|
@ -408,8 +412,14 @@ subcontrol-position: bottom right;
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item row="0" column="1">
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="iconlabel_upnp">
|
<widget class="QLabel" name="iconlabel_upnp">
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
|
@ -435,8 +445,14 @@ subcontrol-position: bottom right;
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item row="0" column="2">
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="iconlabel_ext">
|
<widget class="QLabel" name="iconlabel_ext">
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
|
@ -462,17 +478,15 @@ subcontrol-position: bottom right;
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
<item row="0" column="3">
|
||||||
</item>
|
<spacer name="horizontalSpacer">
|
||||||
<item row="2" column="0">
|
|
||||||
<spacer name="verticalSpacer">
|
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>20</width>
|
<width>250</width>
|
||||||
<height>40</height>
|
<height>13</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue