mainwindow.ui 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140
  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>脉内调制带宽/Hz:</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>脉冲宽度/s:</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>脉冲重复周期/s:</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>模型1</string>
  519. </property>
  520. </item>
  521. <item>
  522. <property name="text">
  523. <string>模型2</string>
  524. </property>
  525. </item>
  526. <item>
  527. <property name="text">
  528. <string>模型3</string>
  529. </property>
  530. </item>
  531. </widget>
  532. <widget class="QLabel" name="label_165">
  533. <property name="geometry">
  534. <rect>
  535. <x>400</x>
  536. <y>210</y>
  537. <width>72</width>
  538. <height>15</height>
  539. </rect>
  540. </property>
  541. <property name="text">
  542. <string>信号类型:</string>
  543. </property>
  544. </widget>
  545. <widget class="QLineEdit" name="lineEdit_95">
  546. <property name="geometry">
  547. <rect>
  548. <x>540</x>
  549. <y>540</y>
  550. <width>161</width>
  551. <height>21</height>
  552. </rect>
  553. </property>
  554. </widget>
  555. <widget class="QLabel" name="label_166">
  556. <property name="geometry">
  557. <rect>
  558. <x>400</x>
  559. <y>540</y>
  560. <width>121</width>
  561. <height>16</height>
  562. </rect>
  563. </property>
  564. <property name="text">
  565. <string>阵元间距/m:</string>
  566. </property>
  567. </widget>
  568. <widget class="QLabel" name="label_168">
  569. <property name="geometry">
  570. <rect>
  571. <x>400</x>
  572. <y>580</y>
  573. <width>121</width>
  574. <height>16</height>
  575. </rect>
  576. </property>
  577. <property name="text">
  578. <string>天线增益/dB:</string>
  579. </property>
  580. </widget>
  581. <widget class="QLineEdit" name="lineEdit_97">
  582. <property name="geometry">
  583. <rect>
  584. <x>540</x>
  585. <y>580</y>
  586. <width>161</width>
  587. <height>21</height>
  588. </rect>
  589. </property>
  590. </widget>
  591. <widget class="QLabel" name="label_169">
  592. <property name="geometry">
  593. <rect>
  594. <x>400</x>
  595. <y>620</y>
  596. <width>151</width>
  597. <height>16</height>
  598. </rect>
  599. </property>
  600. <property name="text">
  601. <string>发动机功率/W:</string>
  602. </property>
  603. </widget>
  604. <widget class="QLineEdit" name="lineEdit_98">
  605. <property name="geometry">
  606. <rect>
  607. <x>540</x>
  608. <y>620</y>
  609. <width>161</width>
  610. <height>21</height>
  611. </rect>
  612. </property>
  613. </widget>
  614. <widget class="QLineEdit" name="lineEdit_99">
  615. <property name="geometry">
  616. <rect>
  617. <x>540</x>
  618. <y>660</y>
  619. <width>161</width>
  620. <height>21</height>
  621. </rect>
  622. </property>
  623. </widget>
  624. <widget class="QLabel" name="label_170">
  625. <property name="geometry">
  626. <rect>
  627. <x>400</x>
  628. <y>660</y>
  629. <width>151</width>
  630. <height>16</height>
  631. </rect>
  632. </property>
  633. <property name="text">
  634. <string>工作频率/Hz:</string>
  635. </property>
  636. </widget>
  637. <widget class="QLabel" name="label_172">
  638. <property name="geometry">
  639. <rect>
  640. <x>1000</x>
  641. <y>40</y>
  642. <width>241</width>
  643. <height>20</height>
  644. </rect>
  645. </property>
  646. <property name="text">
  647. <string>已创建的中远程雷达末端拦截模型</string>
  648. </property>
  649. </widget>
  650. <widget class="QTableView" name="tableView_6">
  651. <property name="geometry">
  652. <rect>
  653. <x>865</x>
  654. <y>80</y>
  655. <width>501</width>
  656. <height>281</height>
  657. </rect>
  658. </property>
  659. </widget>
  660. <widget class="Line" name="line_82">
  661. <property name="geometry">
  662. <rect>
  663. <x>990</x>
  664. <y>730</y>
  665. <width>231</width>
  666. <height>3</height>
  667. </rect>
  668. </property>
  669. <property name="orientation">
  670. <enum>Qt::Horizontal</enum>
  671. </property>
  672. </widget>
  673. <widget class="Line" name="line_83">
  674. <property name="geometry">
  675. <rect>
  676. <x>980</x>
  677. <y>480</y>
  678. <width>20</width>
  679. <height>251</height>
  680. </rect>
  681. </property>
  682. <property name="orientation">
  683. <enum>Qt::Vertical</enum>
  684. </property>
  685. </widget>
  686. <widget class="QPushButton" name="pushButton_23">
  687. <property name="geometry">
  688. <rect>
  689. <x>1000</x>
  690. <y>690</y>
  691. <width>93</width>
  692. <height>28</height>
  693. </rect>
  694. </property>
  695. <property name="text">
  696. <string>创建</string>
  697. </property>
  698. </widget>
  699. <widget class="QLabel" name="label_173">
  700. <property name="geometry">
  701. <rect>
  702. <x>1010</x>
  703. <y>570</y>
  704. <width>72</width>
  705. <height>15</height>
  706. </rect>
  707. </property>
  708. <property name="text">
  709. <string>x坐标:</string>
  710. </property>
  711. </widget>
  712. <widget class="Line" name="line_84">
  713. <property name="geometry">
  714. <rect>
  715. <x>990</x>
  716. <y>510</y>
  717. <width>231</width>
  718. <height>3</height>
  719. </rect>
  720. </property>
  721. <property name="orientation">
  722. <enum>Qt::Horizontal</enum>
  723. </property>
  724. </widget>
  725. <widget class="QLabel" name="label_174">
  726. <property name="geometry">
  727. <rect>
  728. <x>1060</x>
  729. <y>490</y>
  730. <width>91</width>
  731. <height>16</height>
  732. </rect>
  733. </property>
  734. <property name="text">
  735. <string>指挥控制中心</string>
  736. </property>
  737. </widget>
  738. <widget class="QPushButton" name="pushButton_24">
  739. <property name="geometry">
  740. <rect>
  741. <x>1110</x>
  742. <y>690</y>
  743. <width>93</width>
  744. <height>28</height>
  745. </rect>
  746. </property>
  747. <property name="text">
  748. <string>清空</string>
  749. </property>
  750. </widget>
  751. <widget class="QLineEdit" name="lineEdit_101">
  752. <property name="geometry">
  753. <rect>
  754. <x>1090</x>
  755. <y>570</y>
  756. <width>113</width>
  757. <height>21</height>
  758. </rect>
  759. </property>
  760. </widget>
  761. <widget class="Line" name="line_85">
  762. <property name="geometry">
  763. <rect>
  764. <x>990</x>
  765. <y>480</y>
  766. <width>231</width>
  767. <height>3</height>
  768. </rect>
  769. </property>
  770. <property name="orientation">
  771. <enum>Qt::Horizontal</enum>
  772. </property>
  773. </widget>
  774. <widget class="Line" name="line_86">
  775. <property name="geometry">
  776. <rect>
  777. <x>1210</x>
  778. <y>480</y>
  779. <width>20</width>
  780. <height>251</height>
  781. </rect>
  782. </property>
  783. <property name="orientation">
  784. <enum>Qt::Vertical</enum>
  785. </property>
  786. </widget>
  787. <widget class="QLabel" name="label_175">
  788. <property name="geometry">
  789. <rect>
  790. <x>1070</x>
  791. <y>540</y>
  792. <width>72</width>
  793. <height>15</height>
  794. </rect>
  795. </property>
  796. <property name="text">
  797. <string>中心位置</string>
  798. </property>
  799. </widget>
  800. <widget class="QLabel" name="label_176">
  801. <property name="geometry">
  802. <rect>
  803. <x>1010</x>
  804. <y>610</y>
  805. <width>72</width>
  806. <height>15</height>
  807. </rect>
  808. </property>
  809. <property name="text">
  810. <string>y坐标:</string>
  811. </property>
  812. </widget>
  813. <widget class="QLineEdit" name="lineEdit_102">
  814. <property name="geometry">
  815. <rect>
  816. <x>1090</x>
  817. <y>610</y>
  818. <width>113</width>
  819. <height>21</height>
  820. </rect>
  821. </property>
  822. </widget>
  823. <widget class="QLabel" name="label_177">
  824. <property name="geometry">
  825. <rect>
  826. <x>1010</x>
  827. <y>650</y>
  828. <width>72</width>
  829. <height>15</height>
  830. </rect>
  831. </property>
  832. <property name="text">
  833. <string>z坐标:</string>
  834. </property>
  835. </widget>
  836. <widget class="QLineEdit" name="lineEdit_103">
  837. <property name="geometry">
  838. <rect>
  839. <x>1090</x>
  840. <y>650</y>
  841. <width>113</width>
  842. <height>21</height>
  843. </rect>
  844. </property>
  845. </widget>
  846. <widget class="Line" name="line_101">
  847. <property name="geometry">
  848. <rect>
  849. <x>380</x>
  850. <y>110</y>
  851. <width>411</width>
  852. <height>16</height>
  853. </rect>
  854. </property>
  855. <property name="orientation">
  856. <enum>Qt::Horizontal</enum>
  857. </property>
  858. </widget>
  859. <widget class="Line" name="line_102">
  860. <property name="geometry">
  861. <rect>
  862. <x>380</x>
  863. <y>150</y>
  864. <width>411</width>
  865. <height>16</height>
  866. </rect>
  867. </property>
  868. <property name="orientation">
  869. <enum>Qt::Horizontal</enum>
  870. </property>
  871. </widget>
  872. <widget class="QLabel" name="label_171">
  873. <property name="geometry">
  874. <rect>
  875. <x>530</x>
  876. <y>130</y>
  877. <width>171</width>
  878. <height>20</height>
  879. </rect>
  880. </property>
  881. <property name="text">
  882. <string>信号参数设置</string>
  883. </property>
  884. </widget>
  885. <widget class="QLabel" name="label_231">
  886. <property name="geometry">
  887. <rect>
  888. <x>650</x>
  889. <y>250</y>
  890. <width>121</width>
  891. <height>20</height>
  892. </rect>
  893. </property>
  894. <property name="text">
  895. <string>范围:(5e8~2e9)</string>
  896. </property>
  897. </widget>
  898. <widget class="QLabel" name="label_232">
  899. <property name="geometry">
  900. <rect>
  901. <x>650</x>
  902. <y>290</y>
  903. <width>121</width>
  904. <height>20</height>
  905. </rect>
  906. </property>
  907. <property name="text">
  908. <string>范围:(1e6~1e8)</string>
  909. </property>
  910. </widget>
  911. <widget class="QLabel" name="label_233">
  912. <property name="geometry">
  913. <rect>
  914. <x>630</x>
  915. <y>330</y>
  916. <width>141</width>
  917. <height>20</height>
  918. </rect>
  919. </property>
  920. <property name="text">
  921. <string>范围:(3e-6~5e-2)</string>
  922. </property>
  923. </widget>
  924. <widget class="QLabel" name="label_234">
  925. <property name="geometry">
  926. <rect>
  927. <x>630</x>
  928. <y>370</y>
  929. <width>141</width>
  930. <height>20</height>
  931. </rect>
  932. </property>
  933. <property name="text">
  934. <string>范围:(1e-7~1e-3)</string>
  935. </property>
  936. </widget>
  937. <widget class="QComboBox" name="comboBox_27">
  938. <property name="geometry">
  939. <rect>
  940. <x>540</x>
  941. <y>460</y>
  942. <width>161</width>
  943. <height>22</height>
  944. </rect>
  945. </property>
  946. <item>
  947. <property name="text">
  948. <string>方阵</string>
  949. </property>
  950. </item>
  951. <item>
  952. <property name="text">
  953. <string>线阵</string>
  954. </property>
  955. </item>
  956. </widget>
  957. <widget class="QLabel" name="label_167">
  958. <property name="geometry">
  959. <rect>
  960. <x>400</x>
  961. <y>460</y>
  962. <width>72</width>
  963. <height>15</height>
  964. </rect>
  965. </property>
  966. <property name="text">
  967. <string>阵列类型:</string>
  968. </property>
  969. </widget>
  970. <widget class="Line" name="line_103">
  971. <property name="geometry">
  972. <rect>
  973. <x>380</x>
  974. <y>400</y>
  975. <width>411</width>
  976. <height>16</height>
  977. </rect>
  978. </property>
  979. <property name="orientation">
  980. <enum>Qt::Horizontal</enum>
  981. </property>
  982. </widget>
  983. <widget class="QLabel" name="label_235">
  984. <property name="geometry">
  985. <rect>
  986. <x>530</x>
  987. <y>420</y>
  988. <width>171</width>
  989. <height>20</height>
  990. </rect>
  991. </property>
  992. <property name="text">
  993. <string>发射机参数设置</string>
  994. </property>
  995. </widget>
  996. <widget class="Line" name="line_104">
  997. <property name="geometry">
  998. <rect>
  999. <x>380</x>
  1000. <y>440</y>
  1001. <width>411</width>
  1002. <height>16</height>
  1003. </rect>
  1004. </property>
  1005. <property name="orientation">
  1006. <enum>Qt::Horizontal</enum>
  1007. </property>
  1008. </widget>
  1009. <widget class="QLineEdit" name="lineEdit_sigType">
  1010. <property name="geometry">
  1011. <rect>
  1012. <x>530</x>
  1013. <y>210</y>
  1014. <width>111</width>
  1015. <height>21</height>
  1016. </rect>
  1017. </property>
  1018. </widget>
  1019. </widget>
  1020. <widget class="QWidget" name="tab_4">
  1021. <attribute name="title">
  1022. <string>雷达信号模拟生成</string>
  1023. </attribute>
  1024. <widget class="QLabel" name="label_236">
  1025. <property name="geometry">
  1026. <rect>
  1027. <x>205</x>
  1028. <y>60</y>
  1029. <width>241</width>
  1030. <height>20</height>
  1031. </rect>
  1032. </property>
  1033. <property name="text">
  1034. <string>已创建的中远程雷达末端拦截模型</string>
  1035. </property>
  1036. </widget>
  1037. <widget class="QTableView" name="tableView_11">
  1038. <property name="geometry">
  1039. <rect>
  1040. <x>70</x>
  1041. <y>100</y>
  1042. <width>501</width>
  1043. <height>281</height>
  1044. </rect>
  1045. </property>
  1046. </widget>
  1047. <widget class="QLabel" name="label_237">
  1048. <property name="geometry">
  1049. <rect>
  1050. <x>110</x>
  1051. <y>440</y>
  1052. <width>221</width>
  1053. <height>16</height>
  1054. </rect>
  1055. </property>
  1056. <property name="text">
  1057. <string>中远程雷达末端拦截模型编号:</string>
  1058. </property>
  1059. </widget>
  1060. <widget class="QComboBox" name="comboBox_28">
  1061. <property name="geometry">
  1062. <rect>
  1063. <x>350</x>
  1064. <y>440</y>
  1065. <width>141</width>
  1066. <height>22</height>
  1067. </rect>
  1068. </property>
  1069. </widget>
  1070. <widget class="QLabel" name="label_243">
  1071. <property name="geometry">
  1072. <rect>
  1073. <x>940</x>
  1074. <y>60</y>
  1075. <width>111</width>
  1076. <height>20</height>
  1077. </rect>
  1078. </property>
  1079. <property name="text">
  1080. <string>辐射源信号预览</string>
  1081. </property>
  1082. </widget>
  1083. <widget class="QPushButton" name="pushButton_5">
  1084. <property name="geometry">
  1085. <rect>
  1086. <x>210</x>
  1087. <y>530</y>
  1088. <width>201</width>
  1089. <height>61</height>
  1090. </rect>
  1091. </property>
  1092. <property name="text">
  1093. <string>雷达信号生成</string>
  1094. </property>
  1095. </widget>
  1096. <widget class="QChartView" name="SimShow" native="true">
  1097. <property name="geometry">
  1098. <rect>
  1099. <x>630</x>
  1100. <y>100</y>
  1101. <width>721</width>
  1102. <height>531</height>
  1103. </rect>
  1104. </property>
  1105. </widget>
  1106. </widget>
  1107. </widget>
  1108. </widget>
  1109. <widget class="QMenuBar" name="menuBar">
  1110. <property name="geometry">
  1111. <rect>
  1112. <x>0</x>
  1113. <y>0</y>
  1114. <width>1410</width>
  1115. <height>26</height>
  1116. </rect>
  1117. </property>
  1118. </widget>
  1119. <widget class="QToolBar" name="mainToolBar">
  1120. <attribute name="toolBarArea">
  1121. <enum>TopToolBarArea</enum>
  1122. </attribute>
  1123. <attribute name="toolBarBreak">
  1124. <bool>false</bool>
  1125. </attribute>
  1126. </widget>
  1127. <widget class="QStatusBar" name="statusBar"/>
  1128. </widget>
  1129. <layoutdefault spacing="6" margin="11"/>
  1130. <customwidgets>
  1131. <customwidget>
  1132. <class>QChartView</class>
  1133. <extends>QWidget</extends>
  1134. <header>qchartview.h</header>
  1135. <container>1</container>
  1136. </customwidget>
  1137. </customwidgets>
  1138. <resources/>
  1139. <connections/>
  1140. </ui>