sysconfig.ui 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>sysconfig</class>
  4. <widget class="QWidget" name="sysconfig">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1024</width>
  10. <height>700</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>1024</width>
  16. <height>700</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout_2">
  23. <item row="1" column="1">
  24. <widget class="QGroupBox" name="groupBox">
  25. <property name="minimumSize">
  26. <size>
  27. <width>750</width>
  28. <height>160</height>
  29. </size>
  30. </property>
  31. <property name="title">
  32. <string/>
  33. </property>
  34. <widget class="QWidget" name="layoutWidget">
  35. <property name="geometry">
  36. <rect>
  37. <x>14</x>
  38. <y>20</y>
  39. <width>722</width>
  40. <height>125</height>
  41. </rect>
  42. </property>
  43. <layout class="QVBoxLayout" name="verticalLayout">
  44. <property name="spacing">
  45. <number>20</number>
  46. </property>
  47. <item>
  48. <layout class="QGridLayout" name="gridLayout">
  49. <property name="horizontalSpacing">
  50. <number>10</number>
  51. </property>
  52. <property name="verticalSpacing">
  53. <number>15</number>
  54. </property>
  55. <item row="1" column="0">
  56. <widget class="QCheckBox" name="checkBoxHostPort">
  57. <property name="minimumSize">
  58. <size>
  59. <width>20</width>
  60. <height>0</height>
  61. </size>
  62. </property>
  63. <property name="text">
  64. <string/>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="0" column="0">
  69. <widget class="QCheckBox" name="checkBoxHostUrl">
  70. <property name="minimumSize">
  71. <size>
  72. <width>20</width>
  73. <height>0</height>
  74. </size>
  75. </property>
  76. <property name="text">
  77. <string/>
  78. </property>
  79. </widget>
  80. </item>
  81. <item row="1" column="2">
  82. <widget class="QSpinBox" name="spinBoxHostPort">
  83. <property name="minimumSize">
  84. <size>
  85. <width>500</width>
  86. <height>28</height>
  87. </size>
  88. </property>
  89. <property name="minimum">
  90. <number>80</number>
  91. </property>
  92. <property name="maximum">
  93. <number>65535</number>
  94. </property>
  95. <property name="value">
  96. <number>80</number>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="0" column="2">
  101. <widget class="QLineEdit" name="lineEditHostUrl">
  102. <property name="minimumSize">
  103. <size>
  104. <width>500</width>
  105. <height>28</height>
  106. </size>
  107. </property>
  108. <property name="maxLength">
  109. <number>32</number>
  110. </property>
  111. <property name="placeholderText">
  112. <string>http://www.xxx.com或者https://www.xxx.com</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item row="0" column="1">
  117. <widget class="QLabel" name="label_3">
  118. <property name="minimumSize">
  119. <size>
  120. <width>60</width>
  121. <height>0</height>
  122. </size>
  123. </property>
  124. <property name="text">
  125. <string>管理中心URL</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item row="1" column="1">
  130. <widget class="QLabel" name="label_5">
  131. <property name="text">
  132. <string>管理中心端口</string>
  133. </property>
  134. </widget>
  135. </item>
  136. </layout>
  137. </item>
  138. <item>
  139. <layout class="QHBoxLayout" name="horizontalLayout">
  140. <item>
  141. <widget class="QPushButton" name="pushButtonAllSel">
  142. <property name="text">
  143. <string>全选</string>
  144. </property>
  145. </widget>
  146. </item>
  147. <item>
  148. <widget class="QPushButton" name="pushButtonAllNoSel">
  149. <property name="text">
  150. <string>全不选</string>
  151. </property>
  152. </widget>
  153. </item>
  154. <item>
  155. <widget class="QPushButton" name="pushButtonClear">
  156. <property name="text">
  157. <string>清空</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <widget class="QPushButton" name="pushButtonQuery">
  163. <property name="text">
  164. <string>查询</string>
  165. </property>
  166. </widget>
  167. </item>
  168. <item>
  169. <widget class="QPushButton" name="pushButtonConfig">
  170. <property name="text">
  171. <string>设置</string>
  172. </property>
  173. </widget>
  174. </item>
  175. </layout>
  176. </item>
  177. </layout>
  178. </widget>
  179. </widget>
  180. </item>
  181. <item row="1" column="0">
  182. <spacer name="horizontalSpacer">
  183. <property name="orientation">
  184. <enum>Qt::Horizontal</enum>
  185. </property>
  186. <property name="sizeHint" stdset="0">
  187. <size>
  188. <width>40</width>
  189. <height>20</height>
  190. </size>
  191. </property>
  192. </spacer>
  193. </item>
  194. <item row="2" column="1">
  195. <layout class="QVBoxLayout" name="verticalLayout_2">
  196. <property name="spacing">
  197. <number>15</number>
  198. </property>
  199. <item>
  200. <widget class="QLabel" name="label_8">
  201. <property name="text">
  202. <string>注意:</string>
  203. </property>
  204. </widget>
  205. </item>
  206. <item>
  207. <widget class="QLabel" name="label_10">
  208. <property name="text">
  209. <string>1、在同一个项目中,系统参数仅需设置一次即可,设置后参数会被保存至本地电脑中</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item>
  214. <widget class="QLabel" name="label_6">
  215. <property name="text">
  216. <string>2、管理中心URL:即http服务器访问地址,如何配置请咨询http服务器配置管理员</string>
  217. </property>
  218. </widget>
  219. </item>
  220. <item>
  221. <widget class="QLabel" name="label">
  222. <property name="text">
  223. <string>3、管理中心端口:即http服务器监听端口,如何配置请咨询http服务器配置管理员</string>
  224. </property>
  225. </widget>
  226. </item>
  227. </layout>
  228. </item>
  229. <item row="0" column="1">
  230. <spacer name="verticalSpacer_2">
  231. <property name="orientation">
  232. <enum>Qt::Vertical</enum>
  233. </property>
  234. <property name="sizeHint" stdset="0">
  235. <size>
  236. <width>20</width>
  237. <height>40</height>
  238. </size>
  239. </property>
  240. </spacer>
  241. </item>
  242. <item row="3" column="1">
  243. <spacer name="verticalSpacer">
  244. <property name="orientation">
  245. <enum>Qt::Vertical</enum>
  246. </property>
  247. <property name="sizeHint" stdset="0">
  248. <size>
  249. <width>20</width>
  250. <height>40</height>
  251. </size>
  252. </property>
  253. </spacer>
  254. </item>
  255. <item row="1" column="2">
  256. <spacer name="horizontalSpacer_2">
  257. <property name="orientation">
  258. <enum>Qt::Horizontal</enum>
  259. </property>
  260. <property name="sizeHint" stdset="0">
  261. <size>
  262. <width>40</width>
  263. <height>20</height>
  264. </size>
  265. </property>
  266. </spacer>
  267. </item>
  268. </layout>
  269. </widget>
  270. <resources/>
  271. <connections/>
  272. </ui>