| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- <?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>393</width>
- <height>310</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>371</width>
- <height>131</height>
- </rect>
- </property>
- <property name="title">
- <string>Device Login</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>31</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>IP</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="IP_lineEdit">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>30</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>30</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Port</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>70</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Name</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>70</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Password</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Name_lineEdit">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>70</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="Port_lineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>30</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="Password_lineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>70</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="Login_pushButton">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>100</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Login</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>150</y>
- <width>371</width>
- <height>151</height>
- </rect>
- </property>
- <property name="title">
- <string>Talk</string>
- </property>
- <widget class="QRadioButton" name="DirectTalk_radioButton">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>20</y>
- <width>251</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Direct connect device mode</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="Transfer_radioButton">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>50</y>
- <width>241</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Device transfer mode</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_13">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>80</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Channel</string>
- </property>
- </widget>
- <widget class="QComboBox" name="Channel_comboBox">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>80</y>
- <width>81</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="Talk_pushButton">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>120</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>StartTalk</string>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|