|
@@ -7,7 +7,7 @@
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>742</width>
|
|
|
- <height>887</height>
|
|
|
+ <height>872</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
@@ -50,12 +50,12 @@ background-color: rgb(0, 43, 54);</string>
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>30</x>
|
|
|
- <y>60</y>
|
|
|
+ <y>50</y>
|
|
|
<width>681</width>
|
|
|
<height>750</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout" stretch="6,0,0,3,0,0">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout" stretch="5,0,0,3,1,5">
|
|
|
<property name="spacing">
|
|
|
<number>12</number>
|
|
|
</property>
|
|
@@ -68,9 +68,9 @@ background-color: rgb(0, 43, 54);</string>
|
|
|
<number>0</number>
|
|
|
</property>
|
|
|
<item row="0" column="0">
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2" stretch="2,2,2,1,5,2,2,2">
|
|
|
<property name="spacing">
|
|
|
- <number>12</number>
|
|
|
+ <number>6</number>
|
|
|
</property>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="connect">
|
|
@@ -173,19 +173,28 @@ padding: 4px;</string>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <widget class="QLabel" name="eventListTitle">
|
|
|
+ <widget class="QLabel" name="messagesTitle">
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">font: 75 11pt "Noto Sans";
|
|
|
color: rgb(131, 148, 150);
|
|
|
font-weight: 700;</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
- <string>Events</string>
|
|
|
+ <string>History</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <widget class="QListWidget" name="eventList">
|
|
|
+ <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">font: 87 11pt "Noto Sans";
|
|
|
background-color: rgb(7, 54, 66);
|
|
@@ -193,11 +202,14 @@ color: rgb(131, 148, 150);
|
|
|
font-weight: 700;
|
|
|
</string>
|
|
|
</property>
|
|
|
- <property name="alternatingRowColors">
|
|
|
- <bool>false</bool>
|
|
|
+ <property name="lineWrapMode">
|
|
|
+ <enum>QTextEdit::WidgetWidth</enum>
|
|
|
</property>
|
|
|
- <property name="isWrapping" stdset="0">
|
|
|
- <bool>false</bool>
|
|
|
+ <property name="readOnly">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
@@ -235,28 +247,19 @@ font-weight: 700;
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <widget class="QLabel" name="messagesTitle">
|
|
|
+ <widget class="QLabel" name="eventListTitle">
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">font: 75 11pt "Noto Sans";
|
|
|
color: rgb(131, 148, 150);
|
|
|
font-weight: 700;</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
- <string>Messages</string>
|
|
|
+ <string>Events</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <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>
|
|
|
+ <widget class="QListWidget" name="eventList">
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">font: 87 11pt "Noto Sans";
|
|
|
background-color: rgb(7, 54, 66);
|
|
@@ -264,14 +267,20 @@ color: rgb(131, 148, 150);
|
|
|
font-weight: 700;
|
|
|
</string>
|
|
|
</property>
|
|
|
- <property name="lineWrapMode">
|
|
|
- <enum>QTextEdit::WidgetWidth</enum>
|
|
|
+ <property name="alternatingRowColors">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="isWrapping" stdset="0">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="resizeMode">
|
|
|
+ <enum>QListView::Adjust</enum>
|
|
|
</property>
|
|
|
- <property name="readOnly">
|
|
|
- <bool>true</bool>
|
|
|
+ <property name="modelColumn">
|
|
|
+ <number>0</number>
|
|
|
</property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string/>
|
|
|
+ <property name="wordWrap">
|
|
|
+ <bool>false</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|