| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>579</width>
- <height>400</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLineEdit" name="IP_lineEdit">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>30</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="Name_lineEdit">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>70</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="Port_lineEdit">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>30</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="Password_lineEdit">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>70</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="Login_pushButton">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>100</y>
- <width>111</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Login</string>
- </property>
- </widget>
- <widget class="QPushButton" name="StartListen_pushButton">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>100</y>
- <width>111</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Start listen</string>
- </property>
- </widget>
- <widget class="QLabel" name="IP_label">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>31</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>IP</string>
- </property>
- </widget>
- <widget class="QLabel" name="Name_label">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>70</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Name</string>
- </property>
- </widget>
- <widget class="QLabel" name="Port_lable">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>30</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Port</string>
- </property>
- </widget>
- <widget class="QLabel" name="Password_label">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>70</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Password</string>
- </property>
- </widget>
- <widget class="QTableView" name="tableView">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>140</y>
- <width>561</width>
- <height>251</height>
- </rect>
- </property>
- <property name="sortingEnabled">
- <bool>false</bool>
- </property>
- <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
- <bool>false</bool>
- </attribute>
- <attribute name="verticalHeaderVisible">
- <bool>false</bool>
- </attribute>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|