mainwindow.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801
  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>1366</width>
  10. <height>825</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="label">
  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="QWidget" name="verticalLayoutWidget">
  55. <property name="geometry">
  56. <rect>
  57. <x>10</x>
  58. <y>50</y>
  59. <width>721</width>
  60. <height>691</height>
  61. </rect>
  62. </property>
  63. <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,1,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="0,0,0,0,2">
  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. <widget class="QLabel" name="processListTitle">
  215. <property name="styleSheet">
  216. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  217. color: rgb(131, 148, 150);
  218. font-weight: 700;</string>
  219. </property>
  220. <property name="text">
  221. <string>Processes</string>
  222. </property>
  223. <property name="margin">
  224. <number>0</number>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QListView" name="processList">
  230. <property name="sizePolicy">
  231. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  232. <horstretch>0</horstretch>
  233. <verstretch>0</verstretch>
  234. </sizepolicy>
  235. </property>
  236. <property name="styleSheet">
  237. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  238. background-color: #2f535f;
  239. color: rgb(131, 148, 150);
  240. font-weight: 700;
  241. background-color: rgb(29, 51, 59);
  242. color: rgb(223, 252, 255);</string>
  243. </property>
  244. <property name="spacing">
  245. <number>2</number>
  246. </property>
  247. </widget>
  248. </item>
  249. </layout>
  250. </item>
  251. <item row="0" column="1">
  252. <layout class="QGridLayout" name="gridLayout" rowstretch="1"/>
  253. </item>
  254. </layout>
  255. </item>
  256. <item>
  257. <widget class="QLabel" name="eventListTitle">
  258. <property name="styleSheet">
  259. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  260. color: rgb(131, 148, 150);
  261. font-weight: 700;</string>
  262. </property>
  263. <property name="text">
  264. <string>Events</string>
  265. </property>
  266. </widget>
  267. </item>
  268. <item>
  269. <widget class="QListView" name="eventList">
  270. <property name="sizePolicy">
  271. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  272. <horstretch>0</horstretch>
  273. <verstretch>0</verstretch>
  274. </sizepolicy>
  275. </property>
  276. <property name="styleSheet">
  277. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  278. background-color: #2f535f;
  279. color: rgb(131, 148, 150);
  280. font-weight: 700;
  281. background-color: rgb(29, 51, 59);
  282. color: rgb(223, 252, 255);
  283. padding: 4px;
  284. item { border-bottom: 1px solid black; padding: 16px;} </string>
  285. </property>
  286. <property name="alternatingRowColors">
  287. <bool>true</bool>
  288. </property>
  289. <property name="flow">
  290. <enum>QListView::TopToBottom</enum>
  291. </property>
  292. <property name="isWrapping" stdset="0">
  293. <bool>false</bool>
  294. </property>
  295. <property name="resizeMode">
  296. <enum>QListView::Fixed</enum>
  297. </property>
  298. <property name="spacing">
  299. <number>2</number>
  300. </property>
  301. <property name="modelColumn">
  302. <number>0</number>
  303. </property>
  304. <property name="wordWrap">
  305. <bool>true</bool>
  306. </property>
  307. </widget>
  308. </item>
  309. <item>
  310. <layout class="QHBoxLayout" name="horizontalLayout_5">
  311. <property name="spacing">
  312. <number>4</number>
  313. </property>
  314. </layout>
  315. </item>
  316. <item>
  317. <widget class="QProgressBar" name="progressBar">
  318. <property name="sizePolicy">
  319. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  320. <horstretch>0</horstretch>
  321. <verstretch>0</verstretch>
  322. </sizepolicy>
  323. </property>
  324. <property name="styleSheet">
  325. <string notr="true">background-color: #2f535f;
  326. font: 87 11pt &quot;Noto Sans&quot;;
  327. color: rgb(0, 0, 0);</string>
  328. </property>
  329. <property name="value">
  330. <number>0</number>
  331. </property>
  332. </widget>
  333. </item>
  334. </layout>
  335. </widget>
  336. <widget class="ConnectionIndicator" name="led">
  337. <property name="geometry">
  338. <rect>
  339. <x>830</x>
  340. <y>110</y>
  341. <width>40</width>
  342. <height>20</height>
  343. </rect>
  344. </property>
  345. <property name="text">
  346. <string/>
  347. </property>
  348. </widget>
  349. <widget class="QWidget" name="verticalLayoutWidget_2">
  350. <property name="geometry">
  351. <rect>
  352. <x>730</x>
  353. <y>50</y>
  354. <width>621</width>
  355. <height>691</height>
  356. </rect>
  357. </property>
  358. <layout class="QVBoxLayout" name="verticalLayout_4">
  359. <property name="spacing">
  360. <number>0</number>
  361. </property>
  362. <item>
  363. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0">
  364. <property name="spacing">
  365. <number>4</number>
  366. </property>
  367. <item>
  368. <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,3">
  369. <property name="spacing">
  370. <number>3</number>
  371. </property>
  372. <item>
  373. <widget class="QLabel" name="messagesTitle">
  374. <property name="sizePolicy">
  375. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  376. <horstretch>0</horstretch>
  377. <verstretch>0</verstretch>
  378. </sizepolicy>
  379. </property>
  380. <property name="styleSheet">
  381. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  382. color: rgb(131, 148, 150);
  383. font-weight: 700;</string>
  384. </property>
  385. <property name="text">
  386. <string>History</string>
  387. </property>
  388. </widget>
  389. </item>
  390. <item>
  391. <widget class="QTextEdit" name="messages">
  392. <property name="sizePolicy">
  393. <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
  394. <horstretch>0</horstretch>
  395. <verstretch>0</verstretch>
  396. </sizepolicy>
  397. </property>
  398. <property name="toolTip">
  399. <string>Messages</string>
  400. </property>
  401. <property name="toolTipDuration">
  402. <number>1</number>
  403. </property>
  404. <property name="autoFillBackground">
  405. <bool>false</bool>
  406. </property>
  407. <property name="styleSheet">
  408. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  409. background-color: #2f535f;
  410. color: rgb(131, 148, 150);
  411. font-weight: 700;
  412. background-color: rgb(29, 51, 59);
  413. color: rgb(223, 252, 255);</string>
  414. </property>
  415. <property name="lineWrapMode">
  416. <enum>QTextEdit::WidgetWidth</enum>
  417. </property>
  418. <property name="readOnly">
  419. <bool>true</bool>
  420. </property>
  421. <property name="placeholderText">
  422. <string notr="true"/>
  423. </property>
  424. </widget>
  425. </item>
  426. </layout>
  427. </item>
  428. </layout>
  429. </item>
  430. <item>
  431. <layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0,0" columnstretch="0">
  432. <property name="sizeConstraint">
  433. <enum>QLayout::SetMinimumSize</enum>
  434. </property>
  435. <property name="spacing">
  436. <number>4</number>
  437. </property>
  438. <item row="2" column="0">
  439. <widget class="QTextEdit" name="inputText">
  440. <property name="sizePolicy">
  441. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  442. <horstretch>0</horstretch>
  443. <verstretch>0</verstretch>
  444. </sizepolicy>
  445. </property>
  446. <property name="styleSheet">
  447. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  448. background-color: #2f535f;
  449. color: rgb(131, 148, 150);
  450. font-weight: 700;
  451. background-color: rgb(29, 51, 59);
  452. color: rgb(223, 252, 255);</string>
  453. </property>
  454. </widget>
  455. </item>
  456. <item row="3" column="0">
  457. <layout class="QHBoxLayout" name="horizontalLayout">
  458. <property name="spacing">
  459. <number>4</number>
  460. </property>
  461. <item>
  462. <layout class="QHBoxLayout" name="horizontalLayout_3">
  463. <property name="spacing">
  464. <number>4</number>
  465. </property>
  466. <item>
  467. <widget class="QPushButton" name="disconnect">
  468. <property name="sizePolicy">
  469. <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
  470. <horstretch>0</horstretch>
  471. <verstretch>0</verstretch>
  472. </sizepolicy>
  473. </property>
  474. <property name="autoFillBackground">
  475. <bool>false</bool>
  476. </property>
  477. <property name="styleSheet">
  478. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  479. color: rgb(0, 0, 0);
  480. background-color: rgb(255, 0, 4);
  481. font-weight: 700;
  482. padding: 4px;
  483. border-style: outset;
  484. border-width: 2px;
  485. border-radius: 4px;
  486. border-color: #00000f;
  487. min-width: 4em;
  488. padding: 4px;</string>
  489. </property>
  490. <property name="text">
  491. <string>Disconnect</string>
  492. </property>
  493. <property name="icon">
  494. <iconset resource="kres.qrc">
  495. <normaloff>:/icons/disconnect.png</normaloff>:/icons/disconnect.png</iconset>
  496. </property>
  497. <property name="flat">
  498. <bool>false</bool>
  499. </property>
  500. </widget>
  501. </item>
  502. <item>
  503. <widget class="QPushButton" name="viewConsole">
  504. <property name="sizePolicy">
  505. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  506. <horstretch>0</horstretch>
  507. <verstretch>0</verstretch>
  508. </sizepolicy>
  509. </property>
  510. <property name="autoFillBackground">
  511. <bool>false</bool>
  512. </property>
  513. <property name="styleSheet">
  514. <string notr="true">background-color: #c41900;
  515. font: 87 11pt &quot;Noto Sans&quot;;
  516. color: rgb(0, 0, 0);
  517. font-weight: 700;
  518. padding: 4px;
  519. border-style: outset;
  520. border-width: 2px;
  521. border-radius: 4px;
  522. border-color: #00000f;
  523. min-width: 4em;
  524. padding: 4px;</string>
  525. </property>
  526. <property name="text">
  527. <string>Console</string>
  528. </property>
  529. <property name="icon">
  530. <iconset resource="kres.qrc">
  531. <normaloff>:/icons/log.png</normaloff>:/icons/log.png</iconset>
  532. </property>
  533. <property name="flat">
  534. <bool>false</bool>
  535. </property>
  536. </widget>
  537. </item>
  538. <item>
  539. <widget class="QPushButton" name="tasks">
  540. <property name="sizePolicy">
  541. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  542. <horstretch>0</horstretch>
  543. <verstretch>0</verstretch>
  544. </sizepolicy>
  545. </property>
  546. <property name="autoFillBackground">
  547. <bool>false</bool>
  548. </property>
  549. <property name="styleSheet">
  550. <string notr="true">background-color: rgb(255, 85, 0);
  551. font: 87 11pt &quot;Noto Sans&quot;;
  552. color: rgb(0, 43, 54);
  553. font-weight: 700;
  554. padding: 4px;
  555. border-style: outset;
  556. border-width: 2px;
  557. border-radius: 4px;
  558. border-color: #00000f;
  559. min-width: 4em;
  560. padding: 4px;</string>
  561. </property>
  562. <property name="text">
  563. <string>Tasks</string>
  564. </property>
  565. <property name="icon">
  566. <iconset resource="kres.qrc">
  567. <normaloff>:/icons/icons/task.png</normaloff>:/icons/icons/task.png</iconset>
  568. </property>
  569. <property name="flat">
  570. <bool>false</bool>
  571. </property>
  572. </widget>
  573. </item>
  574. <item>
  575. <widget class="QPushButton" name="sendMessage">
  576. <property name="sizePolicy">
  577. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  578. <horstretch>0</horstretch>
  579. <verstretch>0</verstretch>
  580. </sizepolicy>
  581. </property>
  582. <property name="autoFillBackground">
  583. <bool>false</bool>
  584. </property>
  585. <property name="styleSheet">
  586. <string notr="true">background-color: rgb(130, 255, 121);
  587. background-color: rgb(2, 180, 43);
  588. font: 87 11pt &quot;Noto Sans&quot;;
  589. color: rgb(0, 0, 0);
  590. font-weight: 700;
  591. padding: 4px;
  592. border-style: outset;
  593. border-width: 2px;
  594. border-radius: 4px;
  595. border-color: #00000f;
  596. min-width: 4em;
  597. padding: 4px;</string>
  598. </property>
  599. <property name="text">
  600. <string>Send</string>
  601. </property>
  602. <property name="icon">
  603. <iconset resource="kres.qrc">
  604. <normaloff>:/icons/send-button.png</normaloff>:/icons/send-button.png</iconset>
  605. </property>
  606. <property name="checkable">
  607. <bool>false</bool>
  608. </property>
  609. <property name="autoDefault">
  610. <bool>false</bool>
  611. </property>
  612. <property name="default">
  613. <bool>false</bool>
  614. </property>
  615. <property name="flat">
  616. <bool>false</bool>
  617. </property>
  618. </widget>
  619. </item>
  620. </layout>
  621. </item>
  622. </layout>
  623. </item>
  624. <item row="1" column="0">
  625. <widget class="QLabel" name="inputTitle">
  626. <property name="styleSheet">
  627. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  628. color: rgb(131, 148, 150);
  629. font-weight: 700;</string>
  630. </property>
  631. <property name="text">
  632. <string>Input</string>
  633. </property>
  634. </widget>
  635. </item>
  636. </layout>
  637. </item>
  638. </layout>
  639. </widget>
  640. <widget class="QWidget" name="startScreen" native="true">
  641. <property name="enabled">
  642. <bool>true</bool>
  643. </property>
  644. <property name="geometry">
  645. <rect>
  646. <x>0</x>
  647. <y>-40</y>
  648. <width>0</width>
  649. <height>0</height>
  650. </rect>
  651. </property>
  652. <property name="minimumSize">
  653. <size>
  654. <width>0</width>
  655. <height>0</height>
  656. </size>
  657. </property>
  658. <layout class="QVBoxLayout" name="connectScreen" stretch="0">
  659. <property name="spacing">
  660. <number>4</number>
  661. </property>
  662. <item>
  663. <layout class="QVBoxLayout" name="connectLayout" stretch="0,0">
  664. <property name="spacing">
  665. <number>4</number>
  666. </property>
  667. <item>
  668. <widget class="QPushButton" name="connect">
  669. <property name="sizePolicy">
  670. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  671. <horstretch>0</horstretch>
  672. <verstretch>0</verstretch>
  673. </sizepolicy>
  674. </property>
  675. <property name="minimumSize">
  676. <size>
  677. <width>79</width>
  678. <height>79</height>
  679. </size>
  680. </property>
  681. <property name="maximumSize">
  682. <size>
  683. <width>0</width>
  684. <height>0</height>
  685. </size>
  686. </property>
  687. <property name="font">
  688. <font>
  689. <family>Noto Sans</family>
  690. <pointsize>36</pointsize>
  691. <weight>87</weight>
  692. <italic>false</italic>
  693. <bold>true</bold>
  694. </font>
  695. </property>
  696. <property name="autoFillBackground">
  697. <bool>false</bool>
  698. </property>
  699. <property name="styleSheet">
  700. <string notr="true">font: 87 36pt &quot;Noto Sans&quot;;
  701. color: rgb(0, 0, 0);
  702. background-color: rgb(2, 180, 43);
  703. font-weight: 700;
  704. padding: 4px;
  705. border-style: outset;
  706. border-width: 2px;
  707. border-radius: 6px;
  708. border-color: #00000f;
  709. min-width: 1em;
  710. min-height: 1em;
  711. padding: 4px;
  712. opacity: 0.3;</string>
  713. </property>
  714. <property name="text">
  715. <string>Connect</string>
  716. </property>
  717. <property name="icon">
  718. <iconset resource="kres.qrc">
  719. <normaloff>:/icons/icons/start.png</normaloff>:/icons/icons/start.png</iconset>
  720. </property>
  721. <property name="iconSize">
  722. <size>
  723. <width>64</width>
  724. <height>64</height>
  725. </size>
  726. </property>
  727. <property name="flat">
  728. <bool>false</bool>
  729. </property>
  730. </widget>
  731. </item>
  732. <item>
  733. <widget class="QTextEdit" name="kyConfig">
  734. <property name="sizePolicy">
  735. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  736. <horstretch>0</horstretch>
  737. <verstretch>0</verstretch>
  738. </sizepolicy>
  739. </property>
  740. <property name="minimumSize">
  741. <size>
  742. <width>0</width>
  743. <height>0</height>
  744. </size>
  745. </property>
  746. <property name="maximumSize">
  747. <size>
  748. <width>0</width>
  749. <height>0</height>
  750. </size>
  751. </property>
  752. <property name="styleSheet">
  753. <string notr="true">color: #FFFFFF;
  754. font-weight: 700;</string>
  755. </property>
  756. </widget>
  757. </item>
  758. </layout>
  759. </item>
  760. </layout>
  761. </widget>
  762. </widget>
  763. <widget class="QMenuBar" name="menuBar">
  764. <property name="geometry">
  765. <rect>
  766. <x>0</x>
  767. <y>0</y>
  768. <width>1366</width>
  769. <height>23</height>
  770. </rect>
  771. </property>
  772. <widget class="QMenu" name="menuK_Y_GUI">
  773. <property name="title">
  774. <string>K Y GUI</string>
  775. </property>
  776. </widget>
  777. <addaction name="menuK_Y_GUI"/>
  778. </widget>
  779. <widget class="QToolBar" name="mainToolBar">
  780. <attribute name="toolBarArea">
  781. <enum>TopToolBarArea</enum>
  782. </attribute>
  783. <attribute name="toolBarBreak">
  784. <bool>false</bool>
  785. </attribute>
  786. </widget>
  787. <widget class="QStatusBar" name="statusBar"/>
  788. </widget>
  789. <layoutdefault spacing="6" margin="11"/>
  790. <customwidgets>
  791. <customwidget>
  792. <class>ConnectionIndicator</class>
  793. <extends>QLabel</extends>
  794. <header>include/ui/connection_indicator.h</header>
  795. </customwidget>
  796. </customwidgets>
  797. <resources>
  798. <include location="kres.qrc"/>
  799. </resources>
  800. <connections/>
  801. </ui>