mainwindow.ui 24 KB

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