You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

FrameConfig.ui 13 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FrameConfigClass</class>
  4. <widget class="QWidget" name="FrameConfigClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1920</width>
  10. <height>970</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>FrameConfig</string>
  15. </property>
  16. <widget class="QGroupBox" name="gb_offlineParse">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>85</y>
  21. <width>275</width>
  22. <height>70</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">QGroupBox#gb_offlineParse{
  27. border:1px solid rgb(129, 129, 129);
  28. margin-top:2ex;
  29. }
  30. QGroupBox#gb_offlineParse::title{
  31. subcontrol-origin:margin;
  32. subcontrol-position:top left;
  33. left:20px;
  34. }</string>
  35. </property>
  36. <property name="title">
  37. <string>离线解析</string>
  38. </property>
  39. <widget class="QWidget" name="layoutWidget">
  40. <property name="geometry">
  41. <rect>
  42. <x>5</x>
  43. <y>15</y>
  44. <width>266</width>
  45. <height>22</height>
  46. </rect>
  47. </property>
  48. <layout class="QHBoxLayout" name="horizontalLayout_2">
  49. <item>
  50. <widget class="QLabel" name="label">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <property name="maximumSize">
  58. <size>
  59. <width>55</width>
  60. <height>16777215</height>
  61. </size>
  62. </property>
  63. <property name="text">
  64. <string>解析进度:</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QProgressBar" name="pb_progressBar">
  70. <property name="value">
  71. <number>24</number>
  72. </property>
  73. </widget>
  74. </item>
  75. </layout>
  76. </widget>
  77. <widget class="QPushButton" name="pb_offlineParse">
  78. <property name="geometry">
  79. <rect>
  80. <x>195</x>
  81. <y>45</y>
  82. <width>75</width>
  83. <height>20</height>
  84. </rect>
  85. </property>
  86. <property name="styleSheet">
  87. <string notr="true">QPushButton#pb_offlineParse{
  88. background-color:rgb(255,255,255);
  89. }
  90. QPushButton#pb_offlineParse:hover{
  91. background-color:rgb(240,240,240);
  92. }</string>
  93. </property>
  94. <property name="text">
  95. <string>离线解析</string>
  96. </property>
  97. </widget>
  98. </widget>
  99. <widget class="QGroupBox" name="gb_realParse">
  100. <property name="geometry">
  101. <rect>
  102. <x>10</x>
  103. <y>160</y>
  104. <width>276</width>
  105. <height>101</height>
  106. </rect>
  107. </property>
  108. <property name="styleSheet">
  109. <string notr="true">QGroupBox#gb_realParse{
  110. border:1px solid rgb(129, 129, 129);
  111. margin-top:2ex;
  112. }
  113. QGroupBox#gb_realParse::title{
  114. subcontrol-origin:margin;
  115. subcontrol-position:top left;
  116. left:20px;
  117. }</string>
  118. </property>
  119. <property name="title">
  120. <string>实时解析</string>
  121. </property>
  122. <widget class="QPushButton" name="pb_realParse">
  123. <property name="geometry">
  124. <rect>
  125. <x>195</x>
  126. <y>75</y>
  127. <width>75</width>
  128. <height>20</height>
  129. </rect>
  130. </property>
  131. <property name="styleSheet">
  132. <string notr="true">QPushButton#pb_realParse{
  133. background-color:rgb(255,255,255);
  134. }
  135. QPushButton#pb_realParse:hover{
  136. background-color:rgb(240,240,240);
  137. }</string>
  138. </property>
  139. <property name="text">
  140. <string>实时解析</string>
  141. </property>
  142. </widget>
  143. <widget class="QWidget" name="layoutWidget">
  144. <property name="geometry">
  145. <rect>
  146. <x>5</x>
  147. <y>15</y>
  148. <width>266</width>
  149. <height>22</height>
  150. </rect>
  151. </property>
  152. <layout class="QHBoxLayout" name="horizontalLayout_3">
  153. <item>
  154. <widget class="QLabel" name="lb_multiAddrSend">
  155. <property name="sizePolicy">
  156. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  157. <horstretch>0</horstretch>
  158. <verstretch>0</verstretch>
  159. </sizepolicy>
  160. </property>
  161. <property name="minimumSize">
  162. <size>
  163. <width>0</width>
  164. <height>0</height>
  165. </size>
  166. </property>
  167. <property name="maximumSize">
  168. <size>
  169. <width>70</width>
  170. <height>30</height>
  171. </size>
  172. </property>
  173. <property name="font">
  174. <font>
  175. <family>SimSun-ExtB</family>
  176. <pointsize>9</pointsize>
  177. <weight>50</weight>
  178. <italic>false</italic>
  179. <bold>false</bold>
  180. </font>
  181. </property>
  182. <property name="styleSheet">
  183. <string notr="true"/>
  184. </property>
  185. <property name="text">
  186. <string>网络地址:</string>
  187. </property>
  188. </widget>
  189. </item>
  190. <item>
  191. <widget class="QLineEdit" name="le_networkIP">
  192. <property name="sizePolicy">
  193. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  194. <horstretch>0</horstretch>
  195. <verstretch>0</verstretch>
  196. </sizepolicy>
  197. </property>
  198. <property name="minimumSize">
  199. <size>
  200. <width>0</width>
  201. <height>0</height>
  202. </size>
  203. </property>
  204. <property name="maximumSize">
  205. <size>
  206. <width>100</width>
  207. <height>30</height>
  208. </size>
  209. </property>
  210. <property name="styleSheet">
  211. <string notr="true"/>
  212. </property>
  213. <property name="text">
  214. <string/>
  215. </property>
  216. </widget>
  217. </item>
  218. <item>
  219. <widget class="QLabel" name="lb_multiPortSend">
  220. <property name="sizePolicy">
  221. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  222. <horstretch>0</horstretch>
  223. <verstretch>0</verstretch>
  224. </sizepolicy>
  225. </property>
  226. <property name="minimumSize">
  227. <size>
  228. <width>0</width>
  229. <height>0</height>
  230. </size>
  231. </property>
  232. <property name="maximumSize">
  233. <size>
  234. <width>40</width>
  235. <height>30</height>
  236. </size>
  237. </property>
  238. <property name="font">
  239. <font>
  240. <family>SimSun-ExtB</family>
  241. <pointsize>9</pointsize>
  242. <weight>50</weight>
  243. <italic>false</italic>
  244. <bold>false</bold>
  245. </font>
  246. </property>
  247. <property name="styleSheet">
  248. <string notr="true">QLabel#lb_columnNum2{
  249. Font:75 11pt;
  250. }</string>
  251. </property>
  252. <property name="text">
  253. <string>端口:</string>
  254. </property>
  255. </widget>
  256. </item>
  257. <item>
  258. <widget class="QLineEdit" name="le_networkPort">
  259. <property name="sizePolicy">
  260. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  261. <horstretch>0</horstretch>
  262. <verstretch>0</verstretch>
  263. </sizepolicy>
  264. </property>
  265. <property name="minimumSize">
  266. <size>
  267. <width>0</width>
  268. <height>0</height>
  269. </size>
  270. </property>
  271. <property name="maximumSize">
  272. <size>
  273. <width>50</width>
  274. <height>30</height>
  275. </size>
  276. </property>
  277. <property name="styleSheet">
  278. <string notr="true"/>
  279. </property>
  280. </widget>
  281. </item>
  282. </layout>
  283. </widget>
  284. <widget class="QWidget" name="layoutWidget">
  285. <property name="geometry">
  286. <rect>
  287. <x>5</x>
  288. <y>45</y>
  289. <width>266</width>
  290. <height>22</height>
  291. </rect>
  292. </property>
  293. <layout class="QHBoxLayout" name="horizontalLayout_4">
  294. <item>
  295. <widget class="QLabel" name="lb_networkType">
  296. <property name="sizePolicy">
  297. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  298. <horstretch>0</horstretch>
  299. <verstretch>0</verstretch>
  300. </sizepolicy>
  301. </property>
  302. <property name="minimumSize">
  303. <size>
  304. <width>55</width>
  305. <height>20</height>
  306. </size>
  307. </property>
  308. <property name="maximumSize">
  309. <size>
  310. <width>55</width>
  311. <height>20</height>
  312. </size>
  313. </property>
  314. <property name="text">
  315. <string>网络类型:</string>
  316. </property>
  317. </widget>
  318. </item>
  319. <item>
  320. <widget class="QComboBox" name="cb_networkType">
  321. <property name="sizePolicy">
  322. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  323. <horstretch>0</horstretch>
  324. <verstretch>0</verstretch>
  325. </sizepolicy>
  326. </property>
  327. <property name="minimumSize">
  328. <size>
  329. <width>200</width>
  330. <height>20</height>
  331. </size>
  332. </property>
  333. <property name="maximumSize">
  334. <size>
  335. <width>16777215</width>
  336. <height>16777215</height>
  337. </size>
  338. </property>
  339. <property name="styleSheet">
  340. <string notr="true">QComboBox#cb_networkType{
  341. border:1px solid;
  342. }</string>
  343. </property>
  344. </widget>
  345. </item>
  346. </layout>
  347. </widget>
  348. </widget>
  349. <widget class="QGroupBox" name="gb_configLoad">
  350. <property name="geometry">
  351. <rect>
  352. <x>10</x>
  353. <y>10</y>
  354. <width>275</width>
  355. <height>70</height>
  356. </rect>
  357. </property>
  358. <property name="styleSheet">
  359. <string notr="true">QGroupBox#gb_configLoad{
  360. border:1px solid rgb(129, 129, 129);
  361. margin-top:2ex;
  362. }
  363. QGroupBox#gb_configLoad::title{
  364. subcontrol-origin:margin;
  365. subcontrol-position:top left;
  366. left:20px;
  367. }</string>
  368. </property>
  369. <property name="title">
  370. <string>配置加载</string>
  371. </property>
  372. <widget class="QWidget" name="layoutWidget_2">
  373. <property name="geometry">
  374. <rect>
  375. <x>5</x>
  376. <y>15</y>
  377. <width>266</width>
  378. <height>22</height>
  379. </rect>
  380. </property>
  381. <layout class="QHBoxLayout" name="horizontalLayout">
  382. <item>
  383. <widget class="QLabel" name="lb_modelType">
  384. <property name="sizePolicy">
  385. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  386. <horstretch>0</horstretch>
  387. <verstretch>0</verstretch>
  388. </sizepolicy>
  389. </property>
  390. <property name="minimumSize">
  391. <size>
  392. <width>55</width>
  393. <height>20</height>
  394. </size>
  395. </property>
  396. <property name="maximumSize">
  397. <size>
  398. <width>55</width>
  399. <height>20</height>
  400. </size>
  401. </property>
  402. <property name="text">
  403. <string>型号选择:</string>
  404. </property>
  405. </widget>
  406. </item>
  407. <item>
  408. <widget class="QComboBox" name="cb_modelType">
  409. <property name="sizePolicy">
  410. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  411. <horstretch>0</horstretch>
  412. <verstretch>0</verstretch>
  413. </sizepolicy>
  414. </property>
  415. <property name="minimumSize">
  416. <size>
  417. <width>200</width>
  418. <height>20</height>
  419. </size>
  420. </property>
  421. <property name="maximumSize">
  422. <size>
  423. <width>16777215</width>
  424. <height>16777215</height>
  425. </size>
  426. </property>
  427. <property name="styleSheet">
  428. <string notr="true">QComboBox#cb_modelType{
  429. border:1px solid;
  430. }</string>
  431. </property>
  432. </widget>
  433. </item>
  434. </layout>
  435. </widget>
  436. <widget class="QPushButton" name="pb_loadFile">
  437. <property name="geometry">
  438. <rect>
  439. <x>195</x>
  440. <y>45</y>
  441. <width>75</width>
  442. <height>20</height>
  443. </rect>
  444. </property>
  445. <property name="styleSheet">
  446. <string notr="true">QPushButton#pb_loadFile{
  447. background-color:rgb(255,255,255);
  448. }
  449. QPushButton#pb_loadFile:hover{
  450. background-color:rgb(240,240,240);
  451. }</string>
  452. </property>
  453. <property name="text">
  454. <string>刷新配置</string>
  455. </property>
  456. </widget>
  457. </widget>
  458. <widget class="QGroupBox" name="gb_frameConfig">
  459. <property name="geometry">
  460. <rect>
  461. <x>295</x>
  462. <y>10</y>
  463. <width>1615</width>
  464. <height>950</height>
  465. </rect>
  466. </property>
  467. <property name="styleSheet">
  468. <string notr="true">QGroupBox#gb_frameConfig{
  469. border:1px solid rgb(129, 129, 129);
  470. margin-top:2ex;
  471. }
  472. QGroupBox#gb_frameConfig::title{
  473. subcontrol-origin:margin;
  474. subcontrol-position:top left;
  475. left:20px;
  476. }</string>
  477. </property>
  478. <property name="title">
  479. <string>状态信息</string>
  480. </property>
  481. <widget class="QTreeView" name="tv_statusInfo">
  482. <property name="geometry">
  483. <rect>
  484. <x>10</x>
  485. <y>15</y>
  486. <width>1595</width>
  487. <height>925</height>
  488. </rect>
  489. </property>
  490. </widget>
  491. </widget>
  492. </widget>
  493. <layoutdefault spacing="6" margin="11"/>
  494. <resources/>
  495. <connections/>
  496. </ui>