Browse Source

was missing UI changes

logicp 4 years ago
parent
commit
bd8004ba72
2 changed files with 112 additions and 108 deletions
  1. 3 39
      mainwindow.ui
  2. 109 69
      messagedialog.ui

+ 3 - 39
mainwindow.ui

@@ -516,7 +516,7 @@ color: rgb(223, 252, 255);</string>
               </layout>
              </item>
              <item>
-              <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0,0,0">
+              <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0,0">
                <property name="spacing">
                 <number>4</number>
                </property>
@@ -559,42 +559,6 @@ padding: 4px;</string>
                  </property>
                 </widget>
                </item>
-               <item>
-                <widget class="QPushButton" name="viewConsole">
-                 <property name="sizePolicy">
-                  <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
-                   <horstretch>0</horstretch>
-                   <verstretch>0</verstretch>
-                  </sizepolicy>
-                 </property>
-                 <property name="autoFillBackground">
-                  <bool>false</bool>
-                 </property>
-                 <property name="styleSheet">
-                  <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">
-                  <string>Console</string>
-                 </property>
-                 <property name="icon">
-                  <iconset resource="kres.qrc">
-                   <normaloff>:/icons/log.png</normaloff>:/icons/log.png</iconset>
-                 </property>
-                 <property name="flat">
-                  <bool>false</bool>
-                 </property>
-                </widget>
-               </item>
                <item>
                 <widget class="QPushButton" name="openMessages">
                  <property name="sizePolicy">
@@ -620,11 +584,11 @@ min-width: 4em;
 padding: 4px;</string>
                  </property>
                  <property name="text">
-                  <string>Messages</string>
+                  <string>History</string>
                  </property>
                  <property name="icon">
                   <iconset resource="kres.qrc">
-                   <normaloff>:/icons/icons/messages.png</normaloff>:/icons/icons/messages.png</iconset>
+                   <normaloff>:/icons/icons/log.svg</normaloff>:/icons/icons/log.svg</iconset>
                  </property>
                  <property name="flat">
                   <bool>false</bool>

+ 109 - 69
messagedialog.ui

@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>480</width>
-    <height>640</height>
+    <width>1018</width>
+    <height>803</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -18,89 +18,101 @@
 background-color: rgb(0, 43, 54);
 </string>
   </property>
-  <widget class="QWidget" name="layoutWidget">
+  <widget class="QWidget" name="horizontalLayoutWidget">
    <property name="geometry">
     <rect>
      <x>0</x>
-     <y>0</y>
-     <width>481</width>
-     <height>641</height>
+     <y>40</y>
+     <width>1021</width>
+     <height>761</height>
     </rect>
    </property>
-   <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,3,0">
-    <property name="spacing">
-     <number>3</number>
-    </property>
-    <property name="leftMargin">
-     <number>8</number>
-    </property>
-    <property name="topMargin">
-     <number>4</number>
-    </property>
-    <property name="rightMargin">
-     <number>8</number>
-    </property>
-    <property name="bottomMargin">
-     <number>8</number>
-    </property>
+   <layout class="QHBoxLayout" name="horizontalLayout" stretch="3,2">
     <item>
-     <widget class="QLabel" name="messagesTitle">
-      <property name="sizePolicy">
-       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
-        <horstretch>0</horstretch>
-        <verstretch>0</verstretch>
-       </sizepolicy>
-      </property>
+     <widget class="QTextEdit" name="console">
       <property name="styleSheet">
-       <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
-color: rgb(131, 148, 150);
-font-weight: 700;</string>
+       <string notr="true">color: rgb(38, 255, 0);</string>
       </property>
-      <property name="text">
-       <string>History</string>
+      <property name="readOnly">
+       <bool>false</bool>
       </property>
      </widget>
     </item>
     <item>
-     <widget class="QTextEdit" name="messages">
-      <property name="sizePolicy">
-       <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
-        <horstretch>0</horstretch>
-        <verstretch>0</verstretch>
-       </sizepolicy>
+     <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,0,0">
+      <property name="spacing">
+       <number>3</number>
       </property>
-      <property name="toolTip">
-       <string>Messages</string>
+      <property name="leftMargin">
+       <number>8</number>
       </property>
-      <property name="toolTipDuration">
-       <number>1</number>
+      <property name="topMargin">
+       <number>4</number>
       </property>
-      <property name="autoFillBackground">
-       <bool>false</bool>
+      <property name="rightMargin">
+       <number>8</number>
       </property>
-      <property name="styleSheet">
-       <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
+      <property name="bottomMargin">
+       <number>8</number>
+      </property>
+      <item>
+       <widget class="QLabel" name="messagesTitle">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </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>History</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QTextEdit" name="messages">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </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">font: 87 11pt &quot;Noto Sans&quot;;
 background-color: #2f535f;
 color: rgb(131, 148, 150);
 font-weight: 700;
 background-color: rgb(29, 51, 59);
 color: rgb(223, 252, 255);</string>
-      </property>
-      <property name="lineWrapMode">
-       <enum>QTextEdit::WidgetWidth</enum>
-      </property>
-      <property name="readOnly">
-       <bool>true</bool>
-      </property>
-      <property name="placeholderText">
-       <string notr="true"/>
-      </property>
-     </widget>
-    </item>
-    <item>
-     <widget class="QPushButton" name="close">
-      <property name="styleSheet">
-       <string notr="true">background-color: rgb(255, 85, 0);
+        </property>
+        <property name="lineWrapMode">
+         <enum>QTextEdit::WidgetWidth</enum>
+        </property>
+        <property name="readOnly">
+         <bool>true</bool>
+        </property>
+        <property name="placeholderText">
+         <string notr="true"/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="close">
+        <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;
@@ -111,14 +123,42 @@ border-radius: 4px;
 border-color: #00000f;
 min-width: 4em;
 padding: 4px;</string>
-      </property>
-      <property name="text">
-       <string>Done</string>
-      </property>
-     </widget>
+        </property>
+        <property name="text">
+         <string>Done</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
     </item>
    </layout>
   </widget>
+  <widget class="QLabel" name="argDialogTitle">
+   <property name="geometry">
+    <rect>
+     <x>5</x>
+     <y>0</y>
+     <width>1011</width>
+     <height>40</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);
+color:  rgb(255, 85, 0);
+ qproperty-alignment: 'AlignHCenter';
+</string>
+   </property>
+   <property name="text">
+    <string>Messages</string>
+   </property>
+  </widget>
  </widget>
  <resources/>
  <connections/>