]> git.sesse.net Git - pkanalytics/blob - mainwindow.ui
Add some navigation buttons.
[pkanalytics] / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1014</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout_2">
18     <item row="0" column="0">
19      <layout class="QGridLayout" name="gridLayout" rowstretch="1,0,0,0,0">
20       <item row="0" column="0">
21        <widget class="QVideoWidget" name="video" native="true">
22         <property name="minimumSize">
23          <size>
24           <width>320</width>
25           <height>240</height>
26          </size>
27         </property>
28        </widget>
29       </item>
30       <item row="4" column="0">
31        <widget class="QTableView" name="event_view"/>
32       </item>
33       <item row="2" column="0">
34        <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0,0,0,0,0,0,2">
35         <item>
36          <widget class="QLabel" name="timestamp">
37           <property name="text">
38            <string>0:00:00.000</string>
39           </property>
40           <property name="alignment">
41            <set>Qt::AlignCenter</set>
42           </property>
43          </widget>
44         </item>
45         <item>
46          <widget class="QPushButton" name="minus10s">
47           <property name="text">
48            <string>-10s (&amp;K)</string>
49           </property>
50           <property name="shortcut">
51            <string>K</string>
52           </property>
53          </widget>
54         </item>
55         <item>
56          <widget class="QPushButton" name="plus10s">
57           <property name="text">
58            <string>+10s (&amp;L)</string>
59           </property>
60           <property name="shortcut">
61            <string>L</string>
62           </property>
63          </widget>
64         </item>
65         <item>
66          <widget class="QPushButton" name="minus2s">
67           <property name="text">
68            <string>-2s (&amp;←)</string>
69           </property>
70           <property name="shortcut">
71            <string>Left</string>
72           </property>
73          </widget>
74         </item>
75         <item>
76          <widget class="QPushButton" name="plus2s">
77           <property name="text">
78            <string>+2s (&amp;→)</string>
79           </property>
80           <property name="shortcut">
81            <string>Right</string>
82           </property>
83          </widget>
84         </item>
85         <item>
86          <widget class="QPushButton" name="minus1f">
87           <property name="text">
88            <string>-1f (&amp;,)</string>
89           </property>
90           <property name="shortcut">
91            <string>,</string>
92           </property>
93          </widget>
94         </item>
95         <item>
96          <widget class="QPushButton" name="plus1f">
97           <property name="text">
98            <string>+1f (&amp;.)</string>
99           </property>
100           <property name="shortcut">
101            <string>.</string>
102           </property>
103          </widget>
104         </item>
105         <item>
106          <widget class="QPushButton" name="play_pause">
107           <property name="minimumSize">
108            <size>
109             <width>110</width>
110             <height>0</height>
111            </size>
112           </property>
113           <property name="text">
114            <string>Pause (space)</string>
115           </property>
116           <property name="shortcut">
117            <string>Space</string>
118           </property>
119          </widget>
120         </item>
121         <item>
122          <widget class="QLabel" name="status">
123           <property name="text">
124            <string>0–0 | offense | 0 passes, 0 sec possession</string>
125           </property>
126           <property name="alignment">
127            <set>Qt::AlignCenter</set>
128           </property>
129          </widget>
130         </item>
131        </layout>
132       </item>
133      </layout>
134     </item>
135    </layout>
136   </widget>
137   <widget class="QMenuBar" name="menubar">
138    <property name="geometry">
139     <rect>
140      <x>0</x>
141      <y>0</y>
142      <width>1014</width>
143      <height>23</height>
144     </rect>
145    </property>
146   </widget>
147   <widget class="QStatusBar" name="statusbar"/>
148  </widget>
149  <customwidgets>
150   <customwidget>
151    <class>QVideoWidget</class>
152    <extends>QWidget</extends>
153    <header location="global">QVideoWidget</header>
154    <container>1</container>
155   </customwidget>
156  </customwidgets>
157  <resources/>
158  <connections/>
159 </ui>