Browse Source

UI changes

logicp 5 years ago
parent
commit
c81e314dc5
6 changed files with 699 additions and 428 deletions
  1. 338 294
      argdialog.ui
  2. 1 1
      kres.qrc
  3. 2 2
      ky_gui.pro.user
  4. 120 20
      mainwindow.ui
  5. 7 11
      style/style.css
  6. 231 100
      ui_argdialog.h

+ 338 - 294
argdialog.ui

@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>608</width>
-    <height>710</height>
+    <width>724</width>
+    <height>948</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -21,323 +21,367 @@
    <string notr="true">border-color: rgb(0, 0, 0);
 background-color: rgb(0, 43, 54);</string>
   </property>
-  <widget class="QDialogButtonBox" name="argCommandButtons">
+  <widget class="QWidget" name="verticalLayoutWidget">
    <property name="geometry">
     <rect>
-     <x>330</x>
-     <y>510</y>
-     <width>211</width>
-     <height>32</height>
-    </rect>
-   </property>
-   <property name="sizePolicy">
-    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
-     <horstretch>0</horstretch>
-     <verstretch>0</verstretch>
-    </sizepolicy>
-   </property>
-   <property name="layoutDirection">
-    <enum>Qt::LeftToRight</enum>
-   </property>
-   <property name="autoFillBackground">
-    <bool>false</bool>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">background-color: rgb(255, 85, 0);
-font: 87 11pt &quot;Noto Sans&quot;;
-color: rgb(0, 43, 54);
-font-weight: 700;
-padding: 4px;</string>
-   </property>
-   <property name="orientation">
-    <enum>Qt::Horizontal</enum>
-   </property>
-   <property name="standardButtons">
-    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
-   </property>
-   <property name="centerButtons">
-    <bool>true</bool>
-   </property>
-  </widget>
-  <widget class="QPushButton" name="addArgument">
-   <property name="geometry">
-    <rect>
-     <x>380</x>
-     <y>190</y>
-     <width>80</width>
-     <height>26</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">background-color: rgb(255, 85, 0);
-font: 87 11pt &quot;Noto Sans&quot;;
-color: rgb(0, 43, 54);
-font-weight: 700;
-padding: 4px;</string>
-   </property>
-   <property name="text">
-    <string>Add</string>
-   </property>
-  </widget>
-  <widget class="QLabel" name="argDialogTitle">
-   <property name="geometry">
-    <rect>
-     <x>210</x>
+     <x>10</x>
      <y>10</y>
-     <width>231</width>
-     <height>51</height>
-    </rect>
-   </property>
-   <property name="font">
-    <font>
-     <pointsize>22</pointsize>
-     <weight>75</weight>
-     <bold>true</bold>
-    </font>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">color: rgb(170, 0, 255);</string>
-   </property>
-   <property name="text">
-    <string>Add Arguments</string>
-   </property>
-  </widget>
-  <widget class="QPushButton" name="addFile">
-   <property name="geometry">
-    <rect>
-     <x>190</x>
-     <y>220</y>
-     <width>80</width>
-     <height>26</height>
+     <width>701</width>
+     <height>921</height>
     </rect>
    </property>
-   <property name="styleSheet">
-    <string notr="true">background-color: rgb(255, 85, 0);
-font: 87 11pt &quot;Noto Sans&quot;;
-color: rgb(0, 43, 54);
-font-weight: 700;
-padding: 4px;</string>
-   </property>
-   <property name="text">
-    <string>File</string>
-   </property>
-  </widget>
-  <widget class="QLabel" name="label">
-   <property name="geometry">
-    <rect>
-     <x>60</x>
-     <y>290</y>
-     <width>111</width>
-     <height>18</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
+   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,2,0,0,1,0,8,1">
+    <item>
+     <widget class="QLabel" name="argDialogTitle">
+      <property name="font">
+       <font>
+        <pointsize>22</pointsize>
+        <weight>75</weight>
+        <bold>true</bold>
+       </font>
+      </property>
+      <property name="styleSheet">
+       <string notr="true">color: rgb(170, 0, 255);
+color:  rgb(255, 85, 0);
+ qproperty-alignment: 'AlignHCenter';
+</string>
+      </property>
+      <property name="text">
+       <string>Add Arguments</string>
+      </property>
+     </widget>
+    </item>
+    <item>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <item>
+       <widget class="QLabel" name="label_2">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+          <horstretch>2</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="minimumSize">
+         <size>
+          <width>108</width>
+          <height>0</height>
+         </size>
+        </property>
+        <property name="styleSheet">
+         <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
 color: rgb(131, 148, 150);
 font-weight: 700;</string>
-   </property>
-   <property name="text">
-    <string>Items to send</string>
-   </property>
-  </widget>
-  <widget class="QTableWidget" name="argList">
-   <property name="geometry">
-    <rect>
-     <x>60</x>
-     <y>320</y>
-     <width>481</width>
-     <height>171</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
-background-color: rgb(7, 54, 66);
+        </property>
+        <property name="text">
+         <string>Type</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="argType">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="styleSheet">
+         <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
+background-color: #2f535f;
 color: rgb(131, 148, 150);
 font-weight: 700;
 </string>
