sysconfig.ui 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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="0" column="0">
  56. <widget class="QCheckBox" name="checkBoxHostUrl">
  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="1">
  69. <widget class="QLabel" name="label_3">
  70. <property name="minimumSize">
  71. <size>
  72. <width>60</width>
  73. <height>0</height>
  74. </size>
  75. </property>
  76. <property name="text">
  77. <string>管理中心URL</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item row="0" column="2">
  82. <widget class="QLineEdit" name="lineEditHostUrl">
  83. <property name="minimumSize">
  84. <size>
  85. <width>500</width>
  86. <height>28</height>
  87. </size>
  88. </property>
  89. <property name="maxLength">
  90. <number>32</number>
  91. </property>
  92. <property name="placeholderText">
  93. <string>http://www.xxx.com</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="0" column="3">
  98. <widget class="QLabel" name="label_4">
  99. <property name="minimumSize">
  100. <size>
  101. <width>78</width>
  102. <height>0</height>
  103. </size>
  104. </property>
  105. <property name="text">
  106. <string>管理中心域名</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item row="1" column="0">
  111. <widget class="QCheckBox" name="checkBoxHostPort">
  112. <property name="minimumSize">
  113. <size>
  114. <width>20</width>
  115. <height>0</height>
  116. </size>
  117. </property>
  118. <property name="text">
  119. <string/>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="1" column="1">
  124. <widget class="QLabel" name="label_5">
  125. <property name="text">
  126. <string>管理中心端口</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item row="1" column="2">
  131. <widget class="QSpinBox" name="spinBoxHostPort">
  132. <property name="minimumSize">
  133. <size>
  134. <width>500</width>
  135. <height>28</height>
  136. </size>
  137. </property>
  138. <property name="minimum">
  139. <number>80</number>
  140. </property>
  141. <property name="maximum">
  142. <number>65535</number>
  143. </property>
  144. <property name="value">
  145. <number>80</number>
  146. </property>
  147. </widget>
  148. </item>
  149. </layout>
  150. </item>
  151. <item>
  152. <layout class="QHBoxLayout" name="horizontalLayout">
  153. <item>
  154. <widget class="QPushButton" name="pushButtonAllSel">
  155. <property name="text">
  156. <string>全选</string>
  157. </property>
  158. </widget>
  159. </item>
  160. <item>
  161. <widget class="QPushButton" name="pushButtonAllNoSel">
  162. <property name="text">
  163. <string>全不选</string>
  164. </property>
  165. </widget>
  166. </item>
  167. <item>
  168. <widget class="QPushButton" name="pushButtonClear">
  169. <property name="text">
  170. <string>清空</string>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QPushButton" name="pushButtonQuery">
  176. <property name="text">
  177. <string>查询</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <widget class="QPushButton" name="pushButtonConfig">
  183. <property name="text">
  184. <string>设置</string>
  185. </property>
  186. </widget>
  187. </item>
  188. </layout>
  189. </item>
  190. </layout>
  191. </widget>
  192. </widget>
  193. </item>
  194. <item row="1" column="0">
  195. <spacer name="horizontalSpacer">
  196. <property name="orientation">
  197. <enum>Qt::Horizontal</enum>
  198. </property>
  199. <property name="sizeHint" stdset="0">
  200. <size>
  201. <width>40</width>
  202. <height>20</height>
  203. </size>
  204. </property>
  205. </spacer>
  206. </item>
  207. <item row="2" column="1">
  208. <layout class="QVBoxLayout" name="verticalLayout_2">
  209. <item>
  210. <widget class="QLabel" name="label_8">
  211. <property name="text">
  212. <string>注意:</string>
  213. </property>
  214. </widget>
  215. </item>
  216. <item>
  217. <widget class="QLabel" name="label_10">
  218. <property name="text">
  219. <string>1、在同一个项目,系统参数仅需设置一次即可,设置后参数会被保存至本地电脑</string>
  220. </property>
  221. </widget>
  222. </item>
  223. <item>
  224. <widget class="QLabel" name="label_6">
  225. <property name="text">
  226. <string>2、管理中心URL:即http服务器的地址,可以是域名,也可以是ip</string>
  227. </property>
  228. </widget>
  229. </item>
  230. <item>
  231. <widget class="QLabel" name="label">
  232. <property name="text">
  233. <string>3、管理中心端口:即http服务器的监听端口,服务器需提前配置</string>
  234. </property>
  235. </widget>
  236. </item>
  237. </layout>
  238. </item>
  239. <item row="0" column="1">
  240. <spacer name="verticalSpacer_2">
  241. <property name="orientation">
  242. <enum>Qt::Vertical</enum>
  243. </property>
  244. <property name="sizeHint" stdset="0">
  245. <size>
  246. <width>20</width>
  247. <height>40</height>
  248. </size>
  249. </property>
  250. </spacer>
  251. </item>
  252. <item row="3" column="1">
  253. <spacer name="verticalSpacer">
  254. <property name="orientation">
  255. <enum>Qt::Vertical</enum>
  256. </property>
  257. <property name="sizeHint" stdset="0">
  258. <size>
  259. <width>20</width>
  260. <height>40</height>
  261. </size>
  262. </property>
  263. </spacer>
  264. </item>
  265. <item row="1" column="2">
  266. <spacer name="horizontalSpacer_2">
  267. <property name="orientation">
  268. <enum>Qt::Horizontal</enum>
  269. </property>
  270. <property name="sizeHint" stdset="0">
  271. <size>
  272. <width>40</width>
  273. <height>20</height>
  274. </size>
  275. </property>
  276. </spacer>
  277. </item>
  278. </layout>
  279. </widget>
  280. <resources/>
  281. <connections/>
  282. </ui>