123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>380</width>
- <height>493</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <property name="windowIcon">
- <iconset>
- <normaloff>favicon.ico</normaloff>favicon.ico</iconset>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 87 10pt "Noto Sans";
- background-color: rgb(10, 10, 10);</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>10</y>
- <width>161</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="pixmap">
- <pixmap resource="kres.qrc">:/images/kstyleyo_logo.png</pixmap>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QWidget" name="gridLayoutWidget_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>357</width>
- <height>370</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="1">
- <layout class="QGridLayout" name="gridLayout">
- <item row="1" column="0">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QPushButton" name="addArgs">
- <property name="styleSheet">
- <string notr="true">background-color: rgb(203, 0, 239);
- color: rgb(16, 16, 16);</string>
- </property>
- <property name="text">
- <string>Args</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="execute">
- <property name="styleSheet">
- <string notr="true">background-color: rgb(203, 0, 239);
- color: rgb(16, 16, 16);</string>
- </property>
- <property name="text">
- <string>Execute</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="3" column="0">
- <widget class="QPushButton" name="disconnect">
- <property name="styleSheet">
- <string notr="true">background-color: rgb(203, 0, 239);
- color: rgb(16, 16, 16);</string>
- </property>
- <property name="text">
- <string>Disconnect</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QListWidget" name="appList">
- <property name="font">
- <font>
- <family>Noto Sans</family>
- <pointsize>10</pointsize>
- <weight>10</weight>
- <italic>false</italic>
- <bold>false</bold>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(0, 255, 0);
- color: rgb(5, 5, 5);
- font: 87 10pt "Noto Sans";
- selection-background-color: rgb(255, 0, 174);</string>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::MultiSelection</enum>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QCommandLinkButton" name="connect">
- <property name="styleSheet">
- <string notr="true">color: rgb(16, 16, 16);
- background-color: rgb(255, 0, 153);
- </string>
- </property>
- <property name="text">
- <string>Connect</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="0" column="0">
- <widget class="QTextEdit" name="messages">
- <property name="toolTip">
- <string>Messages</string>
- </property>
- <property name="toolTipDuration">
- <number>1</number>
- </property>
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(0, 255, 0);
- color: rgb(5, 5, 5);
- font: 87 10pt "Noto Sans";</string>
- </property>
- <property name="lineWrapMode">
- <enum>QTextEdit::WidgetWidth</enum>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- <property name="placeholderText">
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2">
- <widget class="QTextEdit" name="inputText">
- <property name="styleSheet">
- <string notr="true">background-color: rgb(0, 255, 0);
- color: rgb(5, 5, 5);
- font: 87 10pt "Noto Sans";</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0" colspan="2">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QProgressBar" name="progressBar">
- <property name="styleSheet">
- <string notr="true">background-color: rgb(203, 0, 239);
- color: rgb(16, 16, 16);</string>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="sendMessage">
- <property name="styleSheet">
- <string notr="true">background-color: rgb(203, 0, 239);
- color: rgb(16, 16, 16);</string>
- </property>
- <property name="text">
- <string>Send</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>380</width>
- <height>23</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuK_Y_GUI">
- <property name="title">
- <string>K Y GUI</string>
- </property>
- </widget>
- <addaction name="menuK_Y_GUI"/>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources>
- <include location="kres.qrc"/>
- </resources>
- <connections/>
- </ui>
|