-   </property>
-   <property name="columnCount">
-    <number>2</number>
-   </property>
-   <attribute name="horizontalHeaderCascadingSectionResizes">
-    <bool>false</bool>
-   </attribute>
-   <attribute name="horizontalHeaderMinimumSectionSize">
-    <number>100</number>
-   </attribute>
-   <attribute name="horizontalHeaderDefaultSectionSize">
-    <number>200</number>
-   </attribute>
-   <attribute name="verticalHeaderMinimumSectionSize">
-    <number>100</number>
-   </attribute>
-   <attribute name="verticalHeaderDefaultSectionSize">
-    <number>100</number>
-   </attribute>
-   <column/>
-   <column/>
-  </widget>
-  <widget class="QLabel" name="label_2">
-   <property name="geometry">
-    <rect>
-     <x>130</x>
-     <y>80</y>
-     <width>58</width>
-     <height>18</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
+        </property>
+        <item>
+         <property name="text">
+          <string>description</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>hashtag</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>requested by</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>promote/share</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>link/bio</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+     </layout>
+    </item>
+    <item>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <item>
+       <widget class="QLabel" name="label_3">
+        <property name="minimumSize">
+         <size>
+          <width>108</width>
+          <height>0</height>
+         </size>
+        </property>
+        <property name="styleSheet">
+         <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
 color: rgb(131, 148, 150);
-font-weight: 700;</string>
-   </property>
-   <property name="text">
-    <string>Type</string>
-   </property>
-  </widget>
-  <widget class="QLabel" name="label_3">
-   <property name="geometry">
-    <rect>
-     <x>110</x>
-     <y>130</y>
-     <width>51</width>
-     <height>20</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
+font-weight: 700;
+ qproperty-alignment: 'AlignVLeft';</string>
+        </property>
+        <property name="text">
+         <string>Input</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QTextEdit" name="argInput">
+        <property name="styleSheet">
+         <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
+background-color: #2f535f;
 color: rgb(131, 148, 150);
-font-weight: 700;</string>
-   </property>
-   <property name="text">
-    <string>Input</string>
-   </property>
-  </widget>
-  <widget class="QLabel" name="label_4">
-   <property name="geometry">
-    <rect>
-     <x>60</x>
-     <y>220</y>
-     <width>101</width>
-     <height>20</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
+font-weight: 700;
+</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </item>
+    <item>
+     <widget class="QPushButton" name="addArgument">
+      <property name="styleSheet">
+       <string notr="true">background-color: rgb(255, 85, 0);
+font: 87 11pt &quot;Noto Sans&quot;;
+color: rgb(0, 43, 54);
+font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
+padding: 4px;</string>
+      </property>
+      <property name="text">
+       <string>Add</string>
+      </property>
+     </widget>
+    </item>
+    <item>
+     <layout class="QHBoxLayout" name="horizontalLayout_3">
+      <item alignment="Qt::AlignVCenter">
+       <widget class="QLabel" name="label_4">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="minimumSize">
+         <size>
+          <width>196</width>
+          <height>0</height>
+         </size>
+        </property>
+        <property name="styleSheet">
+         <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
 color: rgb(131, 148, 150);
 font-weight: 700;</string>
-   </property>
-   <property name="text">
-    <string>Attachment</string>
-   </property>
-  </widget>
-  <widget class="QTextEdit" name="argInput">
-   <property name="geometry">
-    <rect>
-     <x>190</x>
-     <y>130</y>
-     <width>281</width>
-     <height>51</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
-background-color: rgb(7, 54, 66);
+        </property>
+        <property name="text">
+         <string>Add file attachment</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="addFile">
+        <property name="styleSheet">
+         <string notr="true">background-color: rgb(255, 85, 0);
+font: 87 11pt &quot;Noto Sans&quot;;
+color: rgb(0, 43, 54);
+font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
+padding: 4px;</string>
+        </property>
+        <property name="text">
+         <string>Choose</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </item>
+    <item>
+     <layout class="QHBoxLayout" name="horizontalLayout_4">
+      <item alignment="Qt::AlignVCenter">
+       <widget class="QLabel" name="label_5">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="minimumSize">
+         <size>
+          <width>52</width>
+          <height>0</height>
+         </size>
+        </property>
+        <property name="styleSheet">
+         <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
 color: rgb(131, 148, 150);
 font-weight: 700;
-</string>
-   </property>
-  </widget>
-  <widget class="QLabel" name="label_5">
-   <property name="geometry">
-    <rect>
-     <x>120</x>
-     <y>260</y>
-     <width>41</width>
-     <height>20</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
+ qproperty-alignment: 'AlignHCenter';</string>
+        </property>
+        <property name="text">
+         <string>Time</string>
+        </property>
+       </widget>
+      </item>
+      <item alignment="Qt::AlignRight">
+       <widget class="QDateTimeEdit" name="dateTime">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="minimumSize">
+         <size>
+          <width>380</width>
+          <height>0</height>
+         </size>
+        </property>
+        <property name="styleSheet">
+         <string notr="true">background-color: #00000f;
+color: #2f535f;
+font-weight: 700;
+font-size: 16pt;</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </item>
+    <item alignment="Qt::AlignLeft">
+     <widget class="QLabel" name="label">
+      <property name="styleSheet">
+       <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
 color: rgb(131, 148, 150);
-font-weight: 700;</string>
-   </property>
-   <property name="text">
-    <string>Time</string>
-   </property>
-  </widget>
-  <widget class="QDateTimeEdit" name="dateTime">
-   <property name="geometry">
-    <rect>
-     <x>200</x>
-     <y>260</y>
-     <width>194</width>
-     <height>27</height>
-    </rect>
-   </property>
-  </widget>
-  <widget class="QComboBox" name="argType">
-   <property name="geometry">
-    <rect>
-     <x>190</x>
-     <y>80</y>
-     <width>141</width>
-     <height>31</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
-background-color: rgb(7, 54, 66);
+font-weight: 700;
+padding-left: 8px;</string>
+      </property>
+      <property name="text">
+       <string>Items to send</string>
+      </property>
+     </widget>
+    </item>
+    <item>
+     <widget class="QTableWidget" name="argList">
+      <property name="styleSheet">
+       <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
+background-color: #2f535f;
 color: rgb(131, 148, 150);
 font-weight: 700;
 </string>
