configwidget.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigWidget</class>
  4. <widget class="QWidget" name="ConfigWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>350</width>
  10. <height>745</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>745</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <widget class="QWidget" name="widget_bg" native="true">
  23. <property name="geometry">
  24. <rect>
  25. <x>0</x>
  26. <y>0</y>
  27. <width>350</width>
  28. <height>741</height>
  29. </rect>
  30. </property>
  31. <widget class="QLabel" name="label_t1">
  32. <property name="geometry">
  33. <rect>
  34. <x>0</x>
  35. <y>0</y>
  36. <width>350</width>
  37. <height>47</height>
  38. </rect>
  39. </property>
  40. <property name="text">
  41. <string>采集设备设置</string>
  42. </property>
  43. </widget>
  44. <widget class="QLineEdit" name="lineEdit_TransIp">
  45. <property name="geometry">
  46. <rect>
  47. <x>133</x>
  48. <y>650</y>
  49. <width>216</width>
  50. <height>32</height>
  51. </rect>
  52. </property>
  53. </widget>
  54. <widget class="QLineEdit" name="lineEdit_TransPort">
  55. <property name="geometry">
  56. <rect>
  57. <x>133</x>
  58. <y>690</y>
  59. <width>216</width>
  60. <height>32</height>
  61. </rect>
  62. </property>
  63. </widget>
  64. <widget class="QLabel" name="label_t2_3">
  65. <property name="geometry">
  66. <rect>
  67. <x>10</x>
  68. <y>698</y>
  69. <width>120</width>
  70. <height>21</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>发射机服务端口:</string>
  75. </property>
  76. <property name="alignment">
  77. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  78. </property>
  79. </widget>
  80. <widget class="QLabel" name="label_t2_1">
  81. <property name="geometry">
  82. <rect>
  83. <x>10</x>
  84. <y>658</y>
  85. <width>120</width>
  86. <height>21</height>
  87. </rect>
  88. </property>
  89. <property name="text">
  90. <string>发射机服务IP:</string>
  91. </property>
  92. <property name="alignment">
  93. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  94. </property>
  95. </widget>
  96. <widget class="QLineEdit" name="lineEdit_monPort">
  97. <property name="geometry">
  98. <rect>
  99. <x>133</x>
  100. <y>295</y>
  101. <width>216</width>
  102. <height>32</height>
  103. </rect>
  104. </property>
  105. <property name="readOnly">
  106. <bool>true</bool>
  107. </property>
  108. </widget>
  109. <widget class="QLabel" name="label_t1_1">
  110. <property name="geometry">
  111. <rect>
  112. <x>10</x>
  113. <y>260</y>
  114. <width>110</width>
  115. <height>21</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>监测地址:</string>
  120. </property>
  121. <property name="alignment">
  122. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  123. </property>
  124. </widget>
  125. <widget class="QLabel" name="label_t1_2">
  126. <property name="geometry">
  127. <rect>
  128. <x>10</x>
  129. <y>300</y>
  130. <width>110</width>
  131. <height>21</height>
  132. </rect>
  133. </property>
  134. <property name="text">
  135. <string>监测端口:</string>
  136. </property>
  137. <property name="alignment">
  138. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  139. </property>
  140. </widget>
  141. <widget class="QLineEdit" name="lineEdit_monIp">
  142. <property name="geometry">
  143. <rect>
  144. <x>133</x>
  145. <y>255</y>
  146. <width>216</width>
  147. <height>32</height>
  148. </rect>
  149. </property>
  150. <property name="readOnly">
  151. <bool>true</bool>
  152. </property>
  153. </widget>
  154. <widget class="QLineEdit" name="lineEdit_monAddr">
  155. <property name="geometry">
  156. <rect>
  157. <x>133</x>
  158. <y>335</y>
  159. <width>216</width>
  160. <height>32</height>
  161. </rect>
  162. </property>
  163. <property name="readOnly">
  164. <bool>false</bool>
  165. </property>
  166. </widget>
  167. <widget class="QLabel" name="label_t1_3">
  168. <property name="geometry">
  169. <rect>
  170. <x>10</x>
  171. <y>343</y>
  172. <width>110</width>
  173. <height>21</height>
  174. </rect>
  175. </property>
  176. <property name="text">
  177. <string>设备地址码:</string>
  178. </property>
  179. <property name="alignment">
  180. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  181. </property>
  182. </widget>
  183. <widget class="QListWidget" name="listWidget">
  184. <property name="geometry">
  185. <rect>
  186. <x>0</x>
  187. <y>47</y>
  188. <width>350</width>
  189. <height>200</height>
  190. </rect>
  191. </property>
  192. <property name="focusPolicy">
  193. <enum>Qt::NoFocus</enum>
  194. </property>
  195. <property name="editTriggers">
  196. <set>QAbstractItemView::NoEditTriggers</set>
  197. </property>
  198. </widget>
  199. <widget class="QLabel" name="label_t1_4">
  200. <property name="geometry">
  201. <rect>
  202. <x>10</x>
  203. <y>388</y>
  204. <width>110</width>
  205. <height>21</height>
  206. </rect>
  207. </property>
  208. <property name="text">
  209. <string>主发射机:</string>
  210. </property>
  211. <property name="alignment">
  212. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  213. </property>
  214. </widget>
  215. <widget class="QLabel" name="label_t1_5">
  216. <property name="geometry">
  217. <rect>
  218. <x>10</x>
  219. <y>425</y>
  220. <width>110</width>
  221. <height>21</height>
  222. </rect>
  223. </property>
  224. <property name="text">
  225. <string>备发射机:</string>
  226. </property>
  227. <property name="alignment">
  228. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  229. </property>
  230. </widget>
  231. <widget class="QLabel" name="label_t1_6">
  232. <property name="geometry">
  233. <rect>
  234. <x>10</x>
  235. <y>465</y>
  236. <width>110</width>
  237. <height>21</height>
  238. </rect>
  239. </property>
  240. <property name="text">
  241. <string>应急发射机:</string>
  242. </property>
  243. <property name="alignment">
  244. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  245. </property>
  246. </widget>
  247. <widget class="CustomComboBox" name="comboBox_1">
  248. <property name="geometry">
  249. <rect>
  250. <x>133</x>
  251. <y>380</y>
  252. <width>216</width>
  253. <height>32</height>
  254. </rect>
  255. </property>
  256. </widget>
  257. <widget class="CustomComboBox" name="comboBox_2">
  258. <property name="geometry">
  259. <rect>
  260. <x>133</x>
  261. <y>420</y>
  262. <width>216</width>
  263. <height>32</height>
  264. </rect>
  265. </property>
  266. </widget>
  267. <widget class="CustomComboBox" name="comboBox_3">
  268. <property name="geometry">
  269. <rect>
  270. <x>133</x>
  271. <y>460</y>
  272. <width>216</width>
  273. <height>32</height>
  274. </rect>
  275. </property>
  276. </widget>
  277. <widget class="QLabel" name="label_t2_4">
  278. <property name="geometry">
  279. <rect>
  280. <x>10</x>
  281. <y>545</y>
  282. <width>110</width>
  283. <height>21</height>
  284. </rect>
  285. </property>
  286. <property name="text">
  287. <string>是否服务多频率:</string>
  288. </property>
  289. <property name="alignment">
  290. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  291. </property>
  292. </widget>
  293. <widget class="QWidget" name="widget_border" native="true">
  294. <property name="geometry">
  295. <rect>
  296. <x>133</x>
  297. <y>576</y>
  298. <width>216</width>
  299. <height>32</height>
  300. </rect>
  301. </property>
  302. <layout class="QHBoxLayout" name="horizontalLayout">
  303. <property name="spacing">
  304. <number>0</number>
  305. </property>
  306. <property name="leftMargin">
  307. <number>0</number>
  308. </property>
  309. <property name="topMargin">
  310. <number>0</number>
  311. </property>
  312. <property name="rightMargin">
  313. <number>0</number>
  314. </property>
  315. <property name="bottomMargin">
  316. <number>0</number>
  317. </property>
  318. <item>
  319. <widget class="QLineEdit" name="lineEdit_wait"/>
  320. </item>
  321. <item>
  322. <widget class="QLabel" name="label">
  323. <property name="minimumSize">
  324. <size>
  325. <width>30</width>
  326. <height>0</height>
  327. </size>
  328. </property>
  329. <property name="maximumSize">
  330. <size>
  331. <width>30</width>
  332. <height>16777215</height>
  333. </size>
  334. </property>
  335. <property name="text">
  336. <string>秒</string>
  337. </property>
  338. <property name="alignment">
  339. <set>Qt::AlignCenter</set>
  340. </property>
  341. </widget>
  342. </item>
  343. </layout>
  344. </widget>
  345. <widget class="QLabel" name="name_8">
  346. <property name="geometry">
  347. <rect>
  348. <x>10</x>
  349. <y>580</y>
  350. <width>110</width>
  351. <height>21</height>
  352. </rect>
  353. </property>
  354. <property name="text">
  355. <string>关机等待时长:</string>
  356. </property>
  357. <property name="alignment">
  358. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  359. </property>
  360. </widget>
  361. <widget class="QLabel" name="name_1">
  362. <property name="geometry">
  363. <rect>
  364. <x>10</x>
  365. <y>504</y>
  366. <width>110</width>
  367. <height>21</height>
  368. </rect>
  369. </property>
  370. <property name="text">
  371. <string>是否启用监测:</string>
  372. </property>
  373. <property name="alignment">
  374. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  375. </property>
  376. </widget>
  377. <widget class="CustomComboBox" name="comboBox">
  378. <property name="geometry">
  379. <rect>
  380. <x>133</x>
  381. <y>500</y>
  382. <width>216</width>
  383. <height>32</height>
  384. </rect>
  385. </property>
  386. </widget>
  387. <widget class="Line" name="line">
  388. <property name="geometry">
  389. <rect>
  390. <x>10</x>
  391. <y>630</y>
  392. <width>330</width>
  393. <height>3</height>
  394. </rect>
  395. </property>
  396. <property name="frameShadow">
  397. <enum>QFrame::Plain</enum>
  398. </property>
  399. <property name="orientation">
  400. <enum>Qt::Horizontal</enum>
  401. </property>
  402. </widget>
  403. <widget class="CustomComboBox" name="comboBox_4">
  404. <property name="geometry">
  405. <rect>
  406. <x>133</x>
  407. <y>540</y>
  408. <width>216</width>
  409. <height>32</height>
  410. </rect>
  411. </property>
  412. </widget>
  413. </widget>
  414. </widget>
  415. <customwidgets>
  416. <customwidget>
  417. <class>CustomComboBox</class>
  418. <extends>QComboBox</extends>
  419. <header>comboBox/customcombobox.h</header>
  420. </customwidget>
  421. </customwidgets>
  422. <resources/>
  423. <connections/>
  424. </ui>