mainwindow.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  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>724</width>
  10. <height>948</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>favicon.ico</normaloff>favicon.ico</iconset>
  19. </property>
  20. <property name="styleSheet">
  21. <string notr="true">font: 87 10pt &quot;Noto Sans&quot;;
  22. background-color: rgb(255, 85, 0);
  23. background-color: rgb(196, 25, 0);</string>
  24. </property>
  25. <widget class="QWidget" name="centralWidget">
  26. <property name="styleSheet">
  27. <string notr="true">border-color: rgb(0, 0, 0);
  28. background-color: rgb(0, 43, 54);
  29. QPushButton::hover:
  30. {
  31. opacity: 0.7;
  32. }
  33. </string>
  34. </property>
  35. <widget class="QLabel" name="label">
  36. <property name="geometry">
  37. <rect>
  38. <x>280</x>
  39. <y>10</y>
  40. <width>161</width>
  41. <height>31</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string/>
  46. </property>
  47. <property name="pixmap">
  48. <pixmap resource="kres.qrc">:/icons/icons/kstyleyo_logo.png</pixmap>
  49. </property>
  50. <property name="scaledContents">
  51. <bool>true</bool>
  52. </property>
  53. </widget>
  54. <widget class="QWidget" name="verticalLayoutWidget">
  55. <property name="geometry">
  56. <rect>
  57. <x>20</x>
  58. <y>50</y>
  59. <width>681</width>
  60. <height>870</height>
  61. </rect>
  62. </property>
  63. <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0,0,0,0">
  64. <property name="spacing">
  65. <number>4</number>
  66. </property>
  67. <item>
  68. <layout class="QGridLayout" name="gridLayout_2" rowstretch="5" columnstretch="0,0">
  69. <property name="sizeConstraint">
  70. <enum>QLayout::SetNoConstraint</enum>
  71. </property>
  72. <property name="spacing">
  73. <number>0</number>
  74. </property>
  75. <item row="0" column="0">
  76. <layout class="QVBoxLayout" name="verticalLayout_2" stretch="2,2,1,0,2,0">
  77. <property name="spacing">
  78. <number>4</number>
  79. </property>
  80. <item>
  81. <widget class="QLabel" name="selectProcessTitle">
  82. <property name="styleSheet">
  83. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  84. color: rgb(131, 148, 150);
  85. font-weight: 700;</string>
  86. </property>
  87. <property name="text">
  88. <string>Select process to execute</string>
  89. </property>
  90. <property name="scaledContents">
  91. <bool>false</bool>
  92. </property>
  93. <property name="alignment">
  94. <set>Qt::AlignCenter</set>
  95. </property>
  96. <property name="margin">
  97. <number>0</number>
  98. </property>
  99. <property name="indent">
  100. <number>-1</number>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QComboBox" name="appList">
  106. <property name="styleSheet">
  107. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  108. background-color: #2f535f;
  109. color: rgb(131, 148, 150);
  110. font-weight: 700;
  111. </string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <layout class="QHBoxLayout" name="horizontalLayout_2">
  117. <property name="spacing">
  118. <number>4</number>
  119. </property>
  120. <item>
  121. <widget class="QPushButton" name="addArgs">
  122. <property name="sizePolicy">
  123. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  124. <horstretch>100</horstretch>
  125. <verstretch>0</verstretch>
  126. </sizepolicy>
  127. </property>
  128. <property name="autoFillBackground">
  129. <bool>false</bool>
  130. </property>
  131. <property name="styleSheet">
  132. <string notr="true">background-color: rgb(255, 85, 0);
  133. font: 87 11pt &quot;Noto Sans&quot;;
  134. color: rgb(0, 43, 54);
  135. font-weight: 700;
  136. padding: 4px;
  137. border-style: outset;
  138. border-width: 2px;
  139. border-radius: 4px;
  140. border-color: #00000f;
  141. min-width: 4em;
  142. padding: 4px;</string>
  143. </property>
  144. <property name="text">
  145. <string>Args</string>
  146. </property>
  147. <property name="icon">
  148. <iconset resource="kres.qrc">
  149. <normaloff>:/icons/icons/arguments.png</normaloff>:/icons/icons/arguments.png</iconset>
  150. </property>
  151. <property name="flat">
  152. <bool>false</bool>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <widget class="QPushButton" name="execute">
  158. <property name="sizePolicy">
  159. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  160. <horstretch>100</horstretch>
  161. <verstretch>0</verstretch>
  162. </sizepolicy>
  163. </property>
  164. <property name="font">
  165. <font>
  166. <family>Noto Sans</family>
  167. <pointsize>11</pointsize>
  168. <weight>87</weight>
  169. <italic>false</italic>
  170. <bold>true</bold>
  171. <kerning>true</kerning>
  172. </font>
  173. </property>
  174. <property name="autoFillBackground">
  175. <bool>false</bool>
  176. </property>
  177. <property name="styleSheet">
  178. <string notr="true">background-color: rgb(255, 85, 0);
  179. font: 87 11pt &quot;Noto Sans&quot;;
  180. color: rgb(0, 43, 54);
  181. font-weight: 700;
  182. padding: 4px;
  183. border-style: outset;
  184. border-width: 2px;
  185. border-radius: 4px;
  186. border-color: #00000f;
  187. min-width: 4em;
  188. padding: 4px;</string>
  189. </property>
  190. <property name="text">
  191. <string>Execute</string>
  192. </property>
  193. <property name="icon">
  194. <iconset resource="kres.qrc">
  195. <normaloff>:/icons/icons/execute.png</normaloff>:/icons/icons/execute.png</iconset>
  196. </property>
  197. <property name="checkable">
  198. <bool>false</bool>
  199. </property>
  200. <property name="checked">
  201. <bool>false</bool>
  202. </property>
  203. <property name="default">
  204. <bool>false</bool>
  205. </property>
  206. <property name="flat">
  207. <bool>false</bool>
  208. </property>
  209. </widget>
  210. </item>
  211. </layout>
  212. </item>
  213. <item>
  214. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,0">
  215. <property name="spacing">
  216. <number>4</number>
  217. </property>
  218. <item>
  219. <layout class="QVBoxLayout" name="verticalLayout_3">
  220. <property name="spacing">
  221. <number>4</number>
  222. </property>
  223. <item>
  224. <widget class="QLabel" name="messagesTitle">
  225. <property name="styleSheet">
  226. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  227. color: rgb(131, 148, 150);
  228. font-weight: 700;</string>
  229. </property>
  230. <property name="text">
  231. <string>History</string>
  232. </property>
  233. </widget>
  234. </item>
  235. <item>
  236. <widget class="QTextEdit" name="messages">
  237. <property name="sizePolicy">
  238. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  239. <horstretch>0</horstretch>
  240. <verstretch>0</verstretch>
  241. </sizepolicy>
  242. </property>
  243. <property name="toolTip">
  244. <string>Messages</string>
  245. </property>
  246. <property name="toolTipDuration">
  247. <number>1</number>
  248. </property>
  249. <property name="autoFillBackground">
  250. <bool>false</bool>
  251. </property>
  252. <property name="styleSheet">
  253. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  254. background-color: #2f535f;
  255. color: rgb(131, 148, 150);
  256. font-weight: 700;
  257. </string>
  258. </property>
  259. <property name="lineWrapMode">
  260. <enum>QTextEdit::WidgetWidth</enum>
  261. </property>
  262. <property name="readOnly">
  263. <bool>true</bool>
  264. </property>
  265. <property name="placeholderText">
  266. <string notr="true"/>
  267. </property>
  268. </widget>
  269. </item>
  270. </layout>
  271. </item>
  272. <item>
  273. <widget class="QPushButton" name="viewConsole">
  274. <property name="sizePolicy">
  275. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  276. <horstretch>0</horstretch>
  277. <verstretch>0</verstretch>
  278. </sizepolicy>
  279. </property>
  280. <property name="autoFillBackground">
  281. <bool>false</bool>
  282. </property>
  283. <property name="styleSheet">
  284. <string notr="true">background-color: #c41900;
  285. font: 87 11pt &quot;Noto Sans&quot;;
  286. color: rgb(0, 0, 0);
  287. font-weight: 700;
  288. padding: 4px;
  289. border-style: outset;
  290. border-width: 2px;
  291. border-radius: 4px;
  292. border-color: #00000f;
  293. min-width: 4em;
  294. padding: 4px;</string>
  295. </property>
  296. <property name="text">
  297. <string>Console</string>
  298. </property>
  299. <property name="icon">
  300. <iconset resource="kres.qrc">
  301. <normaloff>:/icons/log.png</normaloff>:/icons/log.png</iconset>
  302. </property>
  303. <property name="flat">
  304. <bool>false</bool>
  305. </property>
  306. </widget>
  307. </item>
  308. </layout>
  309. </item>
  310. <item>
  311. <widget class="QLabel" name="processListTitle">
  312. <property name="styleSheet">
  313. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  314. color: rgb(131, 148, 150);
  315. font-weight: 700;</string>
  316. </property>
  317. <property name="text">
  318. <string>Processes</string>
  319. </property>
  320. <property name="margin">
  321. <number>0</number>
  322. </property>
  323. </widget>
  324. </item>
  325. <item>
  326. <widget class="QListView" name="processList">
  327. <property name="sizePolicy">
  328. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  329. <horstretch>0</horstretch>
  330. <verstretch>0</verstretch>
  331. </sizepolicy>
  332. </property>
  333. <property name="styleSheet">
  334. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  335. background-color: #2f535f;
  336. color: rgb(131, 148, 150);
  337. font-weight: 700;
  338. </string>
  339. </property>
  340. <property name="spacing">
  341. <number>2</number>
  342. </property>
  343. </widget>
  344. </item>
  345. </layout>
  346. </item>
  347. <item row="0" column="1">
  348. <layout class="QGridLayout" name="gridLayout" rowstretch="1"/>
  349. </item>
  350. </layout>
  351. </item>
  352. <item>
  353. <widget class="QLabel" name="eventListTitle">
  354. <property name="styleSheet">
  355. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  356. color: rgb(131, 148, 150);
  357. font-weight: 700;</string>
  358. </property>
  359. <property name="text">
  360. <string>Events</string>
  361. </property>
  362. </widget>
  363. </item>
  364. <item>
  365. <widget class="QListView" name="eventList">
  366. <property name="sizePolicy">
  367. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  368. <horstretch>0</horstretch>
  369. <verstretch>0</verstretch>
  370. </sizepolicy>
  371. </property>
  372. <property name="styleSheet">
  373. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  374. background-color: #2f535f;
  375. color: rgb(131, 148, 150);
  376. font-weight: 700;
  377. </string>
  378. </property>
  379. <property name="alternatingRowColors">
  380. <bool>false</bool>
  381. </property>
  382. <property name="isWrapping" stdset="0">
  383. <bool>false</bool>
  384. </property>
  385. <property name="resizeMode">
  386. <enum>QListView::Fixed</enum>
  387. </property>
  388. <property name="spacing">
  389. <number>2</number>
  390. </property>
  391. <property name="modelColumn">
  392. <number>0</number>
  393. </property>
  394. <property name="wordWrap">
  395. <bool>true</bool>
  396. </property>
  397. </widget>
  398. </item>
  399. <item>
  400. <layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0" columnstretch="0">
  401. <property name="sizeConstraint">
  402. <enum>QLayout::SetMinimumSize</enum>
  403. </property>
  404. <property name="spacing">
  405. <number>4</number>
  406. </property>
  407. <item row="2" column="0">
  408. <layout class="QHBoxLayout" name="horizontalLayout">
  409. <property name="spacing">
  410. <number>4</number>
  411. </property>
  412. </layout>
  413. </item>
  414. <item row="1" column="0">
  415. <widget class="QTextEdit" name="inputText">
  416. <property name="sizePolicy">
  417. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  418. <horstretch>0</horstretch>
  419. <verstretch>0</verstretch>
  420. </sizepolicy>
  421. </property>
  422. <property name="styleSheet">
  423. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  424. background-color: #2f535f;
  425. color: rgb(131, 148, 150);
  426. font-weight: 700;
  427. </string>
  428. </property>
  429. </widget>
  430. </item>
  431. <item row="0" column="0">
  432. <widget class="QLabel" name="inputTitle">
  433. <property name="styleSheet">
  434. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  435. color: rgb(131, 148, 150);
  436. font-weight: 700;</string>
  437. </property>
  438. <property name="text">
  439. <string>Input</string>
  440. </property>
  441. </widget>
  442. </item>
  443. </layout>
  444. </item>
  445. <item>
  446. <layout class="QHBoxLayout" name="horizontalLayout_3">
  447. <property name="spacing">
  448. <number>4</number>
  449. </property>
  450. <item>
  451. <widget class="QPushButton" name="disconnect">
  452. <property name="sizePolicy">
  453. <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
  454. <horstretch>0</horstretch>
  455. <verstretch>0</verstretch>
  456. </sizepolicy>
  457. </property>
  458. <property name="autoFillBackground">
  459. <bool>false</bool>
  460. </property>
  461. <property name="styleSheet">
  462. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  463. color: rgb(0, 0, 0);
  464. background-color: rgb(255, 0, 4);
  465. font-weight: 700;
  466. padding: 4px;
  467. border-style: outset;
  468. border-width: 2px;
  469. border-radius: 4px;
  470. border-color: #00000f;
  471. min-width: 4em;
  472. padding: 4px;</string>
  473. </property>
  474. <property name="text">
  475. <string>Disconnect</string>
  476. </property>
  477. <property name="icon">
  478. <iconset resource="kres.qrc">
  479. <normaloff>:/icons/disconnect.png</normaloff>:/icons/disconnect.png</iconset>
  480. </property>
  481. <property name="flat">
  482. <bool>false</bool>
  483. </property>
  484. </widget>
  485. </item>
  486. <item>
  487. <widget class="QPushButton" name="tasks">
  488. <property name="sizePolicy">
  489. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  490. <horstretch>0</horstretch>
  491. <verstretch>0</verstretch>
  492. </sizepolicy>
  493. </property>
  494. <property name="autoFillBackground">
  495. <bool>false</bool>
  496. </property>
  497. <property name="styleSheet">
  498. <string notr="true">background-color: rgb(255, 85, 0);
  499. font: 87 11pt &quot;Noto Sans&quot;;
  500. color: rgb(0, 43, 54);
  501. font-weight: 700;
  502. padding: 4px;
  503. border-style: outset;
  504. border-width: 2px;
  505. border-radius: 4px;
  506. border-color: #00000f;
  507. min-width: 4em;
  508. padding: 4px;</string>
  509. </property>
  510. <property name="text">
  511. <string>Tasks</string>
  512. </property>
  513. <property name="icon">
  514. <iconset resource="kres.qrc">
  515. <normaloff>:/icons/icons/task.png</normaloff>:/icons/icons/task.png</iconset>
  516. </property>
  517. <property name="flat">
  518. <bool>false</bool>
  519. </property>
  520. </widget>
  521. </item>
  522. <item>
  523. <widget class="QPushButton" name="sendMessage">
  524. <property name="sizePolicy">
  525. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  526. <horstretch>0</horstretch>
  527. <verstretch>0</verstretch>
  528. </sizepolicy>
  529. </property>
  530. <property name="autoFillBackground">
  531. <bool>false</bool>
  532. </property>
  533. <property name="styleSheet">
  534. <string notr="true">background-color: rgb(130, 255, 121);
  535. background-color: rgb(2, 180, 43);
  536. font: 87 11pt &quot;Noto Sans&quot;;
  537. color: rgb(0, 0, 0);
  538. font-weight: 700;
  539. padding: 4px;
  540. border-style: outset;
  541. border-width: 2px;
  542. border-radius: 4px;
  543. border-color: #00000f;
  544. min-width: 4em;
  545. padding: 4px;</string>
  546. </property>
  547. <property name="text">
  548. <string>Send</string>
  549. </property>
  550. <property name="icon">
  551. <iconset resource="kres.qrc">
  552. <normaloff>:/icons/send-button.png</normaloff>:/icons/send-button.png</iconset>
  553. </property>
  554. <property name="checkable">
  555. <bool>false</bool>
  556. </property>
  557. <property name="autoDefault">
  558. <bool>false</bool>
  559. </property>
  560. <property name="default">
  561. <bool>false</bool>
  562. </property>
  563. <property name="flat">
  564. <bool>false</bool>
  565. </property>
  566. </widget>
  567. </item>
  568. </layout>
  569. </item>
  570. <item>
  571. <layout class="QHBoxLayout" name="horizontalLayout_5">
  572. <property name="spacing">
  573. <number>4</number>
  574. </property>
  575. </layout>
  576. </item>
  577. <item>
  578. <widget class="QProgressBar" name="progressBar">
  579. <property name="sizePolicy">
  580. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  581. <horstretch>0</horstretch>
  582. <verstretch>0</verstretch>
  583. </sizepolicy>
  584. </property>
  585. <property name="styleSheet">
  586. <string notr="true">background-color: #2f535f;
  587. font: 87 11pt &quot;Noto Sans&quot;;
  588. color: rgb(0, 0, 0);</string>
  589. </property>
  590. <property name="value">
  591. <number>0</number>
  592. </property>
  593. </widget>
  594. </item>
  595. </layout>
  596. </widget>
  597. <widget class="ConnectionIndicator" name="led">
  598. <property name="geometry">
  599. <rect>
  600. <x>540</x>
  601. <y>30</y>
  602. <width>40</width>
  603. <height>20</height>
  604. </rect>
  605. </property>
  606. <property name="text">
  607. <string/>
  608. </property>
  609. </widget>
  610. <widget class="QPushButton" name="connect">
  611. <property name="geometry">
  612. <rect>
  613. <x>10</x>
  614. <y>50</y>
  615. <width>0</width>
  616. <height>0</height>
  617. </rect>
  618. </property>
  619. <property name="minimumSize">
  620. <size>
  621. <width>0</width>
  622. <height>0</height>
  623. </size>
  624. </property>
  625. <property name="maximumSize">
  626. <size>
  627. <width>0</width>
  628. <height>0</height>
  629. </size>
  630. </property>
  631. <property name="font">
  632. <font>
  633. <family>Noto Sans</family>
  634. <pointsize>36</pointsize>
  635. <weight>87</weight>
  636. <italic>false</italic>
  637. <bold>true</bold>
  638. </font>
  639. </property>
  640. <property name="autoFillBackground">
  641. <bool>false</bool>
  642. </property>
  643. <property name="styleSheet">
  644. <string notr="true">font: 87 36pt &quot;Noto Sans&quot;;
  645. color: rgb(0, 0, 0);
  646. background-color: rgb(2, 180, 43);
  647. font-weight: 700;
  648. padding: 4px;
  649. border-style: outset;
  650. border-width: 2px;
  651. border-radius: 6px;
  652. border-color: #00000f;
  653. min-width: 1em;
  654. min-height: 1em;
  655. padding: 4px;
  656. opacity: 0.3;</string>
  657. </property>
  658. <property name="text">
  659. <string>Connect</string>
  660. </property>
  661. <property name="icon">
  662. <iconset resource="kres.qrc">
  663. <normaloff>:/icons/icons/start.png</normaloff>:/icons/icons/start.png</iconset>
  664. </property>
  665. <property name="iconSize">
  666. <size>
  667. <width>64</width>
  668. <height>64</height>
  669. </size>
  670. </property>
  671. <property name="flat">
  672. <bool>false</bool>
  673. </property>
  674. </widget>
  675. </widget>
  676. <widget class="QMenuBar" name="menuBar">
  677. <property name="geometry">
  678. <rect>
  679. <x>0</x>
  680. <y>0</y>
  681. <width>724</width>
  682. <height>23</height>
  683. </rect>
  684. </property>
  685. <widget class="QMenu" name="menuK_Y_GUI">
  686. <property name="title">
  687. <string>K Y GUI</string>
  688. </property>
  689. </widget>
  690. <addaction name="menuK_Y_GUI"/>
  691. </widget>
  692. <widget class="QToolBar" name="mainToolBar">
  693. <attribute name="toolBarArea">
  694. <enum>TopToolBarArea</enum>
  695. </attribute>
  696. <attribute name="toolBarBreak">
  697. <bool>false</bool>
  698. </attribute>
  699. </widget>
  700. <widget class="QStatusBar" name="statusBar"/>
  701. </widget>
  702. <layoutdefault spacing="6" margin="11"/>
  703. <customwidgets>
  704. <customwidget>
  705. <class>ConnectionIndicator</class>
  706. <extends>QLabel</extends>
  707. <header>include/connection_indicator.h</header>
  708. </customwidget>
  709. </customwidgets>
  710. <resources>
  711. <include location="kres.qrc"/>
  712. </resources>
  713. <connections/>
  714. </ui>