-   </property>
-   <item>
-    <property name="text">
-     <string>description</string>
-    </property>
-   </item>
-   <item>
-    <property name="text">
-     <string>hashtag</string>
-    </property>
-   </item>
-   <item>
-    <property name="text">
-     <string>requested by</string>
-    </property>
-   </item>
-   <item>
-    <property name="text">
-     <string>promote/share</string>
-    </property>
-   </item>
-   <item>
-    <property name="text">
-     <string>link/bio</string>
-    </property>
-   </item>
-  </widget>
-  <widget class="QPushButton" name="devTestButton">
-   <property name="geometry">
-    <rect>
-     <x>240</x>
-     <y>590</y>
-     <width>81</width>
-     <height>31</height>
-    </rect>
-   </property>
-   <property name="styleSheet">
-    <string notr="true">background-color: rgb(130, 255, 121);
+      </property>
+      <property name="columnCount">
+       <number>2</number>
+      </property>
+      <attribute name="horizontalHeaderCascadingSectionResizes">
+       <bool>false</bool>
+      </attribute>
+      <attribute name="horizontalHeaderMinimumSectionSize">
+       <number>100</number>
+      </attribute>
+      <attribute name="horizontalHeaderDefaultSectionSize">
+       <number>200</number>
+      </attribute>
+      <attribute name="verticalHeaderMinimumSectionSize">
+       <number>100</number>
+      </attribute>
+      <attribute name="verticalHeaderDefaultSectionSize">
+       <number>100</number>
+      </attribute>
+      <column/>
+      <column/>
+     </widget>
+    </item>
+    <item>
+     <layout class="QHBoxLayout" name="horizontalLayout_5">
+      <item>
+       <widget class="QPushButton" name="devTestButton">
+        <property name="styleSheet">
+         <string notr="true">background-color: rgb(130, 255, 121);
 background-color: rgb(2, 180, 43);
 font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(0, 0, 0);
 font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
 padding: 4px;</string>
-   </property>
-   <property name="text">
-    <string>TEST</string>
-   </property>
+        </property>
+        <property name="text">
+         <string>DEV TEST</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QDialogButtonBox" name="argCommandButtons">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="autoFillBackground">
+         <bool>false</bool>
+        </property>
+        <property name="styleSheet">
+         <string notr="true">background-color: rgb(255, 85, 0);
+font: 87 11pt &quot;Noto Sans&quot;;
+color: rgb(0, 43, 54);
+font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
+padding: 4px;</string>
+        </property>
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="standardButtons">
+         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
+        </property>
+        <property name="centerButtons">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </item>
+   </layout>
   </widget>
  </widget>
  <resources/>

+ 1 - 1
kres.qrc

@@ -10,7 +10,7 @@
         <file>icons/log.png</file>
         <file>icons/send-button.png</file>
         <file>icons/disconnect.png</file>
-        <file>style/style.qss</file>
+        <file>style/style.css</file>
         <file>style/messagebox.css</file>
     </qresource>
 </RCC>

+ 2 - 2
ky_gui.pro.user

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by QtCreator 4.11.0, 2020-01-22T17:14:48. -->
+<!-- Written by QtCreator 4.11.0, 2020-01-24T08:02:46. -->
 <qtcreator>
  <data>
   <variable>EnvironmentId</variable>
@@ -345,7 +345,7 @@
     <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
     <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
     <value type="QString" key="RunConfiguration.WorkingDirectory"></value>
-    <value type="QString" key="RunConfiguration.WorkingDirectory.default"></value>
+    <value type="QString" key="RunConfiguration.WorkingDirectory.default">/data/c/ky_gui</value>
    </valuemap>
    <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
   </valuemap>

+ 120 - 20
mainwindow.ui

@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>723</width>
-    <height>937</height>
+    <width>724</width>
+    <height>948</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -20,7 +20,7 @@
   <property name="styleSheet">
    <string notr="true">font: 87 10pt &quot;Noto Sans&quot;;
 background-color: rgb(255, 85, 0);
-</string>
+background-color: rgb(196, 25, 0);</string>
   </property>
   <widget class="QWidget" name="centralWidget">
    <property name="styleSheet">
@@ -52,7 +52,7 @@ background-color: rgb(0, 43, 54);</string>
       <x>20</x>
       <y>50</y>
       <width>681</width>
-      <height>828</height>
+      <height>832</height>
      </rect>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0,0,0,0">
@@ -100,7 +100,7 @@ font-weight: 700;</string>
           <widget class="QComboBox" name="appList">
            <property name="styleSheet">
             <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
-background-color: rgb(7, 54, 66);
+background-color: #2f535f;
 color: rgb(131, 148, 150);
 font-weight: 700;
 </string>
@@ -120,11 +120,20 @@ font-weight: 700;
                <verstretch>0</verstretch>
               </sizepolicy>
              </property>
+             <property name="autoFillBackground">
+              <bool>false</bool>
+             </property>
              <property name="styleSheet">
               <string notr="true">background-color: rgb(255, 85, 0);
 font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(0, 43, 54);
 font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
 padding: 4px;</string>
              </property>
              <property name="text">
