new_project.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773
  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="enabled">
  6. <bool>true</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>1052</width>
  13. <height>926</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>MainWindow</string>
  18. </property>
  19. <widget class="QWidget" name="centralwidget">
  20. <widget class="QPushButton" name="pushButton">
  21. <property name="geometry">
  22. <rect>
  23. <x>10</x>
  24. <y>320</y>
  25. <width>91</width>
  26. <height>31</height>
  27. </rect>
  28. </property>
  29. <property name="text">
  30. <string>Simple Plot</string>
  31. </property>
  32. </widget>
  33. <widget class="QWidget" name="layoutWidget">
  34. <property name="geometry">
  35. <rect>
  36. <x>10</x>
  37. <y>100</y>
  38. <width>141</width>
  39. <height>52</height>
  40. </rect>
  41. </property>
  42. <layout class="QVBoxLayout" name="verticalLayout">
  43. <item>
  44. <widget class="QLabel" name="label_2">
  45. <property name="font">
  46. <font>
  47. <weight>75</weight>
  48. <bold>true</bold>
  49. </font>
  50. </property>
  51. <property name="text">
  52. <string>File selection</string>
  53. </property>
  54. <property name="textFormat">
  55. <enum>Qt::AutoText</enum>
  56. </property>
  57. <property name="alignment">
  58. <set>Qt::AlignCenter</set>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <widget class="QComboBox" name="comboBox">
  64. <item>
  65. <property name="text">
  66. <string>Новый элемент</string>
  67. </property>
  68. </item>
  69. </widget>
  70. </item>
  71. </layout>
  72. </widget>
  73. <widget class="QWidget" name="layoutWidget">
  74. <property name="geometry">
  75. <rect>
  76. <x>10</x>
  77. <y>10</y>
  78. <width>631</width>
  79. <height>72</height>
  80. </rect>
  81. </property>
  82. <layout class="QGridLayout" name="gridLayout">
  83. <item row="0" column="0">
  84. <widget class="QSplitter" name="splitter_5">
  85. <property name="orientation">
  86. <enum>Qt::Horizontal</enum>
  87. </property>
  88. <widget class="QLabel" name="label_4">
  89. <property name="text">
  90. <string>Name:</string>
  91. </property>
  92. </widget>
  93. <widget class="QLineEdit" name="lineEdit_5">
  94. <property name="placeholderText">
  95. <string>omni.lst</string>
  96. </property>
  97. <property name="clearButtonEnabled">
  98. <bool>true</bool>
  99. </property>
  100. </widget>
  101. </widget>
  102. </item>
  103. <item row="1" column="0">
  104. <widget class="QSplitter" name="splitter">
  105. <property name="orientation">
  106. <enum>Qt::Horizontal</enum>
  107. </property>
  108. <widget class="QLineEdit" name="lineEdit">
  109. <property name="frame">
  110. <bool>true</bool>
  111. </property>
  112. <property name="echoMode">
  113. <enum>QLineEdit::Normal</enum>
  114. </property>
  115. <property name="dragEnabled">
  116. <bool>false</bool>
  117. </property>
  118. <property name="placeholderText">
  119. <string>link</string>
  120. </property>
  121. <property name="cursorMoveStyle">
  122. <enum>Qt::LogicalMoveStyle</enum>
  123. </property>
  124. <property name="clearButtonEnabled">
  125. <bool>true</bool>
  126. </property>
  127. </widget>
  128. <widget class="QPushButton" name="pushButton_Download">
  129. <property name="styleSheet">
  130. <string notr="true">background-color: rgb(243, 243, 243);</string>
  131. </property>
  132. <property name="text">
  133. <string>Download</string>
  134. </property>
  135. </widget>
  136. </widget>
  137. </item>
  138. <item row="0" column="1" rowspan="2">
  139. <widget class="QTextBrowser" name="textBrowser">
  140. <property name="html">
  141. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  142. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  143. p, li { white-space: pre-wrap; }
  144. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Noto Sans, '; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
  145. &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;https://omniweb.gsfc.nasa.gov/form/om_filt_min.html&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  146. </property>
  147. </widget>
  148. </item>
  149. </layout>
  150. </widget>
  151. <widget class="Line" name="line">
  152. <property name="geometry">
  153. <rect>
  154. <x>10</x>
  155. <y>80</y>
  156. <width>631</width>
  157. <height>16</height>
  158. </rect>
  159. </property>
  160. <property name="orientation">
  161. <enum>Qt::Horizontal</enum>
  162. </property>
  163. </widget>
  164. <widget class="QScrollArea" name="scrollArea">
  165. <property name="geometry">
  166. <rect>
  167. <x>10</x>
  168. <y>160</y>
  169. <width>151</width>
  170. <height>151</height>
  171. </rect>
  172. </property>
  173. <property name="widgetResizable">
  174. <bool>true</bool>
  175. </property>
  176. <widget class="QWidget" name="scrollAreaWidgetContents_2">
  177. <property name="geometry">
  178. <rect>
  179. <x>0</x>
  180. <y>0</y>
  181. <width>135</width>
  182. <height>372</height>
  183. </rect>
  184. </property>
  185. <layout class="QVBoxLayout" name="verticalLayout_4">
  186. <item>
  187. <widget class="QCheckBox" name="checkBox_ASY_D">
  188. <property name="text">
  189. <string>ASY-D</string>
  190. </property>
  191. </widget>
  192. </item>
  193. <item>
  194. <widget class="QCheckBox" name="checkBox_SYM_H">
  195. <property name="text">
  196. <string>SYM-H</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <widget class="QCheckBox" name="checkBox_SYM_D">
  202. <property name="text">
  203. <string>SYM-D</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item>
  208. <widget class="QCheckBox" name="checkBox_ASY_H">
  209. <property name="text">
  210. <string>ASY-H</string>
  211. </property>
  212. </widget>
  213. </item>
  214. <item>
  215. <widget class="QCheckBox" name="checkBox_Vx">
  216. <property name="text">
  217. <string>Vx</string>
  218. </property>
  219. </widget>
  220. </item>
  221. <item>
  222. <widget class="QCheckBox" name="checkBox_Vy">
  223. <property name="text">
  224. <string>Vy</string>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QCheckBox" name="checkBox_Vz">
  230. <property name="text">
  231. <string>Vz</string>
  232. </property>
  233. </widget>
  234. </item>
  235. <item>
  236. <widget class="QCheckBox" name="checkBox_Bx">
  237. <property name="text">
  238. <string>Bx(GSE_GSM)</string>
  239. </property>
  240. </widget>
  241. </item>
  242. <item>
  243. <widget class="QCheckBox" name="checkBox_By_GSE">
  244. <property name="text">
  245. <string>By(GSE)</string>
  246. </property>
  247. </widget>
  248. </item>
  249. <item>
  250. <widget class="QCheckBox" name="checkBox_Bz_GSE">
  251. <property name="text">
  252. <string>Bz(GSE)</string>
  253. </property>
  254. </widget>
  255. </item>
  256. <item>
  257. <widget class="QCheckBox" name="checkBox_By_GSM">
  258. <property name="text">
  259. <string>By(GSM)</string>
  260. </property>
  261. </widget>
  262. </item>
  263. <item>
  264. <widget class="QCheckBox" name="checkBox_Bz_GSM">
  265. <property name="text">
  266. <string>Bz(GSM)</string>
  267. </property>
  268. </widget>
  269. </item>
  270. </layout>
  271. </widget>
  272. </widget>
  273. <widget class="QTabWidget" name="tabWidget_2">
  274. <property name="geometry">
  275. <rect>
  276. <x>190</x>
  277. <y>100</y>
  278. <width>451</width>
  279. <height>521</height>
  280. </rect>
  281. </property>
  282. <property name="currentIndex">
  283. <number>1</number>
  284. </property>
  285. <widget class="QWidget" name="tab_3">
  286. <attribute name="title">
  287. <string>Tab 1</string>
  288. </attribute>
  289. <widget class="QRadioButton" name="radioButton">
  290. <property name="geometry">
  291. <rect>
  292. <x>20</x>
  293. <y>10</y>
  294. <width>122</width>
  295. <height>24</height>
  296. </rect>
  297. </property>
  298. <property name="autoFillBackground">
  299. <bool>false</bool>
  300. </property>
  301. <property name="text">
  302. <string>Default settings</string>
  303. </property>
  304. <property name="checked">
  305. <bool>true</bool>
  306. </property>
  307. <property name="autoExclusive">
  308. <bool>true</bool>
  309. </property>
  310. </widget>
  311. <widget class="QWidget" name="layoutWidget">
  312. <property name="geometry">
  313. <rect>
  314. <x>20</x>
  315. <y>40</y>
  316. <width>311</width>
  317. <height>144</height>
  318. </rect>
  319. </property>
  320. <layout class="QGridLayout" name="gridLayout_3">
  321. <item row="1" column="2" colspan="2">
  322. <widget class="QLineEdit" name="lineEdit_6">
  323. <property name="dragEnabled">
  324. <bool>false</bool>
  325. </property>
  326. <property name="placeholderText">
  327. <string>1</string>
  328. </property>
  329. </widget>
  330. </item>
  331. <item row="2" column="0" colspan="2">
  332. <widget class="QLabel" name="label_3">
  333. <property name="frameShape">
  334. <enum>QFrame::StyledPanel</enum>
  335. </property>
  336. <property name="text">
  337. <string>Number of counts:</string>
  338. </property>
  339. </widget>
  340. </item>
  341. <item row="0" column="1">
  342. <widget class="QLineEdit" name="lineEdit_3">
  343. <property name="placeholderText">
  344. <string>1</string>
  345. </property>
  346. </widget>
  347. </item>
  348. <item row="0" column="0">
  349. <widget class="QLabel" name="label">
  350. <property name="frameShape">
  351. <enum>QFrame::StyledPanel</enum>
  352. </property>
  353. <property name="text">
  354. <string>Window:</string>
  355. </property>
  356. </widget>
  357. </item>
  358. <item row="0" column="2" colspan="2">
  359. <widget class="QComboBox" name="comboBox_2">
  360. <item>
  361. <property name="text">
  362. <string>hamming</string>
  363. </property>
  364. </item>
  365. <item>
  366. <property name="text">
  367. <string>kaiser</string>
  368. </property>
  369. </item>
  370. <item>
  371. <property name="text">
  372. <string>tukeywin</string>
  373. </property>
  374. </item>
  375. <item>
  376. <property name="text">
  377. <string>hanning</string>
  378. </property>
  379. </item>
  380. <item>
  381. <property name="text">
  382. <string>triang</string>
  383. </property>
  384. </item>
  385. <item>
  386. <property name="text">
  387. <string>bartlett</string>
  388. </property>
  389. </item>
  390. <item>
  391. <property name="text">
  392. <string>parzenwin</string>
  393. </property>
  394. </item>
  395. <item>
  396. <property name="text">
  397. <string>rectwin</string>
  398. </property>
  399. </item>
  400. <item>
  401. <property name="text">
  402. <string>blackman</string>
  403. </property>
  404. </item>
  405. <item>
  406. <property name="text">
  407. <string>boxcar</string>
  408. </property>
  409. </item>
  410. <item>
  411. <property name="text">
  412. <string>gaussian</string>
  413. </property>
  414. </item>
  415. <item>
  416. <property name="text">
  417. <string>gausswin</string>
  418. </property>
  419. </item>
  420. </widget>
  421. </item>
  422. <item row="1" column="0" colspan="2">
  423. <widget class="QLabel" name="label_5">
  424. <property name="frameShape">
  425. <enum>QFrame::StyledPanel</enum>
  426. </property>
  427. <property name="text">
  428. <string>Downsampling:</string>
  429. </property>
  430. </widget>
  431. </item>
  432. <item row="2" column="2" colspan="2">
  433. <widget class="QLineEdit" name="lineEdit_7">
  434. <property name="placeholderText">
  435. <string>1000</string>
  436. </property>
  437. </widget>
  438. </item>
  439. </layout>
  440. </widget>
  441. <widget class="QLineEdit" name="lineEdit_2">
  442. <property name="geometry">
  443. <rect>
  444. <x>20</x>
  445. <y>200</y>
  446. <width>113</width>
  447. <height>31</height>
  448. </rect>
  449. </property>
  450. <property name="inputMask">
  451. <string/>
  452. </property>
  453. <property name="text">
  454. <string/>
  455. </property>
  456. <property name="placeholderText">
  457. <string>Start point</string>
  458. </property>
  459. <property name="clearButtonEnabled">
  460. <bool>true</bool>
  461. </property>
  462. </widget>
  463. <widget class="QPushButton" name="pushButton_SaveConfig">
  464. <property name="geometry">
  465. <rect>
  466. <x>140</x>
  467. <y>200</y>
  468. <width>131</width>
  469. <height>31</height>
  470. </rect>
  471. </property>
  472. <property name="text">
  473. <string>Save configuration</string>
  474. </property>
  475. </widget>
  476. <widget class="QTabWidget" name="tabWidget">
  477. <property name="geometry">
  478. <rect>
  479. <x>20</x>
  480. <y>240</y>
  481. <width>401</width>
  482. <height>241</height>
  483. </rect>
  484. </property>
  485. <property name="currentIndex">
  486. <number>1</number>
  487. </property>
  488. <widget class="QWidget" name="tab">
  489. <attribute name="title">
  490. <string>Python</string>
  491. </attribute>
  492. <widget class="QWidget" name="layoutWidget">
  493. <property name="geometry">
  494. <rect>
  495. <x>10</x>
  496. <y>10</y>
  497. <width>151</width>
  498. <height>131</height>
  499. </rect>
  500. </property>
  501. <layout class="QVBoxLayout" name="verticalLayout_3">
  502. <item>
  503. <widget class="QPushButton" name="pushButton_2">
  504. <property name="text">
  505. <string>WignerVille</string>
  506. </property>
  507. </widget>
  508. </item>
  509. <item>
  510. <widget class="QPushButton" name="pushButton_4">
  511. <property name="text">
  512. <string>MargenauHill</string>
  513. </property>
  514. </widget>
  515. </item>
  516. <item>
  517. <widget class="QPushButton" name="pushButton_3">
  518. <property name="text">
  519. <string>Page</string>
  520. </property>
  521. </widget>
  522. </item>
  523. <item>
  524. <widget class="QPushButton" name="pushButton_6">
  525. <property name="text">
  526. <string>Spectrogram</string>
  527. </property>
  528. </widget>
  529. </item>
  530. </layout>
  531. </widget>
  532. </widget>
  533. <widget class="QWidget" name="tab_2">
  534. <attribute name="title">
  535. <string>Octave</string>
  536. </attribute>
  537. <widget class="QWidget" name="layoutWidget">
  538. <property name="geometry">
  539. <rect>
  540. <x>10</x>
  541. <y>10</y>
  542. <width>363</width>
  543. <height>188</height>
  544. </rect>
  545. </property>
  546. <layout class="QGridLayout" name="gridLayout_2">
  547. <item row="0" column="0">
  548. <widget class="QPushButton" name="pushButton_7">
  549. <property name="text">
  550. <string>Born-Jordan</string>
  551. </property>
  552. </widget>
  553. </item>
  554. <item row="0" column="1">
  555. <widget class="QPushButton" name="pushButton_14">
  556. <property name="text">
  557. <string>Page</string>
  558. </property>
  559. </widget>
  560. </item>
  561. <item row="1" column="0">
  562. <widget class="QPushButton" name="pushButton_12">
  563. <property name="text">
  564. <string>Pseudo Wigner-Ville</string>
  565. </property>
  566. </widget>
  567. </item>
  568. <item row="1" column="1">
  569. <widget class="QPushButton" name="pushButton_8">
  570. <property name="text">
  571. <string>Choi-Williams</string>
  572. </property>
  573. </widget>
  574. </item>
  575. <item row="2" column="0">
  576. <widget class="QPushButton" name="pushButton_9">
  577. <property name="text">
  578. <string>Margenau-Hill</string>
  579. </property>
  580. </widget>
  581. </item>
  582. <item row="2" column="1">
  583. <widget class="QPushButton" name="pushButton_17">
  584. <property name="text">
  585. <string>Spectrogram</string>
  586. </property>
  587. </widget>
  588. </item>
  589. <item row="3" column="0">
  590. <widget class="QPushButton" name="pushButton_15">
  591. <property name="text">
  592. <string>Pseudo Page</string>
  593. </property>
  594. </widget>
  595. </item>
  596. <item row="3" column="1">
  597. <widget class="QPushButton" name="pushButton_16">
  598. <property name="text">
  599. <string>Rihaczek</string>
  600. </property>
  601. </widget>
  602. </item>
  603. <item row="4" column="0">
  604. <widget class="QPushButton" name="pushButton_13">
  605. <property name="text">
  606. <string>Wigner-Ville</string>
  607. </property>
  608. </widget>
  609. </item>
  610. <item row="4" column="1">
  611. <widget class="QPushButton" name="pushButton_11">
  612. <property name="text">
  613. <string>Pseudo Margenau-Hill</string>
  614. </property>
  615. </widget>
  616. </item>
  617. <item row="5" column="0">
  618. <widget class="QPushButton" name="pushButton_10">
  619. <property name="text">
  620. <string>Margenau-Hill-Spectrogram</string>
  621. </property>
  622. </widget>
  623. </item>
  624. <item row="5" column="1">
  625. <widget class="QPushButton" name="pushButton_18">
  626. <property name="text">
  627. <string>Zhao-Atlas-Marks</string>
  628. </property>
  629. </widget>
  630. </item>
  631. </layout>
  632. </widget>
  633. </widget>
  634. </widget>
  635. </widget>
  636. <widget class="QWidget" name="tab_4">
  637. <attribute name="title">
  638. <string>Tab 2</string>
  639. </attribute>
  640. <widget class="QSplitter" name="splitter_2">
  641. <property name="geometry">
  642. <rect>
  643. <x>10</x>
  644. <y>10</y>
  645. <width>121</width>
  646. <height>131</height>
  647. </rect>
  648. </property>
  649. <property name="orientation">
  650. <enum>Qt::Vertical</enum>
  651. </property>
  652. <widget class="QPushButton" name="pushButton_20">
  653. <property name="text">
  654. <string>Histogram</string>
  655. </property>
  656. </widget>
  657. <widget class="QPushButton" name="pushButton_21">
  658. <property name="text">
  659. <string>Entropy</string>
  660. </property>
  661. </widget>
  662. <widget class="QPushButton" name="pushButton_22">
  663. <property name="text">
  664. <string>Escort</string>
  665. </property>
  666. </widget>
  667. <widget class="QPushButton" name="pushButton_23">
  668. <property name="text">
  669. <string>Inf dicrimination</string>
  670. </property>
  671. </widget>
  672. </widget>
  673. <widget class="QWidget" name="">
  674. <property name="geometry">
  675. <rect>
  676. <x>180</x>
  677. <y>10</y>
  678. <width>161</width>
  679. <height>92</height>
  680. </rect>
  681. </property>
  682. <layout class="QGridLayout" name="gridLayout_4">
  683. <item row="0" column="0">
  684. <widget class="QLabel" name="label_y_limit">
  685. <property name="text">
  686. <string>y limit</string>
  687. </property>
  688. </widget>
  689. </item>
  690. <item row="1" column="0">
  691. <widget class="QLabel" name="label_x_limit">
  692. <property name="text">
  693. <string>x limit</string>
  694. </property>
  695. </widget>
  696. </item>
  697. <item row="0" column="1">
  698. <widget class="QLineEdit" name="lineEdit_y_start">
  699. <property name="placeholderText">
  700. <string>start</string>
  701. </property>
  702. </widget>
  703. </item>
  704. <item row="0" column="2">
  705. <widget class="QLineEdit" name="lineEdit_y_stop">
  706. <property name="placeholderText">
  707. <string>stop</string>
  708. </property>
  709. </widget>
  710. </item>
  711. <item row="1" column="2">
  712. <widget class="QLineEdit" name="lineEdit_x_stop">
  713. <property name="placeholderText">
  714. <string>stop</string>
  715. </property>
  716. </widget>
  717. </item>
  718. <item row="1" column="1">
  719. <widget class="QLineEdit" name="lineEdit_x_start">
  720. <property name="placeholderText">
  721. <string>start</string>
  722. </property>
  723. </widget>
  724. </item>
  725. <item row="2" column="0">
  726. <widget class="QLabel" name="label_6">
  727. <property name="text">
  728. <string>bins</string>
  729. </property>
  730. </widget>
  731. </item>
  732. <item row="2" column="1" colspan="2">
  733. <widget class="QLineEdit" name="lineEdit_bins"/>
  734. </item>
  735. </layout>
  736. </widget>
  737. </widget>
  738. </widget>
  739. </widget>
  740. <widget class="QMenuBar" name="menubar">
  741. <property name="geometry">
  742. <rect>
  743. <x>0</x>
  744. <y>0</y>
  745. <width>1052</width>
  746. <height>23</height>
  747. </rect>
  748. </property>
  749. <widget class="QMenu" name="menuHelp_2">
  750. <property name="title">
  751. <string>Help</string>
  752. </property>
  753. <addaction name="action1"/>
  754. <addaction name="actionChoose_file"/>
  755. </widget>
  756. <addaction name="menuHelp_2"/>
  757. </widget>
  758. <widget class="QStatusBar" name="statusbar"/>
  759. <action name="action1">
  760. <property name="text">
  761. <string>Download File</string>
  762. </property>
  763. </action>
  764. <action name="actionChoose_file">
  765. <property name="text">
  766. <string>Plot</string>
  767. </property>
  768. </action>
  769. </widget>
  770. <resources/>
  771. <connections/>
  772. </ui>