Browse Source

adding better icons, styling, and default file value restriction

logicp 5 years ago
parent
commit
7975d755f2
9 changed files with 170 additions and 143 deletions
  1. 99 83
      argdialog.ui
  2. BIN
      icons/clip.png
  3. BIN
      icons/erase.png
  4. BIN
      icons/trash.png
  5. 3 0
      kres.qrc
  6. 27 23
      src/argdialog.cpp
  7. 1 3
      src/kfiledialog.cpp
  8. 39 33
      ui_argdialog.h
  9. 1 1
      ui_consoledialog.h

+ 99 - 83
argdialog.ui

@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>940</width>
+    <width>970</width>
     <height>864</height>
    </rect>
   </property>
@@ -26,11 +26,11 @@ background-color: rgb(0, 43, 54);</string>
     <rect>
      <x>10</x>
      <y>10</y>
-     <width>921</width>
+     <width>948</width>
      <height>851</height>
     </rect>
    </property>
-   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1,0,0,0,3,0,0">
+   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1,0,0,0,0,3,0">
     <item>
      <widget class="QLabel" name="argDialogTitle">
       <property name="font">
@@ -63,10 +63,16 @@ color:  rgb(255, 85, 0);
         </property>
         <property name="minimumSize">
          <size>
-          <width>108</width>
+          <width>196</width>
           <height>0</height>
          </size>
         </property>
+        <property name="maximumSize">
+         <size>
+          <width>196</width>
+          <height>16777215</height>
+         </size>
+        </property>
         <property name="styleSheet">
          <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
 color: rgb(131, 148, 150);
@@ -75,6 +81,9 @@ font-weight: 700;</string>
         <property name="text">
          <string>Type</string>
         </property>
+        <property name="alignment">
+         <set>Qt::AlignCenter</set>
+        </property>
        </widget>
       </item>
       <item>
@@ -133,10 +142,16 @@ font-weight: 700;
         </property>
         <property name="minimumSize">
          <size>
-          <width>0</width>
+          <width>196</width>
           <height>0</height>
          </size>
         </property>
+        <property name="maximumSize">
+         <size>
+          <width>196</width>
+          <height>16777215</height>
+         </size>
+        </property>
         <property name="styleSheet">
          <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
 color: rgb(131, 148, 150);
@@ -146,6 +161,9 @@ font-weight: 700;
         <property name="text">
          <string>Input</string>
         </property>
+        <property name="alignment">
+         <set>Qt::AlignCenter</set>
+        </property>
        </widget>
       </item>
       <item>
@@ -159,22 +177,27 @@ font-weight: 700;
         </property>
        </widget>
       </item>
-      <item>
-       <widget class="QPushButton" name="addArgument">
-        <property name="sizePolicy">
-         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
-          <horstretch>0</horstretch>
-          <verstretch>0</verstretch>
-         </sizepolicy>
-        </property>
-        <property name="minimumSize">
-         <size>
-          <width>100</width>
-          <height>0</height>
-         </size>
-        </property>
-        <property name="styleSheet">
-         <string notr="true">background-color: #2f535f;
+     </layout>
+    </item>
+    <item>
+     <widget class="QPushButton" name="addArgument">
+      <property name="sizePolicy">
+       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+        <horstretch>0</horstretch>
+        <verstretch>0</verstretch>
+       </sizepolicy>
+      </property>
+      <property name="minimumSize">
+       <size>
+        <width>100</width>
+        <height>0</height>
+       </size>
+      </property>
+      <property name="layoutDirection">
+       <enum>Qt::LeftToRight</enum>
+      </property>
+      <property name="styleSheet">
+       <string notr="true">background-color: #2f535f;
 font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(149, 155, 156);
 font-weight: 700;
@@ -185,20 +208,14 @@ border-radius: 4px;
 border-color: #00000f;
 min-width: 4em;
 padding: 4px;</string>
