mainwindow.ui 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1410</width>
  10. <height>929</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QTabWidget" name="tabWidget">
  18. <property name="geometry">
  19. <rect>
  20. <x>-10</x>
  21. <y>10</y>
  22. <width>1391</width>
  23. <height>861</height>
  24. </rect>
  25. </property>
  26. <property name="currentIndex">
  27. <number>0</number>
  28. </property>
  29. <widget class="QWidget" name="tab_22">
  30. <attribute name="title">
  31. <string>蓝方模型</string>
  32. </attribute>
  33. <widget class="Line" name="line_69">
  34. <property name="geometry">
  35. <rect>
  36. <x>40</x>
  37. <y>40</y>
  38. <width>20</width>
  39. <height>251</height>
  40. </rect>
  41. </property>
  42. <property name="orientation">
  43. <enum>Qt::Vertical</enum>
  44. </property>
  45. </widget>
  46. <widget class="Line" name="line_73">
  47. <property name="geometry">
  48. <rect>
  49. <x>50</x>
  50. <y>70</y>
  51. <width>231</width>
  52. <height>3</height>
  53. </rect>
  54. </property>
  55. <property name="orientation">
  56. <enum>Qt::Horizontal</enum>
  57. </property>
  58. </widget>
  59. <widget class="Line" name="line_74">
  60. <property name="geometry">
  61. <rect>
  62. <x>50</x>
  63. <y>40</y>
  64. <width>231</width>
  65. <height>3</height>
  66. </rect>
  67. </property>
  68. <property name="orientation">
  69. <enum>Qt::Horizontal</enum>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="label_52">
  73. <property name="geometry">
  74. <rect>
  75. <x>120</x>
  76. <y>50</y>
  77. <width>91</width>
  78. <height>16</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>预警卫星模型</string>
  83. </property>
  84. </widget>
  85. <widget class="QPushButton" name="pushButton_17">
  86. <property name="geometry">
  87. <rect>
  88. <x>170</x>
  89. <y>250</y>
  90. <width>93</width>
  91. <height>28</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>清空</string>
  96. </property>
  97. </widget>
  98. <widget class="QComboBox" name="comboBox_14">
  99. <property name="geometry">
  100. <rect>
  101. <x>160</x>
  102. <y>130</y>
  103. <width>87</width>
  104. <height>22</height>
  105. </rect>
  106. </property>
  107. <item>
  108. <property name="text">
  109. <string>卫星1</string>
  110. </property>
  111. </item>
  112. <item>
  113. <property name="text">
  114. <string>卫星2</string>
  115. </property>
  116. </item>
  117. </widget>
  118. <widget class="QPushButton" name="pushButton_18">
  119. <property name="geometry">
  120. <rect>
  121. <x>60</x>
  122. <y>250</y>
  123. <width>93</width>
  124. <height>28</height>
  125. </rect>
  126. </property>
  127. <property name="text">
  128. <string>创建</string>
  129. </property>
  130. </widget>
  131. <widget class="Line" name="line_75">
  132. <property name="geometry">
  133. <rect>
  134. <x>270</x>
  135. <y>40</y>
  136. <width>20</width>
  137. <height>251</height>
  138. </rect>
  139. </property>
  140. <property name="orientation">
  141. <enum>Qt::Vertical</enum>
  142. </property>
  143. </widget>
  144. <widget class="QLabel" name="label_153">
  145. <property name="geometry">
  146. <rect>
  147. <x>70</x>
  148. <y>130</y>
  149. <width>72</width>
  150. <height>15</height>
  151. </rect>
  152. </property>
  153. <property name="text">
  154. <string>卫星类型:</string>
  155. </property>
  156. </widget>
  157. <widget class="Line" name="line_76">
  158. <property name="geometry">
  159. <rect>
  160. <x>50</x>
  161. <y>290</y>
  162. <width>231</width>
  163. <height>3</height>
  164. </rect>
  165. </property>
  166. <property name="orientation">
  167. <enum>Qt::Horizontal</enum>
  168. </property>
  169. </widget>
  170. <widget class="QLabel" name="label_154">
  171. <property name="geometry">
  172. <rect>
  173. <x>60</x>
  174. <y>160</y>
  175. <width>101</width>
  176. <height>16</height>
  177. </rect>
  178. </property>
  179. <property name="text">
  180. <string>轨迹文件路径: </string>
  181. </property>
  182. </widget>
  183. <widget class="QLineEdit" name="lineEdit_87">
  184. <property name="geometry">
  185. <rect>
  186. <x>60</x>
  187. <y>200</y>
  188. <width>171</width>
  189. <height>21</height>
  190. </rect>
  191. </property>
  192. </widget>
  193. <widget class="QPushButton" name="pushButton_19">
  194. <property name="geometry">
  195. <rect>
  196. <x>240</x>
  197. <y>200</y>
  198. <width>31</width>
  199. <height>28</height>
  200. </rect>
  201. </property>
  202. <property name="text">
  203. <string/>
  204. </property>
  205. </widget>
  206. <widget class="QTableView" name="tableView_5">
  207. <property name="geometry">
  208. <rect>
  209. <x>30</x>
  210. <y>410</y>
  211. <width>256</width>
  212. <height>281</height>
  213. </rect>
  214. </property>
  215. </widget>
  216. <widget class="QLabel" name="label_155">
  217. <property name="geometry">
  218. <rect>
  219. <x>100</x>
  220. <y>360</y>
  221. <width>121</width>
  222. <height>20</height>
  223. </rect>
  224. </property>
  225. <property name="text">
  226. <string>已创建的预警卫星</string>
  227. </property>
  228. </widget>
  229. <widget class="QLabel" name="label_156">
  230. <property name="geometry">
  231. <rect>
  232. <x>70</x>
  233. <y>90</y>
  234. <width>72</width>
  235. <height>15</height>
  236. </rect>
  237. </property>
  238. <property name="text">
  239. <string>卫星编号:</string>
  240. </property>
  241. </widget>
  242. <widget class="QLineEdit" name="lineEdit_88">
  243. <property name="geometry">
  244. <rect>
  245. <x>150</x>
  246. <y>90</y>
  247. <width>113</width>
  248. <height>21</height>
  249. </rect>
  250. </property>
  251. </widget>
  252. <widget class="Line" name="line_77">
  253. <property name="geometry">
  254. <rect>
  255. <x>370</x>
  256. <y>30</y>
  257. <width>20</width>
  258. <height>711</height>
  259. </rect>
  260. </property>
  261. <property name="orientation">
  262. <enum>Qt::Vertical</enum>
  263. </property>
  264. </widget>
  265. <widget class="QPushButton" name="pushButton_20">
  266. <property name="geometry">
  267. <rect>
  268. <x>630</x>
  269. <y>700</y>
  270. <width>93</width>
  271. <height>28</height>
  272. </rect>
  273. </property>
  274. <property name="text">
  275. <string>清空</string>
  276. </property>
  277. </widget>
  278. <widget class="Line" name="line_78">
  279. <property name="geometry">
  280. <rect>
  281. <x>380</x>
  282. <y>20</y>
  283. <width>411</width>
  284. <height>16</height>
  285. </rect>
  286. </property>
  287. <property name="orientation">
  288. <enum>Qt::Horizontal</enum>
  289. </property>
  290. </widget>
  291. <widget class="QLabel" name="label_157">
  292. <property name="geometry">
  293. <rect>
  294. <x>500</x>
  295. <y>40</y>
  296. <width>171</width>
  297. <height>20</height>
  298. </rect>
  299. </property>
  300. <property name="text">
  301. <string>中远程雷达末端拦截模型</string>
  302. </property>
  303. </widget>
  304. <widget class="QLabel" name="label_158">
  305. <property name="geometry">
  306. <rect>
  307. <x>400</x>
  308. <y>80</y>
  309. <width>72</width>
  310. <height>15</height>
  311. </rect>
  312. </property>
  313. <property name="text">
  314. <string>雷达编号:</string>
  315. </property>
  316. </widget>
  317. <widget class="Line" name="line_79">
  318. <property name="geometry">
  319. <rect>
  320. <x>380</x>
  321. <y>730</y>
  322. <width>411</width>
  323. <height>16</height>
  324. </rect>
  325. </property>
  326. <property name="orientation">
  327. <enum>Qt::Horizontal</enum>
  328. </property>
  329. </widget>
  330. <widget class="QPushButton" name="CreateInterceptRadarButton">
  331. <property name="geometry">
  332. <rect>
  333. <x>470</x>
  334. <y>700</y>
  335. <width>93</width>
  336. <height>28</height>
  337. </rect>
  338. </property>
  339. <property name="text">
  340. <string>创建</string>
  341. </property>
  342. </widget>
  343. <widget class="Line" name="line_80">
  344. <property name="geometry">
  345. <rect>
  346. <x>780</x>
  347. <y>30</y>
  348. <width>20</width>
  349. <height>711</height>
  350. </rect>
  351. </property>
  352. <property name="orientation">
  353. <enum>Qt::Vertical</enum>
  354. </property>
  355. </widget>
  356. <widget class="Line" name="line_81">
  357. <property name="geometry">
  358. <rect>
  359. <x>380</x>
  360. <y>60</y>
  361. <width>411</width>
  362. <height>16</height>
  363. </rect>
  364. </property>
  365. <property name="orientation">
  366. <enum>Qt::Horizontal</enum>
  367. </property>
  368. </widget>
  369. <widget class="QLineEdit" name="lineEdit_interceptRadarId">
  370. <property name="geometry">
  371. <rect>
  372. <x>542</x>
  373. <y>80</y>
  374. <width>161</width>
  375. <height>21</height>
  376. </rect>
  377. </property>
  378. </widget>
  379. <widget class="QLabel" name="label_159">
  380. <property name="geometry">
  381. <rect>
  382. <x>400</x>
  383. <y>250</y>
  384. <width>101</width>
  385. <height>16</height>
  386. </rect>
  387. </property>
  388. <property name="text">
  389. <string>载波频率/Hz:</string>
  390. </property>
  391. </widget>
  392. <widget class="QLineEdit" name="lineEdit_fc">
  393. <property name="geometry">
  394. <rect>
  395. <x>530</x>
  396. <y>250</y>
  397. <width>111</width>
  398. <height>21</height>
  399. </rect>
  400. </property>
  401. </widget>
  402. <widget class="QLabel" name="label_160">
  403. <property name="geometry">
  404. <rect>
  405. <x>398</x>
  406. <y>290</y>
  407. <width>131</width>
  408. <height>16</height>
  409. </rect>
  410. </property>
  411. <property name="text">
  412. <string>脉冲带宽:</string>
  413. </property>
  414. </widget>
  415. <widget class="QLineEdit" name="lineEdit_BW">
  416. <property name="geometry">
  417. <rect>
  418. <x>530</x>
  419. <y>290</y>
  420. <width>111</width>
  421. <height>21</height>
  422. </rect>
  423. </property>
  424. </widget>
  425. <widget class="QLabel" name="label_161">
  426. <property name="geometry">
  427. <rect>
  428. <x>398</x>
  429. <y>500</y>
  430. <width>101</width>
  431. <height>16</height>
  432. </rect>
  433. </property>
  434. <property name="text">
  435. <string>单边阵元数量:</string>
  436. </property>
  437. </widget>
  438. <widget class="QLineEdit" name="lineEdit_92">
  439. <property name="geometry">
  440. <rect>
  441. <x>540</x>
  442. <y>500</y>
  443. <width>161</width>
  444. <height>21</height>
  445. </rect>
  446. </property>
  447. </widget>
  448. <widget class="QLabel" name="label_162">
  449. <property name="geometry">
  450. <rect>
  451. <x>400</x>
  452. <y>370</y>
  453. <width>101</width>
  454. <height>16</height>
  455. </rect>
  456. </property>
  457. <property name="text">
  458. <string>带宽/Hz:</string>
  459. </property>
  460. </widget>
  461. <widget class="QLineEdit" name="lineEdit_T">
  462. <property name="geometry">
  463. <rect>
  464. <x>530</x>
  465. <y>370</y>
  466. <width>91</width>
  467. <height>21</height>
  468. </rect>
  469. </property>
  470. </widget>
  471. <widget class="QLabel" name="label_163">
  472. <property name="geometry">
  473. <rect>
  474. <x>400</x>
  475. <y>330</y>
  476. <width>121</width>
  477. <height>16</height>
  478. </rect>
  479. </property>
  480. <property name="text">
  481. <string>PRF模式:</string>
  482. </property>
  483. </widget>
  484. <widget class="QLineEdit" name="lineEdit_PRF">
  485. <property name="geometry">
  486. <rect>
  487. <x>530</x>
  488. <y>330</y>
  489. <width>91</width>
  490. <height>21</height>
  491. </rect>
  492. </property>
  493. </widget>
  494. <widget class="QLabel" name="label_164">
  495. <property name="geometry">
  496. <rect>
  497. <x>400</x>
  498. <y>170</y>
  499. <width>91</width>
  500. <height>16</height>
  501. </rect>
  502. </property>
  503. <property name="text">
  504. <string>辐射源类型:</string>
  505. </property>
  506. </widget>
  507. <widget class="QComboBox" name="comboBox_radarType">
  508. <property name="geometry">
  509. <rect>
  510. <x>530</x>
  511. <y>170</y>
  512. <width>111</width>
  513. <height>22</height>
  514. </rect>
  515. </property>
  516. <item>
  517. <property name="text">
  518. <string>模型001</string>
  519. </property>
  520. </item>
  521. <item>
  522. <property name="text">
  523. <string>模型101</string>
  524. </property>
  525. </item>
  526. <item>
  527. <property name="text">
  528. <string>模型102</string>
  529. </property>
  530. </item>
  531. <item>
  532. <property name="text">
  533. <string>模型103</string>
  534. </property>
  535. </item>
  536. <item>
  537. <property name="text">
  538. <string>模型201</string>
  539. </property>
  540. </item>
  541. <item>
  542. <property name="text">
  543. <string>模型202</string>
  544. </property>
  545. </item>
  546. <item>
  547. <property name="text">
  548. <string>模型203</string>
  549. </property>
  550. </item>
  551. <item>
  552. <property name="text">
  553. <string>模型301</string>
  554. </property>
  555. </item>
  556. <item>
  557. <property name="text">
  558. <string>模型302</string>
  559. </property>
  560. </item>
  561. <item>
  562. <property name="text">
  563. <string>模型303</string>
  564. </property>
  565. </item>
  566. <item>
  567. <property name="text">
  568. <string>模型401</string>
  569. </property>
  570. </item>
  571. <item>
  572. <property name="text">
  573. <string>模型402</string>
  574. </property>
  575. </item>
  576. <item>
  577. <property name="text">
  578. <string>模型403</string>
  579. </property>
  580. </item>
  581. </widget>
  582. <widget class="QLabel" name="label_165">
  583. <property name="geometry">
  584. <rect>
  585. <x>400</x>
  586. <y>210</y>
  587. <width>72</width>
  588. <height>15</height>
  589. </rect>
  590. </property>
  591. <property name="text">
  592. <string>信号类型:</string>
  593. </property>
  594. </widget>
  595. <widget class="QLineEdit" name="lineEdit_95">
  596. <property name="geometry">
  597. <rect>
  598. <x>540</x>
  599. <y>540</y>
  600. <width>161</width>
  601. <height>21</height>
  602. </rect>
  603. </property>
  604. </widget>
  605. <widget class="QLabel" name="label_166">
  606. <property name="geometry">
  607. <rect>
  608. <x>400</x>
  609. <y>540</y>
  610. <width>121</width>
  611. <height>16</height>
  612. </rect>
  613. </property>
  614. <property name="text">
  615. <string>阵元间距/m:</string>
  616. </property>
  617. </widget>
  618. <widget class="QLabel" name="label_168">
  619. <property name="geometry">
  620. <rect>
  621. <x>400</x>
  622. <y>580</y>
  623. <width>121</width>
  624. <height>16</height>
  625. </rect>
  626. </property>
  627. <property name="text">
  628. <string>天线增益/dB:</string>
  629. </property>
  630. </widget>
  631. <widget class="QLineEdit" name="lineEdit_97">
  632. <property name="geometry">
  633. <rect>
  634. <x>540</x>
  635. <y>580</y>
  636. <width>161</width>
  637. <height>21</height>
  638. </rect>
  639. </property>
  640. </widget>
  641. <widget class="QLabel" name="label_169">
  642. <property name="geometry">
  643. <rect>
  644. <x>400</x>
  645. <y>620</y>
  646. <width>151</width>
  647. <height>16</height>
  648. </rect>
  649. </property>
  650. <property name="text">
  651. <string>发动机功率/W:</string>
  652. </property>
  653. </widget>
  654. <widget class="QLineEdit" name="lineEdit_98">
  655. <property name="geometry">
  656. <rect>
  657. <x>540</x>
  658. <y>620</y>
  659. <width>161</width>
  660. <height>21</height>
  661. </rect>
  662. </property>
  663. </widget>
  664. <widget class="QLineEdit" name="lineEdit_99">
  665. <property name="geometry">
  666. <rect>
  667. <x>540</x>
  668. <y>660</y>
  669. <width>161</width>
  670. <height>21</height>
  671. </rect>
  672. </property>
  673. </widget>
  674. <widget class="QLabel" name="label_170">
  675. <property name="geometry">
  676. <rect>
  677. <x>400</x>
  678. <y>660</y>
  679. <width>151</width>
  680. <height>16</height>
  681. </rect>
  682. </property>
  683. <property name="text">
  684. <string>工作频率/Hz:</string>
  685. </property>
  686. </widget>
  687. <widget class="QLabel" name="label_172">
  688. <property name="geometry">
  689. <rect>
  690. <x>1000</x>
  691. <y>40</y>
  692. <width>241</width>
  693. <height>20</height>
  694. </rect>
  695. </property>
  696. <property name="text">
  697. <string>已创建的中远程雷达末端拦截模型</string>
  698. </property>
  699. </widget>
  700. <widget class="QTableView" name="tableView_6">
  701. <property name="geometry">
  702. <rect>
  703. <x>865</x>
  704. <y>80</y>
  705. <width>501</width>
  706. <height>281</height>
  707. </rect>
  708. </property>
  709. </widget>
  710. <widget class="Line" name="line_82">
  711. <property name="geometry">
  712. <rect>
  713. <x>990</x>
  714. <y>730</y>
  715. <width>231</width>
  716. <height>3</height>
  717. </rect>
  718. </property>
  719. <property name="orientation">
  720. <enum>Qt::Horizontal</enum>
  721. </property>
  722. </widget>
  723. <widget class="Line" name="line_83">
  724. <property name="geometry">
  725. <rect>
  726. <x>980</x>
  727. <y>480</y>
  728. <width>20</width>
  729. <height>251</height>
  730. </rect>
  731. </property>
  732. <property name="orientation">
  733. <enum>Qt::Vertical</enum>
  734. </property>
  735. </widget>
  736. <widget class="QPushButton" name="pushButton_23">
  737. <property name="geometry">
  738. <rect>
  739. <x>1000</x>
  740. <y>690</y>
  741. <width>93</width>
  742. <height>28</height>
  743. </rect>
  744. </property>
  745. <property name="text">
  746. <string>创建</string>
  747. </property>
  748. </widget>
  749. <widget class="QLabel" name="label_173">
  750. <property name="geometry">
  751. <rect>
  752. <x>1010</x>
  753. <y>570</y>
  754. <width>72</width>
  755. <height>15</height>
  756. </rect>
  757. </property>
  758. <property name="text">
  759. <string>x坐标:</string>
  760. </property>
  761. </widget>
  762. <widget class="Line" name="line_84">
  763. <property name="geometry">
  764. <rect>
  765. <x>990</x>
  766. <y>510</y>
  767. <width>231</width>
  768. <height>3</height>
  769. </rect>
  770. </property>
  771. <property name="orientation">
  772. <enum>Qt::Horizontal</enum>
  773. </property>
  774. </widget>
  775. <widget class="QLabel" name="label_174">
  776. <property name="geometry">
  777. <rect>
  778. <x>1060</x>
  779. <y>490</y>
  780. <width>91</width>
  781. <height>16</height>
  782. </rect>
  783. </property>
  784. <property name="text">
  785. <string>指挥控制中心</string>
  786. </property>
  787. </widget>
  788. <widget class="QPushButton" name="pushButton_24">
  789. <property name="geometry">
  790. <rect>
  791. <x>1110</x>
  792. <y>690</y>
  793. <width>93</width>
  794. <height>28</height>
  795. </rect>
  796. </property>
  797. <property name="text">
  798. <string>清空</string>
  799. </property>
  800. </widget>
  801. <widget class="QLineEdit" name="lineEdit_101">
  802. <property name="geometry">
  803. <rect>
  804. <x>1090</x>
  805. <y>570</y>
  806. <width>113</width>
  807. <height>21</height>
  808. </rect>
  809. </property>
  810. </widget>
  811. <widget class="Line" name="line_85">
  812. <property name="geometry">
  813. <rect>
  814. <x>990</x>
  815. <y>480</y>
  816. <width>231</width>
  817. <height>3</height>
  818. </rect>
  819. </property>
  820. <property name="orientation">
  821. <enum>Qt::Horizontal</enum>
  822. </property>
  823. </widget>
  824. <widget class="Line" name="line_86">
  825. <property name="geometry">
  826. <rect>
  827. <x>1210</x>
  828. <y>480</y>
  829. <width>20</width>
  830. <height>251</height>
  831. </rect>
  832. </property>
  833. <property name="orientation">
  834. <enum>Qt::Vertical</enum>
  835. </property>
  836. </widget>
  837. <widget class="QLabel" name="label_175">
  838. <property name="geometry">
  839. <rect>
  840. <x>1070</x>
  841. <y>540</y>
  842. <width>72</width>
  843. <height>15</height>
  844. </rect>
  845. </property>
  846. <property name="text">
  847. <string>中心位置</string>
  848. </property>
  849. </widget>
  850. <widget class="QLabel" name="label_176">
  851. <property name="geometry">
  852. <rect>
  853. <x>1010</x>
  854. <y>610</y>
  855. <width>72</width>
  856. <height>15</height>
  857. </rect>
  858. </property>
  859. <property name="text">
  860. <string>y坐标:</string>
  861. </property>
  862. </widget>
  863. <widget class="QLineEdit" name="lineEdit_102">
  864. <property name="geometry">
  865. <rect>
  866. <x>1090</x>
  867. <y>610</y>
  868. <width>113</width>
  869. <height>21</height>
  870. </rect>
  871. </property>
  872. </widget>
  873. <widget class="QLabel" name="label_177">
  874. <property name="geometry">
  875. <rect>
  876. <x>1010</x>
  877. <y>650</y>
  878. <width>72</width>
  879. <height>15</height>
  880. </rect>
  881. </property>
  882. <property name="text">
  883. <string>z坐标:</string>
  884. </property>
  885. </widget>
  886. <widget class="QLineEdit" name="lineEdit_103">
  887. <property name="geometry">
  888. <rect>
  889. <x>1090</x>
  890. <y>650</y>
  891. <width>113</width>
  892. <height>21</height>
  893. </rect>
  894. </property>
  895. </widget>
  896. <widget class="Line" name="line_101">
  897. <property name="geometry">
  898. <rect>
  899. <x>380</x>
  900. <y>110</y>
  901. <width>411</width>
  902. <height>16</height>
  903. </rect>
  904. </property>
  905. <property name="orientation">
  906. <enum>Qt::Horizontal</enum>
  907. </property>
  908. </widget>
  909. <widget class="Line" name="line_102">
  910. <property name="geometry">
  911. <rect>
  912. <x>380</x>
  913. <y>150</y>
  914. <width>411</width>
  915. <height>16</height>
  916. </rect>
  917. </property>
  918. <property name="orientation">
  919. <enum>Qt::Horizontal</enum>
  920. </property>
  921. </widget>
  922. <widget class="QLabel" name="label_171">
  923. <property name="geometry">
  924. <rect>
  925. <x>530</x>
  926. <y>130</y>
  927. <width>171</width>
  928. <height>20</height>
  929. </rect>
  930. </property>
  931. <property name="text">
  932. <string>信号参数设置</string>
  933. </property>
  934. </widget>
  935. <widget class="QComboBox" name="comboBox_27">
  936. <property name="geometry">
  937. <rect>
  938. <x>540</x>
  939. <y>460</y>
  940. <width>161</width>
  941. <height>22</height>
  942. </rect>
  943. </property>
  944. <item>
  945. <property name="text">
  946. <string>方阵</string>
  947. </property>
  948. </item>
  949. <item>
  950. <property name="text">
  951. <string>线阵</string>
  952. </property>
  953. </item>
  954. </widget>
  955. <widget class="QLabel" name="label_167">
  956. <property name="geometry">
  957. <rect>
  958. <x>400</x>
  959. <y>460</y>
  960. <width>72</width>
  961. <height>15</height>
  962. </rect>
  963. </property>
  964. <property name="text">
  965. <string>阵列类型:</string>
  966. </property>
  967. </widget>
  968. <widget class="Line" name="line_103">
  969. <property name="geometry">
  970. <rect>
  971. <x>380</x>
  972. <y>400</y>
  973. <width>411</width>
  974. <height>16</height>
  975. </rect>
  976. </property>
  977. <property name="orientation">
  978. <enum>Qt::Horizontal</enum>
  979. </property>
  980. </widget>
  981. <widget class="QLabel" name="label_235">
  982. <property name="geometry">
  983. <rect>
  984. <x>530</x>
  985. <y>420</y>
  986. <width>171</width>
  987. <height>20</height>
  988. </rect>
  989. </property>
  990. <property name="text">
  991. <string>发射机参数设置</string>
  992. </property>
  993. </widget>
  994. <widget class="Line" name="line_104">
  995. <property name="geometry">
  996. <rect>
  997. <x>380</x>
  998. <y>440</y>
  999. <width>411</width>
  1000. <height>16</height>
  1001. </rect>
  1002. </property>
  1003. <property name="orientation">
  1004. <enum>Qt::Horizontal</enum>
  1005. </property>
  1006. </widget>
  1007. <widget class="QLineEdit" name="lineEdit_sigType">
  1008. <property name="geometry">
  1009. <rect>
  1010. <x>530</x>
  1011. <y>210</y>
  1012. <width>111</width>
  1013. <height>21</height>
  1014. </rect>
  1015. </property>
  1016. </widget>
  1017. </widget>
  1018. <widget class="QWidget" name="tab_4">
  1019. <attribute name="title">
  1020. <string>雷达信号模拟生成</string>
  1021. </attribute>
  1022. <widget class="QLabel" name="label_236">
  1023. <property name="geometry">
  1024. <rect>
  1025. <x>205</x>
  1026. <y>60</y>
  1027. <width>241</width>
  1028. <height>20</height>
  1029. </rect>
  1030. </property>
  1031. <property name="text">
  1032. <string>已创建的中远程雷达末端拦截模型</string>
  1033. </property>
  1034. </widget>
  1035. <widget class="QTableView" name="tableView_11">
  1036. <property name="geometry">
  1037. <rect>
  1038. <x>70</x>
  1039. <y>100</y>
  1040. <width>501</width>
  1041. <height>281</height>
  1042. </rect>
  1043. </property>
  1044. </widget>
  1045. <widget class="QLabel" name="label_237">
  1046. <property name="geometry">
  1047. <rect>
  1048. <x>110</x>
  1049. <y>440</y>
  1050. <width>221</width>
  1051. <height>16</height>
  1052. </rect>
  1053. </property>
  1054. <property name="text">
  1055. <string>中远程雷达末端拦截模型编号:</string>
  1056. </property>
  1057. </widget>
  1058. <widget class="QComboBox" name="comboBox_28">
  1059. <property name="geometry">
  1060. <rect>
  1061. <x>350</x>
  1062. <y>440</y>
  1063. <width>141</width>
  1064. <height>22</height>
  1065. </rect>
  1066. </property>
  1067. </widget>
  1068. <widget class="QLabel" name="label_243">
  1069. <property name="geometry">
  1070. <rect>
  1071. <x>940</x>
  1072. <y>60</y>
  1073. <width>111</width>
  1074. <height>20</height>
  1075. </rect>
  1076. </property>
  1077. <property name="text">
  1078. <string>辐射源信号预览</string>
  1079. </property>
  1080. </widget>
  1081. <widget class="QPushButton" name="pushButton_5">
  1082. <property name="geometry">
  1083. <rect>
  1084. <x>210</x>
  1085. <y>530</y>
  1086. <width>201</width>
  1087. <height>61</height>
  1088. </rect>
  1089. </property>
  1090. <property name="text">
  1091. <string>雷达信号生成</string>
  1092. </property>
  1093. </widget>
  1094. <widget class="QChartView" name="SimShow" native="true">
  1095. <property name="geometry">
  1096. <rect>
  1097. <x>630</x>
  1098. <y>100</y>
  1099. <width>721</width>
  1100. <height>531</height>
  1101. </rect>
  1102. </property>
  1103. </widget>
  1104. </widget>
  1105. </widget>
  1106. </widget>
  1107. <widget class="QMenuBar" name="menuBar">
  1108. <property name="geometry">
  1109. <rect>
  1110. <x>0</x>
  1111. <y>0</y>
  1112. <width>1410</width>
  1113. <height>26</height>
  1114. </rect>
  1115. </property>
  1116. </widget>
  1117. <widget class="QToolBar" name="mainToolBar">
  1118. <attribute name="toolBarArea">
  1119. <enum>TopToolBarArea</enum>
  1120. </attribute>
  1121. <attribute name="toolBarBreak">
  1122. <bool>false</bool>
  1123. </attribute>
  1124. </widget>
  1125. <widget class="QStatusBar" name="statusBar"/>
  1126. </widget>
  1127. <layoutdefault spacing="6" margin="11"/>
  1128. <customwidgets>
  1129. <customwidget>
  1130. <class>QChartView</class>
  1131. <extends>QWidget</extends>
  1132. <header>qchartview.h</header>
  1133. <container>1</container>
  1134. </customwidget>
  1135. </customwidgets>
  1136. <resources/>
  1137. <connections/>
  1138. </ui>