diff options
Diffstat (limited to 'application/pages/OtherLogsPage.ui')
-rw-r--r-- | application/pages/OtherLogsPage.ui | 52 |
1 files changed, 31 insertions, 21 deletions
diff --git a/application/pages/OtherLogsPage.ui b/application/pages/OtherLogsPage.ui index 08200684..755de6df 100644 --- a/application/pages/OtherLogsPage.ui +++ b/application/pages/OtherLogsPage.ui @@ -37,35 +37,28 @@ </attribute> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QComboBox" name="selectLogBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> + <layout class="QGridLayout" name="gridLayout"> + <item row="3" column="1"> + <widget class="QPushButton" name="btnCopy"> + <property name="toolTip"> + <string>Copy the whole log into the clipboard</string> </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="btnReload"> <property name="text"> - <string>Reload</string> + <string>&Copy</string> </property> </widget> </item> - <item> - <widget class="QPushButton" name="btnCopy"> + <item row="3" column="3"> + <widget class="QPushButton" name="btnDelete"> <property name="toolTip"> - <string>Copy the whole log into the clipboard</string> + <string>Clear the log</string> </property> <property name="text"> - <string>&Copy</string> + <string>Delete</string> </property> </widget> </item> - <item> + <item row="3" column="2"> <widget class="QPushButton" name="btnPaste"> <property name="toolTip"> <string>Upload the log to paste.ee - it will stay online for a month</string> @@ -75,13 +68,30 @@ </property> </widget> </item> - <item> - <widget class="QPushButton" name="btnDelete"> + <item row="3" column="0"> + <widget class="QPushButton" name="btnReload"> + <property name="text"> + <string>Reload</string> + </property> + </widget> + </item> + <item row="0" column="0" colspan="5"> + <widget class="QComboBox" name="selectLogBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + <item row="3" column="4"> + <widget class="QPushButton" name="btnClean"> <property name="toolTip"> <string>Clear the log</string> </property> <property name="text"> - <string>Delete</string> + <string>Clean</string> </property> </widget> </item> |