|
@@ -7,7 +7,7 @@
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>380</width>
|
|
|
- <height>485</height>
|
|
|
+ <height>493</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
@@ -45,76 +45,51 @@ background-color: rgb(10, 10, 10);</string>
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
- <y>70</y>
|
|
|
+ <y>60</y>
|
|
|
<width>357</width>
|
|
|
- <height>351</height>
|
|
|
+ <height>370</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<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);
|
|
|
+ <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="value">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
+ </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>
|
|
|
- <widget class="QPushButton" name="sendMessage">
|
|
|
+ <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>Send</string>
|
|
|
+ <string>Disconnect</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="0" column="0">
|
|
|
<widget class="QListWidget" name="appList">
|
|
|
<property name="font">
|
|
@@ -155,42 +130,67 @@ background-color: rgb(255, 0, 153);
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="3" column="0">
|
|
|
- <widget class="QPushButton" name="disconnect">
|
|
|
+ </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="text">
|
|
|
- <string>Disconnect</string>
|
|
|
+ <property name="value">
|
|
|
+ <number>0</number>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <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);
|
|
|
+ <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>Execute</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Send</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|