diff options
Diffstat (limited to 'gui/pages/LogPage.ui')
-rw-r--r-- | gui/pages/LogPage.ui | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gui/pages/LogPage.ui b/gui/pages/LogPage.ui index 00b611b5..924babdb 100644 --- a/gui/pages/LogPage.ui +++ b/gui/pages/LogPage.ui @@ -49,12 +49,35 @@ <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPushButton" name="btnPaste"> + <property name="toolTip"> + <string>Upload the log to paste.ee - it will stay online for a month</string> + </property> <property name="text"> <string>Upload Log</string> </property> </widget> </item> <item> + <widget class="QPushButton" name="btnCopy"> + <property name="toolTip"> + <string>Copy the whole log into the clipboard</string> + </property> + <property name="text"> + <string>&Copy Log</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="btnClear"> + <property name="toolTip"> + <string>Clear the log</string> + </property> + <property name="text"> + <string>Clear</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |