diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-07-13 01:49:46 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-07-13 01:49:46 +0200 |
commit | 977cc1cfbb0b7ce3c2d69ca17dc4a6222d6794d2 (patch) | |
tree | b220bc01f231a1ba5182b30a9f59ca45359220b1 /gui/pages/OtherLogsPage.ui | |
parent | 4c0dc51110603cbe0e98228c703e26402094a3cc (diff) | |
download | PrismLauncher-977cc1cfbb0b7ce3c2d69ca17dc4a6222d6794d2.tar.gz PrismLauncher-977cc1cfbb0b7ce3c2d69ca17dc4a6222d6794d2.tar.bz2 PrismLauncher-977cc1cfbb0b7ce3c2d69ca17dc4a6222d6794d2.zip |
Mess around with log UI. Herp Derp.
Diffstat (limited to 'gui/pages/OtherLogsPage.ui')
-rw-r--r-- | gui/pages/OtherLogsPage.ui | 79 |
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>&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>&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> |