@@ -134,6 +143,9 @@ padding: 4px;</string>
               <iconset resource="kres.qrc">
                <normaloff>:/icons/icons/arguments.png</normaloff>:/icons/icons/arguments.png</iconset>
              </property>
+             <property name="flat">
+              <bool>false</bool>
+             </property>
             </widget>
            </item>
            <item>
@@ -144,11 +156,30 @@ padding: 4px;</string>
                <verstretch>0</verstretch>
               </sizepolicy>
              </property>
+             <property name="font">
+              <font>
+               <family>Noto Sans</family>
+               <pointsize>11</pointsize>
+               <weight>87</weight>
+               <italic>false</italic>
+               <bold>true</bold>
+               <kerning>true</kerning>
+              </font>
+             </property>
+             <property name="autoFillBackground">
+              <bool>false</bool>
+             </property>
              <property name="styleSheet">
               <string notr="true">background-color: rgb(255, 85, 0);
 font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(0, 43, 54);
 font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
 padding: 4px;</string>
              </property>
              <property name="text">
@@ -158,6 +189,18 @@ padding: 4px;</string>
               <iconset resource="kres.qrc">
                <normaloff>:/icons/icons/execute.png</normaloff>:/icons/icons/execute.png</iconset>
              </property>
+             <property name="checkable">
+              <bool>false</bool>
+             </property>
+             <property name="checked">
+              <bool>false</bool>
+             </property>
+             <property name="default">
+              <bool>false</bool>
+             </property>
+             <property name="flat">
+              <bool>false</bool>
+             </property>
             </widget>
            </item>
           </layout>
@@ -203,7 +246,7 @@ font-weight: 700;</string>
                </property>
                <property name="styleSheet">
                 <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
-background-color: rgb(7, 54, 66);
+background-color: #2f535f;
 color: rgb(131, 148, 150);
 font-weight: 700;
 </string>
@@ -229,11 +272,20 @@ font-weight: 700;
                <verstretch>0</verstretch>
               </sizepolicy>
              </property>
+             <property name="autoFillBackground">
+              <bool>false</bool>
+             </property>
              <property name="styleSheet">
-              <string notr="true">background-color: rgb(157, 157, 157);
+              <string notr="true">background-color: #c41900;
 font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(0, 0, 0);
 font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
 padding: 4px;</string>
              </property>
              <property name="text">
@@ -243,6 +295,9 @@ padding: 4px;</string>
               <iconset resource="kres.qrc">
                <normaloff>:/icons/log.png</normaloff>:/icons/log.png</iconset>
              </property>
+             <property name="flat">
+              <bool>false</bool>
+             </property>
             </widget>
            </item>
           </layout>
@@ -272,7 +327,7 @@ font-weight: 700;</string>
            </property>
            <property name="styleSheet">
             <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
-background-color: rgb(7, 54, 66);
+background-color: #2f535f;
 color: rgb(131, 148, 150);
 font-weight: 700;
 </string>
@@ -311,7 +366,7 @@ font-weight: 700;</string>
        </property>
        <property name="styleSheet">
         <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
-background-color: rgb(7, 54, 66);
+background-color: #2f535f;
 color: rgb(131, 148, 150);
 font-weight: 700;
 </string>
@@ -364,7 +419,7 @@ font-weight: 700;
          </property>
          <property name="styleSheet">
           <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
-background-color: rgb(7, 54, 66);
+background-color: #2f535f;
 color: rgb(131, 148, 150);
 font-weight: 700;
 </string>
@@ -398,12 +453,20 @@ font-weight: 700;</string>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
+         <property name="autoFillBackground">
+          <bool>false</bool>
+         </property>
          <property name="styleSheet">
           <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(0, 0, 0);
-background-color: rgb(255, 65, 68);
 background-color: rgb(255, 0, 4);
 font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
 padding: 4px;</string>
          </property>
          <property name="text">
@@ -413,6 +476,9 @@ padding: 4px;</string>
           <iconset resource="kres.qrc">
            <normaloff>:/icons/disconnect.png</normaloff>:/icons/disconnect.png</iconset>
          </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
         </widget>
        </item>
        <item>
@@ -423,11 +489,20 @@ padding: 4px;</string>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
+         <property name="autoFillBackground">
+          <bool>false</bool>
+         </property>
          <property name="styleSheet">
           <string notr="true">background-color: rgb(255, 85, 0);
 font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(0, 43, 54);
 font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
 padding: 4px;</string>
          </property>
          <property name="text">
@@ -437,6 +512,9 @@ padding: 4px;</string>
           <iconset resource="kres.qrc">
            <normaloff>:/icons/icons/task.png</normaloff>:/icons/icons/task.png</iconset>
          </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
         </widget>
        </item>
        <item>
@@ -447,12 +525,21 @@ padding: 4px;</string>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
+         <property name="autoFillBackground">
+          <bool>false</bool>
+         </property>
          <property name="styleSheet">
           <string notr="true">background-color: rgb(130, 255, 121);
 background-color: rgb(2, 180, 43);
 font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(0, 0, 0);
 font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 4px;
+border-color: #00000f;
+min-width: 4em;
 padding: 4px;</string>
          </property>
          <property name="text">
@@ -494,7 +581,7 @@ padding: 4px;</string>
         </sizepolicy>
        </property>
        <property name="styleSheet">
-        <string notr="true">background-color: rgb(94, 79, 255);
+        <string notr="true">background-color: #2f535f;
 font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(0, 0, 0);</string>
        </property>
@@ -508,9 +595,9 @@ color: rgb(0, 0, 0);</string>
    <widget class="ConnectionIndicator" name="led">
     <property name="geometry">
      <rect>
-      <x>30</x>
-      <y>20</y>
-      <width>41</width>
+      <x>540</x>
+      <y>30</y>
+      <width>40</width>
       <height>20</height>
      </rect>
     </property>
@@ -521,17 +608,27 @@ color: rgb(0, 0, 0);</string>
    <widget class="QPushButton" name="connect">
     <property name="geometry">
      <rect>
-      <x>590</x>
-      <y>10</y>
-      <width>111</width>
-      <height>31</height>
+      <x>600</x>
+      <y>20</y>
+      <width>101</width>
+      <height>41</height>
      </rect>
     </property>
+    <property name="autoFillBackground">
+     <bool>false</bool>
+    </property>
     <property name="styleSheet">
      <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(0, 0, 0);
 background-color: rgb(2, 180, 43);
 font-weight: 700;
+padding: 4px;
+border-style: outset;
+border-width: 2px;
+border-radius: 6px;
+border-color: #00000f;
+min-width: 1em;
+min-height: 1em;
 padding: 4px;</string>
     </property>
     <property name="text">
@@ -541,6 +638,9 @@ padding: 4px;</string>
      <iconset resource="kres.qrc">
       <normaloff>:/icons/icons/start.png</normaloff>:/icons/icons/start.png</iconset>
     </property>
+    <property name="flat">
+     <bool>false</bool>
+    </property>
    </widget>
   </widget>
   <widget class="QMenuBar" name="menuBar">
@@ -548,7 +648,7 @@ padding: 4px;</string>
     <rect>
      <x>0</x>
      <y>0</y>
-     <width>723</width>
+     <width>724</width>
      <height>23</height>
     </rect>
    </property>

+ 7 - 11
style/style.css

