dialogsetting.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSetting</class>
  4. <widget class="QDialog" name="DialogSetting">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>617</width>
  10. <height>384</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButton_Set">
  17. <property name="geometry">
  18. <rect>
  19. <x>70</x>
  20. <y>320</y>
  21. <width>111</width>
  22. <height>41</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>设置</string>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="pushButton_Close">
  30. <property name="geometry">
  31. <rect>
  32. <x>350</x>
  33. <y>320</y>
  34. <width>111</width>
  35. <height>41</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>关闭</string>
  40. </property>
  41. </widget>
  42. <widget class="QLabel" name="label">
  43. <property name="geometry">
  44. <rect>
  45. <x>50</x>
  46. <y>20</y>
  47. <width>101</width>
  48. <height>41</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>服务器 IP</string>
  53. </property>
  54. </widget>
  55. <widget class="QLineEdit" name="lineEdit_serverip">
  56. <property name="geometry">
  57. <rect>
  58. <x>170</x>
  59. <y>24</y>
  60. <width>221</width>
  61. <height>41</height>
  62. </rect>
  63. </property>
  64. </widget>
  65. <widget class="QLabel" name="label_2">
  66. <property name="geometry">
  67. <rect>
  68. <x>50</x>
  69. <y>80</y>
  70. <width>101</width>
  71. <height>41</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>服务器端口</string>
  76. </property>
  77. </widget>
  78. <widget class="QLabel" name="label_3">
  79. <property name="geometry">
  80. <rect>
  81. <x>50</x>
  82. <y>140</y>
  83. <width>111</width>
  84. <height>41</height>
  85. </rect>
  86. </property>
  87. <property name="text">
  88. <string>查询间隔(ms)</string>
  89. </property>
  90. </widget>
  91. <widget class="QLineEdit" name="lineEdit_serverport">
  92. <property name="geometry">
  93. <rect>
  94. <x>170</x>
  95. <y>83</y>
  96. <width>113</width>
  97. <height>40</height>
  98. </rect>
  99. </property>
  100. </widget>
  101. <widget class="QLineEdit" name="lineEdit_queryinterval">
  102. <property name="geometry">
  103. <rect>
  104. <x>170</x>
  105. <y>140</y>
  106. <width>113</width>
  107. <height>40</height>
  108. </rect>
  109. </property>
  110. </widget>
  111. <widget class="QLineEdit" name="lineEdit_VIN">
  112. <property name="geometry">
  113. <rect>
  114. <x>170</x>
  115. <y>196</y>
  116. <width>221</width>
  117. <height>41</height>
  118. </rect>
  119. </property>
  120. </widget>
  121. <widget class="QLabel" name="label_5">
  122. <property name="geometry">
  123. <rect>
  124. <x>50</x>
  125. <y>196</y>
  126. <width>101</width>
  127. <height>41</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string>车辆识别码</string>
  132. </property>
  133. </widget>
  134. <widget class="QLabel" name="label_6">
  135. <property name="geometry">
  136. <rect>
  137. <x>50</x>
  138. <y>260</y>
  139. <width>101</width>
  140. <height>41</height>
  141. </rect>
  142. </property>
  143. <property name="text">
  144. <string>Language</string>
  145. </property>
  146. </widget>
  147. <widget class="QComboBox" name="comboBox_language">
  148. <property name="geometry">
  149. <rect>
  150. <x>170</x>
  151. <y>260</y>
  152. <width>211</width>
  153. <height>41</height>
  154. </rect>
  155. </property>
  156. </widget>
  157. </widget>
  158. <resources/>
  159. <connections/>
  160. </ui>