-        </property>
-        <property name="text">
-         <string>Add</string>
-        </property>
-        <property name="icon">
-         <iconset>
-          <normaloff>icons/right-arrow.png</normaloff>icons/right-arrow.png</iconset>
-        </property>
-        <property name="flat">
-         <bool>false</bool>
-        </property>
-       </widget>
-      </item>
-     </layout>
+      </property>
+      <property name="text">
+       <string>Add</string>
+      </property>
+      <property name="flat">
+       <bool>false</bool>
+      </property>
+     </widget>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_3">
@@ -224,6 +241,9 @@ font-weight: 700;</string>
         <property name="text">
          <string>Add file attachment</string>
         </property>
+        <property name="alignment">
+         <set>Qt::AlignCenter</set>
+        </property>
        </widget>
       </item>
       <item>
@@ -244,6 +264,11 @@ padding: 4px;</string>
         <property name="text">
          <string>Choose</string>
         </property>
+        <property name="icon">
+         <iconset theme="clip.png">
+          <normalon>:/icons/icons/clip.png</normalon>
+         </iconset>
+        </property>
        </widget>
       </item>
      </layout>
@@ -253,17 +278,23 @@ padding: 4px;</string>
       <item alignment="Qt::AlignVCenter">
        <widget class="QLabel" name="label_5">
         <property name="sizePolicy">
-         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
         <property name="minimumSize">
          <size>
-          <width>52</width>
+          <width>196</width>
           <height>0</height>
          </size>
         </property>
+        <property name="maximumSize">
+         <size>
+          <width>196</width>
+          <height>16777215</height>
+         </size>
+        </property>
         <property name="styleSheet">
          <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
 color: rgb(131, 148, 150);
@@ -273,19 +304,22 @@ font-weight: 700;
         <property name="text">
          <string>Time</string>
         </property>
+        <property name="alignment">
+         <set>Qt::AlignHCenter</set>
+        </property>
        </widget>
       </item>
       <item alignment="Qt::AlignRight">
        <widget class="QDateTimeEdit" name="dateTime">
         <property name="sizePolicy">
-         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
         <property name="minimumSize">
          <size>
-          <width>380</width>
+          <width>740</width>
           <height>38</height>
          </size>
         </property>
@@ -313,23 +347,7 @@ padding-left: 8px;</string>
      </widget>
     </item>
     <item>
-     <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,0,0">
-      <item>
-       <spacer name="horizontalSpacer">
-        <property name="orientation">
-         <enum>Qt::Horizontal</enum>
-        </property>
-        <property name="sizeType">
-         <enum>QSizePolicy::Maximum</enum>
-        </property>
-        <property name="sizeHint" stdset="0">
-         <size>
-          <width>20</width>
-          <height>20</height>
-         </size>
-        </property>
-       </spacer>
-      </item>
+     <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0">
       <item>
        <widget class="QTableWidget" name="argList">
         <property name="styleSheet">
@@ -366,28 +384,23 @@ padding-left: 2px;</string>
         <column/>
        </widget>
       </item>
-      <item>
-       <spacer name="horizontalSpacer_2">
-        <property name="orientation">
-         <enum>Qt::Horizontal</enum>
-        </property>
-        <property name="sizeType">
-         <enum>QSizePolicy::Maximum</enum>
-        </property>
-        <property name="sizeHint" stdset="0">
-         <size>
-          <width>20</width>
-          <height>20</height>
-         </size>
-        </property>
-       </spacer>
-      </item>
      </layout>
     </item>
     <item>
-     <widget class="QPushButton" name="clear">
-      <property name="styleSheet">
-       <string notr="true">background-color: #2f535f;
+     <layout class="QHBoxLayout" name="horizontalLayout_5">
+      <property name="spacing">
+       <number>4</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="clear">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="styleSheet">
+         <string notr="true">background-color: #2f535f;
 font: 87 11pt &quot;Noto Sans&quot;;
 color: rgb(149, 155, 156);
 font-weight: 700;