@@ -1,12 +1,8 @@
-QMainWindow {
-  font: 87 10pt "Noto Sans";
-  background-color: rgb(255, 85, 0);
+QPushButton {
+      border-style: outset;
+      border-width: 2px;
+      border-radius: 10px;
+      border-color: beige;
+      min-width: 10em;
+      padding: 6px;
 }
-
-QWidget {
-  border-color: rgb(0, 0, 0);
-  background-color: rgb(0, 43, 54);
-}
-
-
-QMessageBox { background-color: rgb(255, 255, 255); }

+ 231 - 100
ui_argdialog.h

@@ -16,98 +16,231 @@
 #include <QtWidgets/QDateTimeEdit>
 #include <QtWidgets/QDialog>
 #include <QtWidgets/QDialogButtonBox>
+#include <QtWidgets/QHBoxLayout>
 #include <QtWidgets/QHeaderView>
 #include <QtWidgets/QLabel>
 #include <QtWidgets/QPushButton>
 #include <QtWidgets/QTableWidget>
 #include <QtWidgets/QTextEdit>
+#include <QtWidgets/QVBoxLayout>
+#include <QtWidgets/QWidget>
 
 QT_BEGIN_NAMESPACE
 
 class Ui_ArgDialog
 {
 public:
-    QDialogButtonBox *argCommandButtons;
-    QPushButton *addArgument;
+    QWidget *verticalLayoutWidget;
+    QVBoxLayout *verticalLayout;
     QLabel *argDialogTitle;
-    QPushButton *addFile;
-    QLabel *label;
-    QTableWidget *argList;
+    QHBoxLayout *horizontalLayout;
     QLabel *label_2;
+    QComboBox *argType;
+    QHBoxLayout *horizontalLayout_2;
     QLabel *label_3;
-    QLabel *label_4;
     QTextEdit *argInput;
+    QPushButton *addArgument;
+    QHBoxLayout *horizontalLayout_3;
+    QLabel *label_4;
+    QPushButton *addFile;
+    QHBoxLayout *horizontalLayout_4;
     QLabel *label_5;
     QDateTimeEdit *dateTime;
-    QComboBox *argType;
+    QLabel *label;
+    QTableWidget *argList;
+    QHBoxLayout *horizontalLayout_5;
     QPushButton *devTestButton;
+    QDialogButtonBox *argCommandButtons;
 
     void setupUi(QDialog *ArgDialog)
     {
         if (ArgDialog->objectName().isEmpty())
             ArgDialog->setObjectName(QString::fromUtf8("ArgDialog"));
-        ArgDialog->resize(608, 710);
+        ArgDialog->resize(724, 948);
         QIcon icon;
         icon.addFile(QString::fromUtf8("favicon.ico"), QSize(), QIcon::Normal, QIcon::Off);
         ArgDialog->setWindowIcon(icon);
         ArgDialog->setStyleSheet(QString::fromUtf8("border-color: rgb(0, 0, 0);\n"
 "background-color: rgb(0, 43, 54);"));
-        argCommandButtons = new QDialogButtonBox(ArgDialog);
-        argCommandButtons->setObjectName(QString::fromUtf8("argCommandButtons"));
-        argCommandButtons->setGeometry(QRect(330, 510, 211, 32));
-        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
-        sizePolicy.setHorizontalStretch(0);
+        verticalLayoutWidget = new QWidget(ArgDialog);
+        verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
+        verticalLayoutWidget->setGeometry(QRect(10, 10, 701, 921));
+        verticalLayout = new QVBoxLayout(verticalLayoutWidget);
+        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
+        verticalLayout->setContentsMargins(0, 0, 0, 0);
+        argDialogTitle = new QLabel(verticalLayoutWidget);
+        argDialogTitle->setObjectName(QString::fromUtf8("argDialogTitle"));
+        QFont font;
+        font.setPointSize(22);
+        font.setBold(true);
+        font.setWeight(75);
+        argDialogTitle->setFont(font);
+        argDialogTitle->setStyleSheet(QString::fromUtf8("color: rgb(170, 0, 255);\n"
+"color:  rgb(255, 85, 0);\n"
+" qproperty-alignment: 'AlignHCenter';\n"
+""));
+
+        verticalLayout->addWidget(argDialogTitle);
+
+        horizontalLayout = new QHBoxLayout();
+        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
+        label_2 = new QLabel(verticalLayoutWidget);
+        label_2->setObjectName(QString::fromUtf8("label_2"));
+        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
+        sizePolicy.setHorizontalStretch(2);
         sizePolicy.setVerticalStretch(0);
-        sizePolicy.setHeightForWidth(argCommandButtons->sizePolicy().hasHeightForWidth());
-        argCommandButtons->setSizePolicy(sizePolicy);
-        argCommandButtons->setLayoutDirection(Qt::LeftToRight);
-        argCommandButtons->setAutoFillBackground(false);
-        argCommandButtons->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
-"font: 87 11pt \"Noto Sans\";\n"
-"color: rgb(0, 43, 54);\n"
+        sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
+        label_2->setSizePolicy(sizePolicy);
+        label_2->setMinimumSize(QSize(108, 0));
+        label_2->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
+"color: rgb(131, 148, 150);\n"
+"font-weight: 700;"));
+
+        horizontalLayout->addWidget(label_2);
+
+        argType = new QComboBox(verticalLayoutWidget);
+        argType->addItem(QString());
+        argType->addItem(QString());
+        argType->addItem(QString());
+        argType->addItem(QString());
+        argType->addItem(QString());
+        argType->setObjectName(QString::fromUtf8("argType"));
+        QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
+        sizePolicy1.setHorizontalStretch(0);
+        sizePolicy1.setVerticalStretch(0);
+        sizePolicy1.setHeightForWidth(argType->sizePolicy().hasHeightForWidth());
+        argType->setSizePolicy(sizePolicy1);
+        argType->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
+"background-color: #2f535f;\n"
+"color: rgb(131, 148, 150);\n"
 "font-weight: 700;\n"
-"padding: 4px;"));
-        argCommandButtons->setOrientation(Qt::Horizontal);
-        argCommandButtons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Save);
-        argCommandButtons->setCenterButtons(true);
-        addArgument = new QPushButton(ArgDialog);
+""));
+
+        horizontalLayout->addWidget(argType);
+
+
+        verticalLayout->addLayout(horizontalLayout);
+
+        horizontalLayout_2 = new QHBoxLayout();
+        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
+        label_3 = new QLabel(verticalLayoutWidget);
+        label_3->setObjectName(QString::fromUtf8("label_3"));
+        label_3->setMinimumSize(QSize(108, 0));
+        label_3->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
+"color: rgb(131, 148, 150);\n"
+"font-weight: 700;\n"
+" qproperty-alignment: 'AlignVLeft';"));
+
+        horizontalLayout_2->addWidget(label_3);
+
+        argInput = new QTextEdit(verticalLayoutWidget);
+        argInput->setObjectName(QString::fromUtf8("argInput"));
+        argInput->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
+"background-color: #2f535f;\n"
+"color: rgb(131, 148, 150);\n"
+"font-weight: 700;\n"
+""));
+
+        horizontalLayout_2->addWidget(argInput);
+
+
+        verticalLayout->addLayout(horizontalLayout_2);
+
+        addArgument = new QPushButton(verticalLayoutWidget);
         addArgument->setObjectName(QString::fromUtf8("addArgument"));
-        addArgument->setGeometry(QRect(380, 190, 80, 26));
         addArgument->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
 "font: 87 11pt \"Noto Sans\";\n"
 "color: rgb(0, 43, 54);\n"
 "font-weight: 700;\n"
+"padding: 4px;\n"
+"border-style: outset;\n"
+"border-width: 2px;\n"
+"border-radius: 4px;\n"
+"border-color: #00000f;\n"
+"min-width: 4em;\n"
 "padding: 4px;"));
-        argDialogTitle = new QLabel(ArgDialog);
-        argDialogTitle->setObjectName(QString::fromUtf8("argDialogTitle"));
-        argDialogTitle->setGeometry(QRect(210, 10, 231, 51));
-        QFont font;
-        font.setPointSize(22);
-        font.setBold(true);
-        font.setWeight(75);
-        argDialogTitle->setFont(font);
-        argDialogTitle->setStyleSheet(QString::fromUtf8("color: rgb(170, 0, 255);"));
-        addFile = new QPushButton(ArgDialog);
+
+        verticalLayout->addWidget(addArgument);
+
+        horizontalLayout_3 = new QHBoxLayout();
+        horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
+        label_4 = new QLabel(verticalLayoutWidget);
+        label_4->setObjectName(QString::fromUtf8("label_4"));
+        QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Preferred);
+        sizePolicy2.setHorizontalStretch(0);
+        sizePolicy2.setVerticalStretch(0);
+        sizePolicy2.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth());
+        label_4->setSizePolicy(sizePolicy2);
+        label_4->setMinimumSize(QSize(196, 0));
+        label_4->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
+"color: rgb(131, 148, 150);\n"
+"font-weight: 700;"));
+
+        horizontalLayout_3->addWidget(label_4, 0, Qt::AlignVCenter);
+
+        addFile = new QPushButton(verticalLayoutWidget);
         addFile->setObjectName(QString::fromUtf8("addFile"));
