dialog.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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>579</width>
  10. <height>400</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLineEdit" name="IP_lineEdit">
  17. <property name="geometry">
  18. <rect>
  19. <x>90</x>
  20. <y>30</y>
  21. <width>113</width>
  22. <height>20</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLineEdit" name="Name_lineEdit">
  27. <property name="geometry">
  28. <rect>
  29. <x>90</x>
  30. <y>70</y>
  31. <width>113</width>
  32. <height>20</height>
  33. </rect>
  34. </property>
  35. </widget>
  36. <widget class="QLineEdit" name="Port_lineEdit">
  37. <property name="geometry">
  38. <rect>
  39. <x>390</x>
  40. <y>30</y>
  41. <width>113</width>
  42. <height>20</height>
  43. </rect>
  44. </property>
  45. </widget>
  46. <widget class="QLineEdit" name="Password_lineEdit">
  47. <property name="geometry">
  48. <rect>
  49. <x>390</x>
  50. <y>70</y>
  51. <width>113</width>
  52. <height>20</height>
  53. </rect>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="Login_pushButton">
  57. <property name="geometry">
  58. <rect>
  59. <x>140</x>
  60. <y>100</y>
  61. <width>111</width>
  62. <height>23</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>Login</string>
  67. </property>
  68. </widget>
  69. <widget class="QPushButton" name="StartListen_pushButton">
  70. <property name="geometry">
  71. <rect>
  72. <x>300</x>
  73. <y>100</y>
  74. <width>111</width>
  75. <height>23</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>Start listen</string>
  80. </property>
  81. </widget>
  82. <widget class="QLabel" name="IP_label">
  83. <property name="geometry">
  84. <rect>
  85. <x>40</x>
  86. <y>30</y>
  87. <width>31</width>
  88. <height>16</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string>IP</string>
  93. </property>
  94. </widget>
  95. <widget class="QLabel" name="Name_label">
  96. <property name="geometry">
  97. <rect>
  98. <x>40</x>
  99. <y>70</y>
  100. <width>41</width>
  101. <height>16</height>
  102. </rect>
  103. </property>
  104. <property name="text">
  105. <string>Name</string>
  106. </property>
  107. </widget>
  108. <widget class="QLabel" name="Port_lable">
  109. <property name="geometry">
  110. <rect>
  111. <x>320</x>
  112. <y>30</y>
  113. <width>41</width>
  114. <height>16</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string>Port</string>
  119. </property>
  120. </widget>
  121. <widget class="QLabel" name="Password_label">
  122. <property name="geometry">
  123. <rect>
  124. <x>320</x>
  125. <y>70</y>
  126. <width>71</width>
  127. <height>16</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string>Password</string>
  132. </property>
  133. </widget>
  134. <widget class="QTableView" name="tableView">
  135. <property name="geometry">
  136. <rect>
  137. <x>10</x>
  138. <y>140</y>
  139. <width>561</width>
  140. <height>251</height>
  141. </rect>
  142. </property>
  143. <property name="sortingEnabled">
  144. <bool>false</bool>
  145. </property>
  146. <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
  147. <bool>false</bool>
  148. </attribute>
  149. <attribute name="verticalHeaderVisible">
  150. <bool>false</bool>
  151. </attribute>
  152. </widget>
  153. </widget>
  154. <layoutdefault spacing="6" margin="11"/>
  155. <resources/>
  156. <connections/>
  157. </ui>