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

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