-        addFile->setGeometry(QRect(190, 220, 80, 26));
         addFile->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
 "font: 87 11pt \"Noto Sans\";\n"
 "color: rgb(0, 43, 54);\n"
 "font-weight: 700;\n"
+"padding: 4px;\n"
+"border-style: outset;\n"
+"border-width: 2px;\n"
+"border-radius: 4px;\n"
+"border-color: #00000f;\n"
+"min-width: 4em;\n"
 "padding: 4px;"));
-        label = new QLabel(ArgDialog);
+
+        horizontalLayout_3->addWidget(addFile);
+
+
+        verticalLayout->addLayout(horizontalLayout_3);
+
+        horizontalLayout_4 = new QHBoxLayout();
+        horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
+        label_5 = new QLabel(verticalLayoutWidget);
+        label_5->setObjectName(QString::fromUtf8("label_5"));
+        sizePolicy2.setHeightForWidth(label_5->sizePolicy().hasHeightForWidth());
+        label_5->setSizePolicy(sizePolicy2);
+        label_5->setMinimumSize(QSize(52, 0));
+        label_5->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
+"color: rgb(131, 148, 150);\n"
+"font-weight: 700;\n"
+" qproperty-alignment: 'AlignHCenter';"));
+
+        horizontalLayout_4->addWidget(label_5, 0, Qt::AlignVCenter);
+
+        dateTime = new QDateTimeEdit(verticalLayoutWidget);
+        dateTime->setObjectName(QString::fromUtf8("dateTime"));
+        sizePolicy1.setHeightForWidth(dateTime->sizePolicy().hasHeightForWidth());
+        dateTime->setSizePolicy(sizePolicy1);
+        dateTime->setMinimumSize(QSize(380, 0));
+        dateTime->setStyleSheet(QString::fromUtf8("background-color: #00000f;\n"
+"color: #2f535f;\n"
+"font-weight: 700;\n"
+"font-size: 16pt;"));
+
+        horizontalLayout_4->addWidget(dateTime, 0, Qt::AlignRight);
+
+
+        verticalLayout->addLayout(horizontalLayout_4);
+
+        label = new QLabel(verticalLayoutWidget);
         label->setObjectName(QString::fromUtf8("label"));
-        label->setGeometry(QRect(60, 290, 111, 18));
         label->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
 "color: rgb(131, 148, 150);\n"
-"font-weight: 700;"));
-        argList = new QTableWidget(ArgDialog);
+"font-weight: 700;\n"
+"padding-left: 8px;"));
+
+        verticalLayout->addWidget(label, 0, Qt::AlignLeft);
+
+        argList = new QTableWidget(verticalLayoutWidget);
         if (argList->columnCount() < 2)
             argList->setColumnCount(2);
         argList->setObjectName(QString::fromUtf8("argList"));
-        argList->setGeometry(QRect(60, 320, 481, 171));
         argList->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
-"background-color: rgb(7, 54, 66);\n"
+"background-color: #2f535f;\n"
 "color: rgb(131, 148, 150);\n"
 "font-weight: 700;\n"
 ""));
@@ -117,63 +250,61 @@ public:
         argList->horizontalHeader()->setDefaultSectionSize(200);
         argList->verticalHeader()->setMinimumSectionSize(100);
         argList->verticalHeader()->setDefaultSectionSize(100);
-        label_2 = new QLabel(ArgDialog);
-        label_2->setObjectName(QString::fromUtf8("label_2"));
-        label_2->setGeometry(QRect(130, 80, 58, 18));
-        label_2->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
-"color: rgb(131, 148, 150);\n"
-"font-weight: 700;"));
-        label_3 = new QLabel(ArgDialog);
-        label_3->setObjectName(QString::fromUtf8("label_3"));
-        label_3->setGeometry(QRect(110, 130, 51, 20));
-        label_3->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
-"color: rgb(131, 148, 150);\n"
-"font-weight: 700;"));
-        label_4 = new QLabel(ArgDialog);
-        label_4->setObjectName(QString::fromUtf8("label_4"));
-        label_4->setGeometry(QRect(60, 220, 101, 20));
-        label_4->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
-"color: rgb(131, 148, 150);\n"
-"font-weight: 700;"));
-        argInput = new QTextEdit(ArgDialog);
-        argInput->setObjectName(QString::fromUtf8("argInput"));
-        argInput->setGeometry(QRect(190, 130, 281, 51));
-        argInput->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
-"background-color: rgb(7, 54, 66);\n"
-"color: rgb(131, 148, 150);\n"
-"font-weight: 700;\n"
-""));
-        label_5 = new QLabel(ArgDialog);
-        label_5->setObjectName(QString::fromUtf8("label_5"));
-        label_5->setGeometry(QRect(120, 260, 41, 20));
-        label_5->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
-"color: rgb(131, 148, 150);\n"
-"font-weight: 700;"));
-        dateTime = new QDateTimeEdit(ArgDialog);
-        dateTime->setObjectName(QString::fromUtf8("dateTime"));
-        dateTime->setGeometry(QRect(200, 260, 194, 27));
-        argType = new QComboBox(ArgDialog);
-        argType->addItem(QString());
-        argType->addItem(QString());
-        argType->addItem(QString());
-        argType->addItem(QString());
-        argType->addItem(QString());
-        argType->setObjectName(QString::fromUtf8("argType"));
-        argType->setGeometry(QRect(190, 80, 141, 31));
-        argType->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
-"background-color: rgb(7, 54, 66);\n"
-"color: rgb(131, 148, 150);\n"
-"font-weight: 700;\n"
-""));
-        devTestButton = new QPushButton(ArgDialog);
+
+        verticalLayout->addWidget(argList);
+
+        horizontalLayout_5 = new QHBoxLayout();
+        horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
+        devTestButton = new QPushButton(verticalLayoutWidget);
         devTestButton->setObjectName(QString::fromUtf8("devTestButton"));
