Немного подкорректирован дизайн главного окна.

This commit is contained in:
ChronosX 2018-09-01 19:07:36 +03:00
parent e4780b0b05
commit 10783eec03

View File

@ -6,20 +6,20 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>411</width> <width>510</width>
<height>132</height> <height>148</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>411</width> <width>510</width>
<height>132</height> <height>148</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>411</width> <width>510</width>
<height>132</height> <height>148</height>
</size> </size>
</property> </property>
<property name="cursor"> <property name="cursor">
@ -43,10 +43,13 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="peerID"> <widget class="QLineEdit" name="myIP">
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
@ -64,9 +67,9 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="myIP"> <widget class="QLineEdit" name="peerID">
<property name="readOnly"> <property name="readOnly">
<bool>true</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
@ -89,7 +92,7 @@
<resources/> <resources/>
<connections> <connections>
<connection> <connection>
<sender>peerID</sender> <sender>myIP</sender>
<signal>returnPressed()</signal> <signal>returnPressed()</signal>
<receiver>connectToPeer</receiver> <receiver>connectToPeer</receiver>
<slot>click()</slot> <slot>click()</slot>