mainwindow.ui 24 KB

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