-        devTestButton->setGeometry(QRect(240, 590, 81, 31));
         devTestButton->setStyleSheet(QString::fromUtf8("background-color: rgb(130, 255, 121);\n"
 "background-color: rgb(2, 180, 43);\n"
 "font: 87 11pt \"Noto Sans\";\n"
 "color: rgb(0, 0, 0);\n"
 "font-weight: 700;\n"
+"padding: 4px;\n"
+"border-style: outset;\n"
+"border-width: 2px;\n"
+"border-radius: 4px;\n"
+"border-color: #00000f;\n"
+"min-width: 4em;\n"
+"padding: 4px;"));
+
+        horizontalLayout_5->addWidget(devTestButton);
+
+        argCommandButtons = new QDialogButtonBox(verticalLayoutWidget);
+        argCommandButtons->setObjectName(QString::fromUtf8("argCommandButtons"));
+        QSizePolicy sizePolicy3(QSizePolicy::Fixed, QSizePolicy::Fixed);
+        sizePolicy3.setHorizontalStretch(0);
+        sizePolicy3.setVerticalStretch(0);
+        sizePolicy3.setHeightForWidth(argCommandButtons->sizePolicy().hasHeightForWidth());
+        argCommandButtons->setSizePolicy(sizePolicy3);
+        argCommandButtons->setLayoutDirection(Qt::LeftToRight);
+        argCommandButtons->setAutoFillBackground(false);
+        argCommandButtons->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
+"font: 87 11pt \"Noto Sans\";\n"
+"color: rgb(0, 43, 54);\n"
+"font-weight: 700;\n"
+"padding: 4px;\n"
+"border-style: outset;\n"
+"border-width: 2px;\n"
+"border-radius: 4px;\n"
+"border-color: #00000f;\n"
+"min-width: 4em;\n"
 "padding: 4px;"));
+        argCommandButtons->setOrientation(Qt::Horizontal);
+        argCommandButtons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Save);
+        argCommandButtons->setCenterButtons(true);
+
+        horizontalLayout_5->addWidget(argCommandButtons);
+
+
+        verticalLayout->addLayout(horizontalLayout_5);
+
+        verticalLayout->setStretch(2, 2);
+        verticalLayout->setStretch(5, 1);
+        verticalLayout->setStretch(7, 8);
+        verticalLayout->setStretch(8, 1);
 
         retranslateUi(ArgDialog);
         QObject::connect(argCommandButtons, SIGNAL(accepted()), ArgDialog, SLOT(accept()));
@@ -185,21 +316,21 @@ public:
     void retranslateUi(QDialog *ArgDialog)
     {
         ArgDialog->setWindowTitle(QCoreApplication::translate("ArgDialog", "Dialog", nullptr));
-        addArgument->setText(QCoreApplication::translate("ArgDialog", "Add", nullptr));
         argDialogTitle->setText(QCoreApplication::translate("ArgDialog", "Add Arguments", nullptr));
-        addFile->setText(QCoreApplication::translate("ArgDialog", "File", nullptr));
-        label->setText(QCoreApplication::translate("ArgDialog", "Items to send", nullptr));
         label_2->setText(QCoreApplication::translate("ArgDialog", "Type", nullptr));
-        label_3->setText(QCoreApplication::translate("ArgDialog", "Input", nullptr));
-        label_4->setText(QCoreApplication::translate("ArgDialog", "Attachment", nullptr));
-        label_5->setText(QCoreApplication::translate("ArgDialog", "Time", nullptr));
         argType->setItemText(0, QCoreApplication::translate("ArgDialog", "description", nullptr));
         argType->setItemText(1, QCoreApplication::translate("ArgDialog", "hashtag", nullptr));
         argType->setItemText(2, QCoreApplication::translate("ArgDialog", "requested by", nullptr));
         argType->setItemText(3, QCoreApplication::translate("ArgDialog", "promote/share", nullptr));
         argType->setItemText(4, QCoreApplication::translate("ArgDialog", "link/bio", nullptr));
 
-        devTestButton->setText(QCoreApplication::translate("ArgDialog", "TEST", nullptr));
+        label_3->setText(QCoreApplication::translate("ArgDialog", "Input", nullptr));
+        addArgument->setText(QCoreApplication::translate("ArgDialog", "Add", nullptr));
+        label_4->setText(QCoreApplication::translate("ArgDialog", "Add file attachment", nullptr));
+        addFile->setText(QCoreApplication::translate("ArgDialog", "Choose", nullptr));
+        label_5->setText(QCoreApplication::translate("ArgDialog", "Time", nullptr));
+        label->setText(QCoreApplication::translate("ArgDialog", "Items to send", nullptr));
+        devTestButton->setText(QCoreApplication::translate("ArgDialog", "DEV TEST", nullptr));
     } // retranslateUi
 
 };