summaryrefslogtreecommitdiffstats
path: root/gui/pages/OtherLogsPage.ui
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages/OtherLogsPage.ui')
-rw-r--r--gui/pages/OtherLogsPage.ui79
1 files changed, 34 insertions, 45 deletions
diff --git a/gui/pages/OtherLogsPage.ui b/gui/pages/OtherLogsPage.ui
index e6ce6397..1083ebcb 100644
--- a/gui/pages/OtherLogsPage.ui
+++ b/gui/pages/OtherLogsPage.ui
@@ -6,14 +6,14 @@
<rect>
<x>0</x>
<y>0</y>
- <width>640</width>
- <height>480</height>
+ <width>657</width>
+ <height>538</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
- <layout class="QHBoxLayout" name="horizontalLayout">
+ <layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
@@ -27,24 +27,14 @@
<number>0</number>
</property>
<item>
- <widget class="QPlainTextEdit" name="text">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QVBoxLayout" name="verticalLayout">
+ <layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="selectLogBox">
- <property name="maximumSize">
- <size>
- <width>96</width>
- <height>16777215</height>
- </size>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
</widget>
</item>
@@ -56,29 +46,22 @@
</widget>
</item>
<item>
- <widget class="Line" name="line">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="btnPaste">
+ <widget class="QPushButton" name="btnCopy">
<property name="toolTip">
- <string>Upload the log to paste.ee - it will stay online for a month</string>
+ <string>Copy the whole log into the clipboard</string>
</property>
<property name="text">
- <string>Upload Log</string>
+ <string>&amp;Copy</string>
</property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="btnCopy">
+ <widget class="QPushButton" name="btnPaste">
<property name="toolTip">
- <string>Copy the whole log into the clipboard</string>
+ <string>Upload the log to paste.ee - it will stay online for a month</string>
</property>
<property name="text">
- <string>&amp;Copy Log</string>
+ <string>Upload</string>
</property>
</widget>
</item>
@@ -92,23 +75,29 @@
</property>
</widget>
</item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
</layout>
</item>
+ <item>
+ <widget class="QPlainTextEdit" name="text">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="verticalScrollBarPolicy">
+ <enum>Qt::ScrollBarAlwaysOn</enum>
+ </property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ <property name="textInteractionFlags">
+ <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
+ <tabstops>
+ <tabstop>text</tabstop>
+ </tabstops>
<resources/>
<connections/>
</ui>