Update mainwindow.ui

master
Zhengyu Peng 3 years ago
parent 1ac65f2d6c
commit 2924e06f67

@ -165,7 +165,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="button_TcpClient"> <widget class="QPushButton" name="buttonTcpConnect">
<property name="text"> <property name="text">
<string>Connect</string> <string>Connect</string>
</property> </property>
@ -190,7 +190,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="lineEdit"> <widget class="QLineEdit" name="lineEditBtMac">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>1</horstretch> <horstretch>1</horstretch>
@ -213,7 +213,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="lineEdit_2"> <widget class="QLineEdit" name="lineEditBtPort">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>80</width> <width>80</width>
@ -229,7 +229,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="pushButton"> <widget class="QPushButton" name="buttonBtConnect">
<property name="text"> <property name="text">
<string>Connect</string> <string>Connect</string>
</property> </property>
@ -968,7 +968,7 @@
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>
<widget class="QTextBrowser" name="textBrowser_TcpClientMessage"/> <widget class="QTextBrowser" name="textBrowserMessage"/>
</item> </item>
</layout> </layout>
</widget> </widget>

Loading…
Cancel
Save