2018-11-11 23:13:23 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>CabrilloLogWindow</class>
|
|
|
|
<widget class="QWidget" name="CabrilloLogWindow">
|
2018-11-22 20:18:39 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-11-25 17:19:41 -05:00
|
|
|
<width>493</width>
|
2018-11-22 20:18:39 -05:00
|
|
|
<height>210</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2018-11-11 23:13:23 -05:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Contest Log</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2018-11-22 20:18:39 -05:00
|
|
|
<widget class="QTableView" name="log_table_view">
|
2018-11-25 17:30:28 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>Right-click here for available actions.</p></body></html></string>
|
|
|
|
</property>
|
2019-05-03 05:21:50 -04:00
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Right-click here for available actions.</string>
|
|
|
|
</property>
|
2018-11-22 20:18:39 -05:00
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
2018-11-11 23:13:23 -05:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|