@@ -398,14 +411,17 @@ border-radius: 4px;
 border-color: #00000f;
 min-width: 4em;
 padding: 4px;</string>
-      </property>
-      <property name="text">
-       <string>Clear</string>
-      </property>
-     </widget>
-    </item>
-    <item>
-     <layout class="QHBoxLayout" name="horizontalLayout_5">
+        </property>
+        <property name="text">
+         <string>Clear</string>
+        </property>
+        <property name="icon">
+         <iconset>
+          <normalon>:/icons/icons/trash.png</normalon>
+         </iconset>
+        </property>
+       </widget>
+      </item>
       <item>
        <widget class="QDialogButtonBox" name="argCommandButtons">
         <property name="sizePolicy">

BIN
icons/clip.png


BIN
icons/erase.png


BIN
icons/trash.png


+ 3 - 0
kres.qrc

@@ -6,6 +6,9 @@
         <file>icons/execute.png</file>
         <file>icons/arguments.png</file>
         <file>icons/quit.png</file>
+        <file>icons/erase.png</file>
+        <file>icons/trash.png</file>
+        <file>icons/clip.png</file>
     </qresource>
     <qresource prefix="/">
         <file>icons/log.png</file>

+ 27 - 23
src/argdialog.cpp

@@ -53,10 +53,11 @@ ArgDialog::ArgDialog(QWidget *parent)
     }
   });
 
-  ui->argList->setHorizontalHeaderLabels(QStringList{"Value", "Type", "Preview", "Delete"});
-  ui->argList->setColumnWidth(0, 300);
-  ui->argList->setColumnWidth(1, 40);
-  ui->argList->setColumnWidth(2, 100);
+  ui->argList->setHorizontalHeaderLabels(
+      QStringList{"Type", "Value", "Preview", "Delete"});
+  ui->argList->setColumnWidth(0, 40);
+  ui->argList->setColumnWidth(1, 520);
+  ui->argList->setColumnWidth(2, 220);
   ui->argList->setColumnWidth(3, 30);
   ui->argList->verticalHeader()->setDefaultSectionSize(100);
 
