mainwindow.ui 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  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>960</width>
  10. <height>768</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="kres.qrc">
  18. <normaloff>:/icons/favicon.ico</normaloff>:/icons/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="logo">
  36. <property name="geometry">
  37. <rect>
  38. <x>450</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="ConnectionIndicator" name="led">
  55. <property name="geometry">
  56. <rect>
  57. <x>830</x>
  58. <y>110</y>
  59. <width>40</width>
  60. <height>20</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string/>
  65. </property>
  66. </widget>
  67. <widget class="QWidget" name="startScreen" native="true">
  68. <property name="enabled">
  69. <bool>true</bool>
  70. </property>
  71. <property name="geometry">
  72. <rect>
  73. <x>0</x>
  74. <y>30</y>
  75. <width>12</width>
  76. <height>12</height>
  77. </rect>
  78. </property>
  79. <property name="minimumSize">
  80. <size>
  81. <width>0</width>
  82. <height>0</height>
  83. </size>
  84. </property>
  85. <layout class="QVBoxLayout" name="connectScreen" stretch="0">
  86. <property name="spacing">
  87. <number>4</number>
  88. </property>
  89. <property name="sizeConstraint">
  90. <enum>QLayout::SetDefaultConstraint</enum>
  91. </property>
  92. <item>
  93. <layout class="QVBoxLayout" name="connectLayout" stretch="0,0">
  94. <property name="spacing">
  95. <number>4</number>
  96. </property>
  97. <item>
  98. <widget class="QPushButton" name="connect">
  99. <property name="sizePolicy">
  100. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  101. <horstretch>0</horstretch>
  102. <verstretch>0</verstretch>
  103. </sizepolicy>
  104. </property>
  105. <property name="minimumSize">
  106. <size>
  107. <width>79</width>
  108. <height>79</height>
  109. </size>
  110. </property>
  111. <property name="maximumSize">
  112. <size>
  113. <width>0</width>
  114. <height>0</height>
  115. </size>
  116. </property>
  117. <property name="font">
  118. <font>
  119. <family>Noto Sans</family>
  120. <pointsize>36</pointsize>
  121. <weight>87</weight>
  122. <italic>false</italic>
  123. <bold>true</bold>
  124. </font>
  125. </property>
  126. <property name="autoFillBackground">
  127. <bool>false</bool>
  128. </property>
  129. <property name="styleSheet">
  130. <string notr="true">font: 87 36pt &quot;Noto Sans&quot;;
  131. color: rgb(0, 0, 0);
  132. background-color: rgb(2, 180, 43);
  133. font-weight: 700;
  134. padding: 4px;
  135. border-style: outset;
  136. border-width: 2px;
  137. border-radius: 6px;
  138. border-color: #00000f;
  139. min-width: 1em;
  140. min-height: 1em;
  141. padding: 4px;
  142. opacity: 0.3;</string>
  143. </property>
  144. <property name="text">
  145. <string>Connect</string>
  146. </property>
  147. <property name="icon">
  148. <iconset resource="kres.qrc">
  149. <normaloff>:/icons/icons/start.png</normaloff>:/icons/icons/start.png</iconset>
  150. </property>
  151. <property name="iconSize">
  152. <size>
  153. <width>64</width>
  154. <height>64</height>
  155. </size>
  156. </property>
  157. <property name="flat">
  158. <bool>false</bool>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <widget class="QTextEdit" name="kyConfig">
  164. <property name="sizePolicy">
  165. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  166. <horstretch>0</horstretch>
  167. <verstretch>0</verstretch>
  168. </sizepolicy>
  169. </property>
  170. <property name="minimumSize">
  171. <size>
  172. <width>0</width>
  173. <height>0</height>
  174. </size>
  175. </property>
  176. <property name="maximumSize">
  177. <size>
  178. <width>0</width>
  179. <height>0</height>
  180. </size>
  181. </property>
  182. <property name="styleSheet">
  183. <string notr="true">color: #FFFFFF;
  184. font-weight: 700;</string>
  185. </property>
  186. </widget>
  187. </item>
  188. </layout>
  189. </item>
  190. </layout>
  191. </widget>
  192. <widget class="QWidget" name="horizontalLayoutWidget_2">
  193. <property name="geometry">
  194. <rect>
  195. <x>10</x>
  196. <y>50</y>
  197. <width>941</width>
  198. <height>651</height>
  199. </rect>
  200. </property>
  201. <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1">
  202. <property name="sizeConstraint">
  203. <enum>QLayout::SetMaximumSize</enum>
  204. </property>
  205. <item>
  206. <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
  207. <property name="spacing">
  208. <number>4</number>
  209. </property>
  210. <item>
  211. <layout class="QGridLayout" name="gridLayout_2" rowstretch="0" columnstretch="3,4" columnminimumwidth="0,0">
  212. <property name="sizeConstraint">
  213. <enum>QLayout::SetNoConstraint</enum>
  214. </property>
  215. <property name="spacing">
  216. <number>0</number>
  217. </property>
  218. <item row="0" column="0">
  219. <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,0,0,2">
  220. <property name="spacing">
  221. <number>4</number>
  222. </property>
  223. <item>
  224. <widget class="QLabel" name="selectProcessTitle">
  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>Select process</string>
  232. </property>
  233. <property name="scaledContents">
  234. <bool>false</bool>
  235. </property>
  236. <property name="alignment">
  237. <set>Qt::AlignCenter</set>
  238. </property>
  239. <property name="margin">
  240. <number>0</number>
  241. </property>
  242. <property name="indent">
  243. <number>-1</number>
  244. </property>
  245. </widget>
  246. </item>
  247. <item>
  248. <widget class="QComboBox" name="appList">
  249. <property name="autoFillBackground">
  250. <bool>true</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="editable">
  260. <bool>true</bool>
  261. </property>
  262. <property name="currentText">
  263. <string>Available Processes</string>
  264. </property>
  265. </widget>
  266. </item>
  267. <item>
  268. <widget class="QComboBox" name="ipcList">
  269. <property name="autoFillBackground">
  270. <bool>true</bool>
  271. </property>
  272. <property name="styleSheet">
  273. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  274. background-color: #2f535f;
  275. color: rgb(131, 148, 150);
  276. font-weight: 700;
  277. </string>
  278. </property>
  279. <property name="editable">
  280. <bool>true</bool>
  281. </property>
  282. <property name="currentText">
  283. <string>Get Results</string>
  284. </property>
  285. <item>
  286. <property name="text">
  287. <string>Get Results</string>
  288. </property>
  289. </item>
  290. </widget>
  291. </item>
  292. <item>
  293. <layout class="QHBoxLayout" name="horizontalLayout_2">
  294. <property name="spacing">
  295. <number>4</number>
  296. </property>
  297. <item>
  298. <widget class="QPushButton" name="addArgs">
  299. <property name="sizePolicy">
  300. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  301. <horstretch>100</horstretch>
  302. <verstretch>0</verstretch>
  303. </sizepolicy>
  304. </property>
  305. <property name="autoFillBackground">
  306. <bool>false</bool>
  307. </property>
  308. <property name="styleSheet">
  309. <string notr="true">background-color: rgb(255, 85, 0);
  310. font: 87 11pt &quot;Noto Sans&quot;;
  311. color: rgb(0, 43, 54);
  312. font-weight: 700;
  313. padding: 4px;
  314. border-style: outset;
  315. border-width: 2px;
  316. border-radius: 4px;
  317. border-color: #00000f;
  318. min-width: 4em;
  319. padding: 4px;</string>
  320. </property>
  321. <property name="text">
  322. <string>Configure</string>
  323. </property>
  324. <property name="icon">
  325. <iconset resource="kres.qrc">
  326. <normaloff>:/icons/icons/arguments.png</normaloff>:/icons/icons/arguments.png</iconset>
  327. </property>
  328. <property name="flat">
  329. <bool>false</bool>
  330. </property>
  331. </widget>
  332. </item>
  333. <item>
  334. <widget class="QPushButton" name="execute">
  335. <property name="sizePolicy">
  336. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  337. <horstretch>100</horstretch>
  338. <verstretch>0</verstretch>
  339. </sizepolicy>
  340. </property>
  341. <property name="font">
  342. <font>
  343. <family>Noto Sans</family>
  344. <pointsize>11</pointsize>
  345. <weight>87</weight>
  346. <italic>false</italic>
  347. <bold>true</bold>
  348. <kerning>true</kerning>
  349. </font>
  350. </property>
  351. <property name="autoFillBackground">
  352. <bool>false</bool>
  353. </property>
  354. <property name="styleSheet">
  355. <string notr="true">background-color: rgb(255, 85, 0);
  356. font: 87 11pt &quot;Noto Sans&quot;;
  357. color: rgb(0, 43, 54);
  358. font-weight: 700;
  359. padding: 4px;
  360. border-style: outset;
  361. border-width: 2px;
  362. border-radius: 4px;
  363. border-color: #00000f;
  364. min-width: 4em;
  365. padding: 4px;</string>
  366. </property>
  367. <property name="text">
  368. <string>Execute</string>
  369. </property>
  370. <property name="icon">
  371. <iconset resource="kres.qrc">
  372. <normaloff>:/icons/icons/execute.png</normaloff>:/icons/icons/execute.png</iconset>
  373. </property>
  374. <property name="checkable">
  375. <bool>false</bool>
  376. </property>
  377. <property name="checked">
  378. <bool>false</bool>
  379. </property>
  380. <property name="default">
  381. <bool>false</bool>
  382. </property>
  383. <property name="flat">
  384. <bool>false</bool>
  385. </property>
  386. </widget>
  387. </item>
  388. <item>
  389. <widget class="QPushButton" name="ipc">
  390. <property name="sizePolicy">
  391. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  392. <horstretch>100</horstretch>
  393. <verstretch>0</verstretch>
  394. </sizepolicy>
  395. </property>
  396. <property name="font">
  397. <font>
  398. <family>Noto Sans</family>
  399. <pointsize>11</pointsize>
  400. <weight>87</weight>
  401. <italic>false</italic>
  402. <bold>true</bold>
  403. <kerning>true</kerning>
  404. </font>
  405. </property>
  406. <property name="autoFillBackground">
  407. <bool>false</bool>
  408. </property>
  409. <property name="styleSheet">
  410. <string notr="true">background-color: rgb(255, 85, 0);
  411. font: 87 11pt &quot;Noto Sans&quot;;
  412. color: rgb(0, 43, 54);
  413. font-weight: 700;
  414. padding: 4px;
  415. border-style: outset;
  416. border-width: 2px;
  417. border-radius: 4px;
  418. border-color: #00000f;
  419. min-width: 4em;
  420. padding: 4px;</string>
  421. </property>
  422. <property name="text">
  423. <string>IPC</string>
  424. </property>
  425. <property name="icon">
  426. <iconset resource="kres.qrc">
  427. <normaloff>:/icons/icons/execute.png</normaloff>:/icons/icons/execute.png</iconset>
  428. </property>
  429. <property name="checkable">
  430. <bool>false</bool>
  431. </property>
  432. <property name="checked">
  433. <bool>false</bool>
  434. </property>
  435. <property name="default">
  436. <bool>false</bool>
  437. </property>
  438. <property name="flat">
  439. <bool>false</bool>
  440. </property>
  441. </widget>
  442. </item>
  443. </layout>
  444. </item>
  445. <item>
  446. <widget class="QLabel" name="processListTitle">
  447. <property name="styleSheet">
  448. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  449. color: rgb(131, 148, 150);
  450. font-weight: 700;</string>
  451. </property>
  452. <property name="text">
  453. <string>Processes</string>
  454. </property>
  455. <property name="margin">
  456. <number>0</number>
  457. </property>
  458. </widget>
  459. </item>
  460. <item>
  461. <widget class="QListView" name="processList">
  462. <property name="sizePolicy">
  463. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  464. <horstretch>0</horstretch>
  465. <verstretch>0</verstretch>
  466. </sizepolicy>
  467. </property>
  468. <property name="styleSheet">
  469. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  470. background-color: #2f535f;
  471. color: rgb(131, 148, 150);
  472. font-weight: 700;
  473. background-color: rgb(29, 51, 59);
  474. color: rgb(223, 252, 255);</string>
  475. </property>
  476. <property name="spacing">
  477. <number>2</number>
  478. </property>
  479. </widget>
  480. </item>
  481. </layout>
  482. </item>
  483. <item row="0" column="1">
  484. <layout class="QVBoxLayout" name="verticalLayout_4" stretch="1,0,0">
  485. <property name="spacing">
  486. <number>4</number>
  487. </property>
  488. <item>
  489. <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0">
  490. <property name="sizeConstraint">
  491. <enum>QLayout::SetMaximumSize</enum>
  492. </property>
  493. <item>
  494. <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,1">
  495. <item>
  496. <widget class="QLabel" name="eventListTitle">
  497. <property name="styleSheet">
  498. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  499. color: rgb(131, 148, 150);
  500. font-weight: 700;</string>
  501. </property>
  502. <property name="text">
  503. <string>Events</string>
  504. </property>
  505. </widget>
  506. </item>
  507. <item>
  508. <widget class="QListView" name="eventList">
  509. <property name="sizePolicy">
  510. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  511. <horstretch>0</horstretch>
  512. <verstretch>0</verstretch>
  513. </sizepolicy>
  514. </property>
  515. <property name="styleSheet">
  516. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  517. background-color: #2f535f;
  518. alternate-background-color: #616161;
  519. color: rgb(131, 148, 150);
  520. font-weight: 700;
  521. background-color: rgb(29, 51, 59);
  522. color: rgb(223, 252, 255);
  523. padding: 4px;
  524. item { border-bottom: 1px solid black; padding: 16px;} </string>
  525. </property>
  526. <property name="alternatingRowColors">
  527. <bool>true</bool>
  528. </property>
  529. <property name="flow">
  530. <enum>QListView::TopToBottom</enum>
  531. </property>
  532. <property name="isWrapping" stdset="0">
  533. <bool>false</bool>
  534. </property>
  535. <property name="resizeMode">
  536. <enum>QListView::Fixed</enum>
  537. </property>
  538. <property name="spacing">
  539. <number>2</number>
  540. </property>
  541. <property name="modelColumn">
  542. <number>0</number>
  543. </property>
  544. <property name="wordWrap">
  545. <bool>true</bool>
  546. </property>
  547. </widget>
  548. </item>
  549. </layout>
  550. </item>
  551. </layout>
  552. </item>
  553. <item>
  554. <layout class="QVBoxLayout" name="verticalLayout_6" stretch="0">
  555. <property name="spacing">
  556. <number>6</number>
  557. </property>
  558. <property name="sizeConstraint">
  559. <enum>QLayout::SetMaximumSize</enum>
  560. </property>
  561. <item>
  562. <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
  563. <item>
  564. <widget class="QLabel" name="inputTitle">
  565. <property name="styleSheet">
  566. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  567. color: rgb(131, 148, 150);
  568. font-weight: 700;</string>
  569. </property>
  570. <property name="text">
  571. <string>Input</string>
  572. </property>
  573. </widget>
  574. </item>
  575. <item>
  576. <widget class="QTextEdit" name="inputText">
  577. <property name="sizePolicy">
  578. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  579. <horstretch>0</horstretch>
  580. <verstretch>0</verstretch>
  581. </sizepolicy>
  582. </property>
  583. <property name="minimumSize">
  584. <size>
  585. <width>100</width>
  586. <height>8</height>
  587. </size>
  588. </property>
  589. <property name="maximumSize">
  590. <size>
  591. <width>16777215</width>
  592. <height>32</height>
  593. </size>
  594. </property>
  595. <property name="styleSheet">
  596. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  597. background-color: #2f535f;
  598. color: rgb(131, 148, 150);
  599. font-weight: 700;
  600. background-color: rgb(29, 51, 59);
  601. color: rgb(223, 252, 255);</string>
  602. </property>
  603. </widget>
  604. </item>
  605. </layout>
  606. </item>
  607. </layout>
  608. </item>
  609. <item>
  610. <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0">
  611. <property name="spacing">
  612. <number>4</number>
  613. </property>
  614. <property name="sizeConstraint">
  615. <enum>QLayout::SetMinimumSize</enum>
  616. </property>
  617. <item>
  618. <widget class="QPushButton" name="disconnect">
  619. <property name="sizePolicy">
  620. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  621. <horstretch>0</horstretch>
  622. <verstretch>0</verstretch>
  623. </sizepolicy>
  624. </property>
  625. <property name="autoFillBackground">
  626. <bool>false</bool>
  627. </property>
  628. <property name="styleSheet">
  629. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  630. color: rgb(0, 0, 0);
  631. background-color: rgb(255, 0, 4);
  632. font-weight: 700;
  633. padding: 4px;
  634. border-style: outset;
  635. border-width: 2px;
  636. border-radius: 4px;
  637. border-color: #00000f;
  638. min-width: 4em;
  639. padding: 4px;</string>
  640. </property>
  641. <property name="text">
  642. <string>Close</string>
  643. </property>
  644. <property name="icon">
  645. <iconset resource="kres.qrc">
  646. <normaloff>:/icons/disconnect.png</normaloff>:/icons/disconnect.png</iconset>
  647. </property>
  648. <property name="flat">
  649. <bool>false</bool>
  650. </property>
  651. </widget>
  652. </item>
  653. <item>
  654. <widget class="QPushButton" name="sendMessage">
  655. <property name="sizePolicy">
  656. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  657. <horstretch>0</horstretch>
  658. <verstretch>0</verstretch>
  659. </sizepolicy>
  660. </property>
  661. <property name="autoFillBackground">
  662. <bool>false</bool>
  663. </property>
  664. <property name="styleSheet">
  665. <string notr="true">background-color: rgb(130, 255, 121);
  666. background-color: rgb(2, 180, 43);
  667. font: 87 11pt &quot;Noto Sans&quot;;
  668. color: rgb(0, 0, 0);
  669. font-weight: 700;
  670. padding: 4px;
  671. border-style: outset;
  672. border-width: 2px;
  673. border-radius: 4px;
  674. border-color: #00000f;
  675. min-width: 4em;
  676. padding: 4px;</string>
  677. </property>
  678. <property name="text">
  679. <string>Send</string>
  680. </property>
  681. <property name="icon">
  682. <iconset resource="kres.qrc">
  683. <normaloff>:/icons/send-button.png</normaloff>:/icons/send-button.png</iconset>
  684. </property>
  685. <property name="checkable">
  686. <bool>false</bool>
  687. </property>
  688. <property name="autoDefault">
  689. <bool>false</bool>
  690. </property>
  691. <property name="default">
  692. <bool>false</bool>
  693. </property>
  694. <property name="flat">
  695. <bool>false</bool>
  696. </property>
  697. </widget>
  698. </item>
  699. </layout>
  700. </item>
  701. </layout>
  702. </item>
  703. </layout>
  704. </item>
  705. <item>
  706. <layout class="QHBoxLayout" name="horizontalLayout_7" stretch="3,1">
  707. <item>
  708. <widget class="QProgressBar" name="progressBar">
  709. <property name="sizePolicy">
  710. <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
  711. <horstretch>0</horstretch>
  712. <verstretch>0</verstretch>
  713. </sizepolicy>
  714. </property>
  715. <property name="minimumSize">
  716. <size>
  717. <width>0</width>
  718. <height>0</height>
  719. </size>
  720. </property>
  721. <property name="styleSheet">
  722. <string notr="true">background-color: #2f535f;
  723. font: 87 11pt &quot;Noto Sans&quot;;
  724. color: rgb(0, 0, 0);</string>
  725. </property>
  726. <property name="value">
  727. <number>0</number>
  728. </property>
  729. </widget>
  730. </item>
  731. <item>
  732. <widget class="QPushButton" name="openMessages">
  733. <property name="sizePolicy">
  734. <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
  735. <horstretch>0</horstretch>
  736. <verstretch>0</verstretch>
  737. </sizepolicy>
  738. </property>
  739. <property name="autoFillBackground">
  740. <bool>false</bool>
  741. </property>
  742. <property name="styleSheet">
  743. <string notr="true">background-color: rgb(255, 85, 0);
  744. font: 87 11pt &quot;Noto Sans&quot;;
  745. color: rgb(0, 43, 54);
  746. font-weight: 700;
  747. padding: 4px;
  748. border-style: outset;
  749. border-width: 2px;
  750. border-radius: 4px;
  751. border-color: #00000f;
  752. min-width: 4em;
  753. padding: 4px;</string>
  754. </property>
  755. <property name="text">
  756. <string>History</string>
  757. </property>
  758. <property name="icon">
  759. <iconset resource="kres.qrc">
  760. <normaloff>:/icons/icons/log.svg</normaloff>:/icons/icons/log.svg</iconset>
  761. </property>
  762. <property name="flat">
  763. <bool>false</bool>
  764. </property>
  765. </widget>
  766. </item>
  767. </layout>
  768. </item>
  769. </layout>
  770. </item>
  771. </layout>
  772. </widget>
  773. </widget>
  774. <widget class="QToolBar" name="mainToolBar">
  775. <attribute name="toolBarArea">
  776. <enum>TopToolBarArea</enum>
  777. </attribute>
  778. <attribute name="toolBarBreak">
  779. <bool>false</bool>
  780. </attribute>
  781. </widget>
  782. <widget class="QStatusBar" name="statusBar"/>
  783. <widget class="QToolBar" name="toolBar">
  784. <property name="windowTitle">
  785. <string>toolBar</string>
  786. </property>
  787. <attribute name="toolBarArea">
  788. <enum>TopToolBarArea</enum>
  789. </attribute>
  790. <attribute name="toolBarBreak">
  791. <bool>false</bool>
  792. </attribute>
  793. </widget>
  794. <widget class="QMenuBar" name="menuBar">
  795. <property name="geometry">
  796. <rect>
  797. <x>0</x>
  798. <y>0</y>
  799. <width>960</width>
  800. <height>23</height>
  801. </rect>
  802. </property>
  803. <widget class="QMenu" name="menuK_Y_GUI">
  804. <property name="title">
  805. <string>K Y GUI</string>
  806. </property>
  807. </widget>
  808. <widget class="QMenu" name="menuKIQ_Services">
  809. <property name="title">
  810. <string>KIQ Services</string>
  811. </property>
  812. </widget>
  813. <addaction name="menuK_Y_GUI"/>
  814. <addaction name="menuKIQ_Services"/>
  815. </widget>
  816. </widget>
  817. <layoutdefault spacing="6" margin="11"/>
  818. <customwidgets>
  819. <customwidget>
  820. <class>ConnectionIndicator</class>
  821. <extends>QLabel</extends>
  822. <header>include/ui/connection_indicator.h</header>
  823. </customwidget>
  824. </customwidgets>
  825. <resources>
  826. <include location="kres.qrc"/>
  827. </resources>
  828. <connections/>
  829. </ui>