dialog.ui 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>393</width>
  10. <height>310</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>371</width>
  22. <height>131</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string>Device Login</string>
  27. </property>
  28. <widget class="QLabel" name="label">
  29. <property name="geometry">
  30. <rect>
  31. <x>10</x>
  32. <y>30</y>
  33. <width>31</width>
  34. <height>16</height>
  35. </rect>
  36. </property>
  37. <property name="text">
  38. <string>IP</string>
  39. </property>
  40. </widget>
  41. <widget class="QLineEdit" name="IP_lineEdit">
  42. <property name="geometry">
  43. <rect>
  44. <x>60</x>
  45. <y>30</y>
  46. <width>101</width>
  47. <height>20</height>
  48. </rect>
  49. </property>
  50. </widget>
  51. <widget class="QLabel" name="label_2">
  52. <property name="geometry">
  53. <rect>
  54. <x>180</x>
  55. <y>30</y>
  56. <width>41</width>
  57. <height>16</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string>Port</string>
  62. </property>
  63. </widget>
  64. <widget class="QLabel" name="label_3">
  65. <property name="geometry">
  66. <rect>
  67. <x>10</x>
  68. <y>70</y>
  69. <width>41</width>
  70. <height>16</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>Name</string>
  75. </property>
  76. </widget>
  77. <widget class="QLabel" name="label_4">
  78. <property name="geometry">
  79. <rect>
  80. <x>180</x>
  81. <y>70</y>
  82. <width>71</width>
  83. <height>16</height>
  84. </rect>
  85. </property>
  86. <property name="text">
  87. <string>Password</string>
  88. </property>
  89. </widget>
  90. <widget class="QLineEdit" name="Name_lineEdit">
  91. <property name="geometry">
  92. <rect>
  93. <x>60</x>
  94. <y>70</y>
  95. <width>101</width>
  96. <height>20</height>
  97. </rect>
  98. </property>
  99. </widget>
  100. <widget class="QLineEdit" name="Port_lineEdit">
  101. <property name="geometry">
  102. <rect>
  103. <x>260</x>
  104. <y>30</y>
  105. <width>101</width>
  106. <height>20</height>
  107. </rect>
  108. </property>
  109. </widget>
  110. <widget class="QLineEdit" name="Password_lineEdit">
  111. <property name="geometry">
  112. <rect>
  113. <x>260</x>
  114. <y>70</y>
  115. <width>101</width>
  116. <height>20</height>
  117. </rect>
  118. </property>
  119. </widget>
  120. <widget class="QPushButton" name="Login_pushButton">
  121. <property name="geometry">
  122. <rect>
  123. <x>150</x>
  124. <y>100</y>
  125. <width>75</width>
  126. <height>23</height>
  127. </rect>
  128. </property>
  129. <property name="text">
  130. <string>Login</string>
  131. </property>
  132. </widget>
  133. </widget>
  134. <widget class="QGroupBox" name="groupBox_2">
  135. <property name="geometry">
  136. <rect>
  137. <x>10</x>
  138. <y>150</y>
  139. <width>371</width>
  140. <height>151</height>
  141. </rect>
  142. </property>
  143. <property name="title">
  144. <string>Talk</string>
  145. </property>
  146. <widget class="QRadioButton" name="DirectTalk_radioButton">
  147. <property name="geometry">
  148. <rect>
  149. <x>90</x>
  150. <y>20</y>
  151. <width>251</width>
  152. <height>16</height>
  153. </rect>
  154. </property>
  155. <property name="text">
  156. <string>Direct connect device mode</string>
  157. </property>
  158. </widget>
  159. <widget class="QRadioButton" name="Transfer_radioButton">
  160. <property name="geometry">
  161. <rect>
  162. <x>90</x>
  163. <y>50</y>
  164. <width>241</width>
  165. <height>16</height>
  166. </rect>
  167. </property>
  168. <property name="text">
  169. <string>Device transfer mode</string>
  170. </property>
  171. </widget>
  172. <widget class="QLabel" name="label_13">
  173. <property name="geometry">
  174. <rect>
  175. <x>110</x>
  176. <y>80</y>
  177. <width>61</width>
  178. <height>16</height>
  179. </rect>
  180. </property>
  181. <property name="text">
  182. <string>Channel</string>
  183. </property>
  184. </widget>
  185. <widget class="QComboBox" name="Channel_comboBox">
  186. <property name="geometry">
  187. <rect>
  188. <x>180</x>
  189. <y>80</y>
  190. <width>81</width>
  191. <height>22</height>
  192. </rect>
  193. </property>
  194. </widget>
  195. <widget class="QPushButton" name="Talk_pushButton">
  196. <property name="geometry">
  197. <rect>
  198. <x>150</x>
  199. <y>120</y>
  200. <width>75</width>
  201. <height>23</height>
  202. </rect>
  203. </property>
  204. <property name="text">
  205. <string>StartTalk</string>
  206. </property>
  207. </widget>
  208. </widget>
  209. </widget>
  210. <layoutdefault spacing="6" margin="11"/>
  211. <resources/>
  212. <connections/>
  213. </ui>