| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>AndMainWindow</class>
- <widget class="QMainWindow" name="AndMainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>600</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>AndMainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>60</y>
- <width>191</width>
- <height>71</height>
- </rect>
- </property>
- <property name="text">
- <string>Send</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_sendvalue">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>50</y>
- <width>261</width>
- <height>81</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_recvvalue">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>210</y>
- <width>271</width>
- <height>91</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>28</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|