@@ -157,8 +158,8 @@ void ArgDialog::setTaskArguments() {
 }
 
 void ArgDialog::addItem(QString value, QString type) {
-  QTableWidgetItem *item = new QTableWidgetItem(value);
-  QTableWidgetItem *item2 = new QTableWidgetItem(type);
+  QTableWidgetItem *item = new QTableWidgetItem(type);
+  QTableWidgetItem *item2 = new QTableWidgetItem(value);
   auto row = ui->argList->rowCount();
   ui->argList->insertRow(row);
   QPushButton *q_pb = new QPushButton();
@@ -206,9 +207,11 @@ void ArgDialog::clearTask() {
 }
 
 void ArgDialog::addRequestedBy(QString value) {
+  QStringList names = value.split(" ");
+  for (const auto &name : names) {
     if (std::find(m_ig_post.requested_by.begin(), m_ig_post.requested_by.end(), value.toUtf8().constData()) == m_ig_post.requested_by.end()) {
-        m_ig_post.requested_by.push_back(value.toUtf8().constData());
-        addToArgList(value, "requested_by");
+      m_ig_post.requested_by.push_back(name.toUtf8().constData());
+      addToArgList(name, "requested_by");
     } else {
         const char* message = "You have already inputed this name under \"requested_by\"";
         qDebug() << message;
@@ -218,21 +221,22 @@ void ArgDialog::addRequestedBy(QString value) {
             tr(message)
             );
     }
+  }
 }
 
 void ArgDialog::addToArgList(QString value, QString type) {
-    for (int i = 0; i < ui->argList->rowCount(); i++) {
-        auto item = ui->argList->item(i, 1);
-        if (item) {
-            if (QString::compare(item->text(), type) == 0) {
-                auto text = ui->argList->item(i, 0)->text();
-                text.append("\n");
-                text += value;
-                ui->argList->item(i, 0)->setText(text);
-                return;
-            }
-        }
+  for (int i = 0; i < ui->argList->rowCount(); i++) {
+    auto item = ui->argList->item(i, 0);
+    if (item) {
+      if (QString::compare(item->text(), type) == 0) {
+        auto text = ui->argList->item(i, 1)->text();
+        text.append("\n");
+        text += value;
+        ui->argList->item(i, 1)->setText(text);
+        return;
+      }
     }
+  }
     addItem(value, type);
 }
 
@@ -240,10 +244,10 @@ void ArgDialog::addOrReplaceInArgList(QString value, QString type) {
     for (int i = 0; i < ui->argList->rowCount(); i++) {
         auto item = ui->argList->item(i, 1);
         if (item) {
-            if (QString::compare(item->text(), type) == 0) {
-                ui->argList->item(i, 0)->setText(value);
-                return;
-            }
+          if (QString::compare(item->text(), type) == 0) {
+            ui->argList->item(i, 1)->setText(value);
+            return;
+          }
         }
     }
     addItem(value, type);

+ 1 - 3
src/kfiledialog.cpp

@@ -3,6 +3,7 @@
 KFileDialog::KFileDialog()
 {
     this->setStyleSheet("QFileDialog QWidget { background-color: rgb(0, 43, 54); color: rgb(131, 148, 150); font-weight: 700;}");
+    this->setFileMode(QFileDialog::ExistingFiles);
 }
 
 QString KFileDialog::openFileDialog(QString file_path) {
@@ -14,8 +15,5 @@ QString KFileDialog::openFileDialog(QString file_path) {
   if (!filenames.empty()) {
     return filenames.at(0);
   }
-  //  return this->getOpenFileName(this, tr("Open File"), "~",
-  //                               tr("All Files (*.*)"), nullptr,
-  //                               QFileDialog::DontUseNativeDialog);
   return "";
 }

+ 39 - 33
ui_argdialog.h

@@ -20,7 +20,6 @@
 #include <QtWidgets/QHeaderView>
 #include <QtWidgets/QLabel>
 #include <QtWidgets/QPushButton>
-#include <QtWidgets/QSpacerItem>
 #include <QtWidgets/QTableWidget>
 #include <QtWidgets/QTextEdit>
 #include <QtWidgets/QVBoxLayout>
@@ -49,18 +48,16 @@ public:
     QDateTimeEdit *dateTime;
     QLabel *label;
     QHBoxLayout *horizontalLayout_6;
-    QSpacerItem *horizontalSpacer;
     QTableWidget *argList;
-    QSpacerItem *horizontalSpacer_2;
-    QPushButton *clear;
     QHBoxLayout *horizontalLayout_5;
+    QPushButton *clear;
     QDialogButtonBox *argCommandButtons;
 
     void setupUi(QDialog *ArgDialog)
     {
         if (ArgDialog->objectName().isEmpty())
             ArgDialog->setObjectName(QString::fromUtf8("ArgDialog"));
-        ArgDialog->resize(940, 864);
+        ArgDialog->resize(970, 864);
         QIcon icon;
         icon.addFile(QString::fromUtf8("favicon.ico"), QSize(), QIcon::Normal, QIcon::Off);
         ArgDialog->setWindowIcon(icon);
@@ -68,7 +65,7 @@ public:
 "background-color: rgb(0, 43, 54);"));
         verticalLayoutWidget = new QWidget(ArgDialog);
         verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
-        verticalLayoutWidget->setGeometry(QRect(10, 10, 921, 851));
+        verticalLayoutWidget->setGeometry(QRect(10, 10, 948, 851));
         verticalLayout = new QVBoxLayout(verticalLayoutWidget);
         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
         verticalLayout->setContentsMargins(0, 0, 0, 0);
@@ -95,10 +92,12 @@ public:
         sizePolicy.setVerticalStretch(0);
         sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
         label_2->setSizePolicy(sizePolicy);
-        label_2->setMinimumSize(QSize(108, 0));
+        label_2->setMinimumSize(QSize(196, 0));
+        label_2->setMaximumSize(QSize(196, 16777215));
         label_2->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
 "color: rgb(131, 148, 150);\n"
 "font-weight: 700;"));
+        label_2->setAlignment(Qt::AlignCenter);
 
         horizontalLayout->addWidget(label_2);
 
@@ -134,11 +133,13 @@ public:
         sizePolicy2.setVerticalStretch(0);
         sizePolicy2.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth());
         label_3->setSizePolicy(sizePolicy2);
