1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>LogPage</class>
4 <widget class="QWidget" name="LogPage">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>825</width>
10    <height>782</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout">
14   <property name="leftMargin">
15    <number>0</number>
16   </property>
17   <property name="topMargin">
18    <number>0</number>
19   </property>
20   <property name="rightMargin">
21    <number>0</number>
22   </property>
23   <property name="bottomMargin">
24    <number>0</number>
25   </property>
26   <item>
27    <widget class="QTabWidget" name="tabWidget">
28     <property name="currentIndex">
29      <number>0</number>
30     </property>
31     <widget class="QWidget" name="tab">
32      <attribute name="title">
33       <string notr="true">Tab 1</string>
34      </attribute>
35      <layout class="QGridLayout" name="gridLayout">
36       <item row="1" column="0" colspan="5">
37        <widget class="LogView" name="text">
38         <property name="undoRedoEnabled">
39          <bool>false</bool>
40         </property>
41         <property name="readOnly">
42          <bool>true</bool>
43         </property>
44         <property name="plainText">
45          <string notr="true"/>
46         </property>
47         <property name="textInteractionFlags">
48          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
49         </property>
50         <property name="centerOnScroll">
51          <bool>false</bool>
52         </property>
53        </widget>
54       </item>
55       <item row="0" column="0" colspan="5">
56        <layout class="QHBoxLayout" name="horizontalLayout">
57         <item>
58          <widget class="QCheckBox" name="trackLogCheckbox">
59           <property name="text">
60            <string>Keep updating</string>
61           </property>
62           <property name="checked">
63            <bool>true</bool>
64           </property>
65          </widget>
66         </item>
67         <item>
68          <widget class="QCheckBox" name="wrapCheckbox">
69           <property name="text">
70            <string>Wrap lines</string>
71           </property>
72           <property name="checked">
73            <bool>true</bool>
74           </property>
75          </widget>
76         </item>
77         <item>
78          <spacer name="horizontalSpacer">
79           <property name="orientation">
80            <enum>Qt::Horizontal</enum>
81           </property>
82           <property name="sizeHint" stdset="0">
83            <size>
84             <width>40</width>
85             <height>20</height>
86            </size>
87           </property>
88          </spacer>
89         </item>
90         <item>
91          <widget class="QPushButton" name="btnCopy">
92           <property name="toolTip">
93            <string>Copy the whole log into the clipboard</string>
94           </property>
95           <property name="text">
96            <string>&amp;Copy</string>
97           </property>
98          </widget>
99         </item>
100         <item>
101          <widget class="QPushButton" name="btnPaste">
102           <property name="toolTip">
103            <string>Upload the log to paste.ee - it will stay online for a month</string>
104           </property>
105           <property name="text">
106            <string>Upload</string>
107           </property>
108          </widget>
109         </item>
110         <item>
111          <widget class="QPushButton" name="btnClear">
112           <property name="toolTip">
113            <string>Clear the log</string>
114           </property>
115           <property name="text">
116            <string>Clear</string>
117           </property>
118          </widget>
119         </item>
120        </layout>
121       </item>
122       <item row="2" column="0">
123        <widget class="QLabel" name="label">
124         <property name="text">
125          <string>Search:</string>
126         </property>
127        </widget>
128       </item>
129       <item row="2" column="2">
130        <widget class="QPushButton" name="findButton">
131         <property name="text">
132          <string>Find</string>
133         </property>
134        </widget>
135       </item>
136       <item row="2" column="1">
137        <widget class="QLineEdit" name="searchBar"/>
138       </item>
139       <item row="2" column="4">
140        <widget class="QPushButton" name="btnBottom">
141         <property name="toolTip">
142          <string>Scroll all the way to bottom</string>
143         </property>
144         <property name="text">
145          <string>Bottom</string>
146         </property>
147        </widget>
148       </item>
149       <item row="2" column="3">
150        <widget class="Line" name="line">
151         <property name="orientation">
152          <enum>Qt::Vertical</enum>
153         </property>
154        </widget>
155       </item>
156      </layout>
157     </widget>
158    </widget>
159   </item>
160  </layout>
161 </widget>
162 <customwidgets>
163  <customwidget>
164   <class>LogView</class>
165   <extends>QPlainTextEdit</extends>
166   <header>widgets/LogView.h</header>
167  </customwidget>
168 </customwidgets>
169 <tabstops>
170  <tabstop>tabWidget</tabstop>
171  <tabstop>trackLogCheckbox</tabstop>
172  <tabstop>wrapCheckbox</tabstop>
173  <tabstop>btnCopy</tabstop>
174  <tabstop>btnPaste</tabstop>
175  <tabstop>btnClear</tabstop>
176  <tabstop>text</tabstop>
177  <tabstop>searchBar</tabstop>
178  <tabstop>findButton</tabstop>
179 </tabstops>
180 <resources/>
181 <connections/>
182</ui>
183