1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CabrilloLogWindow</class>
4 <widget class="QWidget" name="CabrilloLogWindow">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>493</width>
10    <height>210</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Contest Log</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QTableView" name="log_table_view">
19     <property name="toolTip">
20      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Right-click here for available actions.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
21     </property>
22     <property name="accessibleDescription">
23      <string>Right-click here for available actions.</string>
24     </property>
25     <attribute name="horizontalHeaderStretchLastSection">
26      <bool>true</bool>
27     </attribute>
28    </widget>
29   </item>
30  </layout>
31 </widget>
32 <resources/>
33 <connections/>
34</ui>
35