-        label_3->setMinimumSize(QSize(0, 0));
+        label_3->setMinimumSize(QSize(196, 0));
+        label_3->setMaximumSize(QSize(196, 16777215));
         label_3->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
 "color: rgb(131, 148, 150);\n"
 "font-weight: 700;\n"
 " qproperty-alignment: 'AlignVLeft';"));
+        label_3->setAlignment(Qt::AlignCenter);
 
         horizontalLayout_2->addWidget(label_3);
 
@@ -152,6 +153,9 @@ public:
 
         horizontalLayout_2->addWidget(argInput);
 
+
+        verticalLayout->addLayout(horizontalLayout_2);
+
         addArgument = new QPushButton(verticalLayoutWidget);
         addArgument->setObjectName(QString::fromUtf8("addArgument"));
         QSizePolicy sizePolicy3(QSizePolicy::Fixed, QSizePolicy::Fixed);
@@ -160,6 +164,7 @@ public:
         sizePolicy3.setHeightForWidth(addArgument->sizePolicy().hasHeightForWidth());
         addArgument->setSizePolicy(sizePolicy3);
         addArgument->setMinimumSize(QSize(100, 0));
+        addArgument->setLayoutDirection(Qt::LeftToRight);
         addArgument->setStyleSheet(QString::fromUtf8("background-color: #2f535f;\n"
 "font: 87 11pt \"Noto Sans\";\n"
 "color: rgb(149, 155, 156);\n"
@@ -171,15 +176,9 @@ public:
 "border-color: #00000f;\n"
 "min-width: 4em;\n"
 "padding: 4px;"));
-        QIcon icon1;
-        icon1.addFile(QString::fromUtf8("icons/right-arrow.png"), QSize(), QIcon::Normal, QIcon::Off);
-        addArgument->setIcon(icon1);
         addArgument->setFlat(false);
 
-        horizontalLayout_2->addWidget(addArgument);
-
-
-        verticalLayout->addLayout(horizontalLayout_2);
+        verticalLayout->addWidget(addArgument);
 
         horizontalLayout_3 = new QHBoxLayout();
         horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
@@ -194,6 +193,7 @@ public:
         label_4->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
 "color: rgb(131, 148, 150);\n"
 "font-weight: 700;"));
+        label_4->setAlignment(Qt::AlignCenter);
 
         horizontalLayout_3->addWidget(label_4, 0, Qt::AlignVCenter);
 
@@ -220,21 +220,29 @@ public:
         horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
         label_5 = new QLabel(verticalLayoutWidget);
         label_5->setObjectName(QString::fromUtf8("label_5"));
-        sizePolicy4.setHeightForWidth(label_5->sizePolicy().hasHeightForWidth());
-        label_5->setSizePolicy(sizePolicy4);
-        label_5->setMinimumSize(QSize(52, 0));
+        QSizePolicy sizePolicy5(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
+        sizePolicy5.setHorizontalStretch(0);
+        sizePolicy5.setVerticalStretch(0);
+        sizePolicy5.setHeightForWidth(label_5->sizePolicy().hasHeightForWidth());
+        label_5->setSizePolicy(sizePolicy5);
+        label_5->setMinimumSize(QSize(196, 0));
+        label_5->setMaximumSize(QSize(196, 16777215));
         label_5->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
 "color: rgb(131, 148, 150);\n"
 "font-weight: 700;\n"
 " qproperty-alignment: 'AlignHCenter';"));
