fixd broken layout

This commit is contained in:
csoler 2017-09-25 22:09:35 +02:00
parent 40cda111d2
commit 0d9b6e7c8c

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1312</width> <width>1339</width>
<height>1305</height> <height>1519</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="TransferPageVLayout"> <layout class="QVBoxLayout" name="TransferPageVLayout">
@ -165,57 +165,47 @@
<property name="title"> <property name="title">
<string>Incoming Directory</string> <string>Incoming Directory</string>
</property> </property>
<widget class="QLineEdit" name="incomingDir"> <layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="geometry"> <item>
<rect> <widget class="QLineEdit" name="incomingDir">
<x>21</x> <property name="readOnly">
<y>52</y> <bool>true</bool>
<width>244</width> </property>
<height>36</height> </widget>
</rect> </item>
</property> <item>
<property name="readOnly"> <widget class="QPushButton" name="incomingButton">
<bool>true</bool> <property name="minimumSize">
</property> <size>
</widget> <width>31</width>
<widget class="QPushButton" name="incomingButton"> <height>31</height>
<property name="geometry"> </size>
<rect> </property>
<x>1224</x> <property name="maximumSize">
<y>54</y> <size>
<width>31</width> <width>31</width>
<height>31</height> <height>31</height>
</rect> </size>
</property> </property>
<property name="minimumSize"> <property name="toolTip">
<size> <string>Browse</string>
<width>31</width> </property>
<height>31</height> <property name="text">
</size> <string/>
</property> </property>
<property name="maximumSize"> <property name="icon">
<size> <iconset resource="../images.qrc">
<width>31</width> <normaloff>:/images/directoryselect_24x24_shadow.png</normaloff>:/images/directoryselect_24x24_shadow.png</iconset>
<height>31</height> </property>
</size> <property name="iconSize">
</property> <size>
<property name="toolTip"> <width>24</width>
<string>Browse</string> <height>24</height>
</property> </size>
<property name="text"> </property>
<string/> </widget>
</property> </item>
<property name="icon"> </layout>
<iconset resource="../images.qrc">
<normaloff>:/images/directoryselect_24x24_shadow.png</normaloff>:/images/directoryselect_24x24_shadow.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</widget> </widget>
</item> </item>
<item> <item>