mainwindow.ui 24 KB

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