+        label_5->setAlignment(Qt::AlignCenter);
 
         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, 38));
+        QSizePolicy sizePolicy6(QSizePolicy::Minimum, QSizePolicy::Fixed);
+        sizePolicy6.setHorizontalStretch(0);
+        sizePolicy6.setVerticalStretch(0);
+        sizePolicy6.setHeightForWidth(dateTime->sizePolicy().hasHeightForWidth());
+        dateTime->setSizePolicy(sizePolicy6);
+        dateTime->setMinimumSize(QSize(740, 38));
         dateTime->setStyleSheet(QString::fromUtf8("background-color: #00000f;\n"
 "color: #2f535f;\n"
 "font-weight: 700;\n"
@@ -256,10 +264,6 @@ public:
 
         horizontalLayout_6 = new QHBoxLayout();
         horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
-        horizontalSpacer = new QSpacerItem(20, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
-
-        horizontalLayout_6->addItem(horizontalSpacer);
-
         argList = new QTableWidget(verticalLayoutWidget);
         if (argList->columnCount() < 4)
             argList->setColumnCount(4);
@@ -279,15 +283,19 @@ public:
 
         horizontalLayout_6->addWidget(argList);
 
-        horizontalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
-
-        horizontalLayout_6->addItem(horizontalSpacer_2);
-
 
         verticalLayout->addLayout(horizontalLayout_6);
 
+        horizontalLayout_5 = new QHBoxLayout();
+        horizontalLayout_5->setSpacing(4);
+        horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
         clear = new QPushButton(verticalLayoutWidget);
         clear->setObjectName(QString::fromUtf8("clear"));
+        QSizePolicy sizePolicy7(QSizePolicy::Expanding, QSizePolicy::Fixed);
+        sizePolicy7.setHorizontalStretch(0);
+        sizePolicy7.setVerticalStretch(0);
+        sizePolicy7.setHeightForWidth(clear->sizePolicy().hasHeightForWidth());
+        clear->setSizePolicy(sizePolicy7);
         clear->setStyleSheet(QString::fromUtf8("background-color: #2f535f;\n"
 "font: 87 11pt \"Noto Sans\";\n"
 "color: rgb(149, 155, 156);\n"
@@ -300,10 +308,8 @@ public:
 "min-width: 4em;\n"
 "padding: 4px;"));
 
-        verticalLayout->addWidget(clear);
+        horizontalLayout_5->addWidget(clear);
 
-        horizontalLayout_5 = new QHBoxLayout();
-        horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
         argCommandButtons = new QDialogButtonBox(verticalLayoutWidget);
         argCommandButtons->setObjectName(QString::fromUtf8("argCommandButtons"));
         sizePolicy3.setHeightForWidth(argCommandButtons->sizePolicy().hasHeightForWidth());
@@ -331,7 +337,7 @@ public:
         verticalLayout->addLayout(horizontalLayout_5);
 
         verticalLayout->setStretch(2, 1);
-        verticalLayout->setStretch(6, 3);
+        verticalLayout->setStretch(7, 3);
 
         retranslateUi(ArgDialog);
         QObject::connect(argCommandButtons, SIGNAL(accepted()), ArgDialog, SLOT(accept()));

+ 1 - 1
ui_consoledialog.h

@@ -1,7 +1,7 @@
 /********************************************************************************
 ** Form generated from reading UI file 'consoledialog.ui'
 **
-** Created by: Qt User Interface Compiler version 5.13.2
+** Created by: Qt User Interface Compiler version 5.13.0
 **
 ** WARNING! All changes made in this file will be lost when recompiling UI file!
 ********************************************************************************/