|
@@ -6,13 +6,17 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>618</width>
|
|
|
- <height>618</height>
|
|
|
+ <width>365</width>
|
|
|
+ <height>487</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>
|
|
@@ -21,7 +25,7 @@ background-color: rgb(10, 10, 10);</string>
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
- <x>200</x>
|
|
|
+ <x>100</x>
|
|
|
<y>10</y>
|
|
|
<width>161</width>
|
|
|
<height>41</height>
|
|
@@ -37,133 +41,145 @@ background-color: rgb(10, 10, 10);</string>
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
- <widget class="QCommandLinkButton" name="connect">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>20</x>
|
|
|
- <y>280</y>
|
|
|
- <width>168</width>
|
|
|
- <height>41</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <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>
|
|
|
- </widget>
|
|
|
- <widget class="QProgressBar" name="progressBar">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>87</x>
|
|
|
- <y>530</y>
|
|
|
- <width>401</width>
|
|
|
- <height>23</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <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>
|
|
|
- <widget class="QPushButton" name="disconnect">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>190</x>
|
|
|
- <y>290</y>
|
|
|
- <width>80</width>
|
|
|
- <height>26</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <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>
|
|
|
- <widget class="QPushButton" name="sendMessage">
|
|
|
+ <widget class="QWidget" name="gridLayoutWidget_2">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
- <x>510</x>
|
|
|
- <y>470</y>
|
|
|
- <width>80</width>
|
|
|
- <height>26</height>
|
|
|
+ <x>0</x>
|
|
|
+ <y>70</y>
|
|
|
+ <width>357</width>
|
|
|
+ <height>351</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
- <property name="styleSheet">
|
|
|
- <string notr="true">background-color: rgb(203, 0, 239);
|
|
|
+ <layout class="QGridLayout" name="gridLayout_2">
|
|
|
+ <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="text">
|
|
|
- <string>Send</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QTextEdit" name="inputText">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>40</x>
|
|
|
- <y>360</y>
|
|
|
- <width>521</width>
|
|
|
- <height>81</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="styleSheet">
|
|
|
- <string notr="true">background-color: rgb(0, 255, 0);
|
|
|
+ </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>
|
|
|
- </widget>
|
|
|
- <widget class="QListWidget" name="appList">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>450</x>
|
|
|
- <y>40</y>
|
|
|
- <width>141</width>
|
|
|
- <height>291</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="styleSheet">
|
|
|
- <string notr="true">background-color: rgb(0, 255, 0);
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Send</string>
|
|
|
+ </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="0" column="1">
|
|
|
+ <layout class="QGridLayout" name="gridLayout">
|
|
|
+ <item row="1" 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>
|
|
|
+ <item row="2" 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>
|
|
|
- </widget>
|
|
|
- <widget class="QTextEdit" name="messages">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>40</x>
|
|
|
- <y>60</y>
|
|
|
- <width>391</width>
|
|
|
- <height>211</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <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);
|
|
|
+ </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="3" column="0">
|
|
|
+ <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="lineWrapMode">
|
|
|
- <enum>QTextEdit::WidgetWidth</enum>
|
|
|
- </property>
|
|
|
- <property name="readOnly">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Execute</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
@@ -171,7 +187,7 @@ color: rgb(16, 16, 16);</string>
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>618</width>
|
|
|
+ <width>365</width>
|
|
|
<height>23</height>
|
|
|
</rect>
|
|
|
</property>
|