]> git.sesse.net Git - pkanalytics/blob - mainwindow.ui
Assign player shortcuts.
[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>1031</width>
10     <height>713</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Plastkast Analytics</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="main_grid" rowstretch="1,0,0,0,0,0" columnstretch="1,0">
20       <item row="3" column="0" colspan="2">
21        <layout class="QHBoxLayout" name="nav_buttons" stretch="1,0,0,0,0,0,0,0,2">
22         <item>
23          <widget class="QLabel" name="timestamp">
24           <property name="text">
25            <string>0:00:00.000</string>
26           </property>
27           <property name="alignment">
28            <set>Qt::AlignCenter</set>
29           </property>
30          </widget>
31         </item>
32         <item>
33          <widget class="QPushButton" name="minus10s">
34           <property name="text">
35            <string>-10s (&amp;K)</string>
36           </property>
37           <property name="shortcut">
38            <string>K</string>
39           </property>
40          </widget>
41         </item>
42         <item>
43          <widget class="QPushButton" name="plus10s">
44           <property name="text">
45            <string>+10s (&amp;L)</string>
46           </property>
47           <property name="shortcut">
48            <string>L</string>
49           </property>
50          </widget>
51         </item>
52         <item>
53          <widget class="QPushButton" name="minus2s">
54           <property name="text">
55            <string>-2s (&amp;←)</string>
56           </property>
57           <property name="shortcut">
58            <string>Left</string>
59           </property>
60          </widget>
61         </item>
62         <item>
63          <widget class="QPushButton" name="plus2s">
64           <property name="text">
65            <string>+2s (&amp;→)</string>
66           </property>
67           <property name="shortcut">
68            <string>Right</string>
69           </property>
70          </widget>
71         </item>
72         <item>
73          <widget class="QPushButton" name="minus1f">
74           <property name="text">
75            <string>-1f (&amp;,)</string>
76           </property>
77           <property name="shortcut">
78            <string>,</string>
79           </property>
80          </widget>
81         </item>
82         <item>
83          <widget class="QPushButton" name="plus1f">
84           <property name="text">
85            <string>+1f (&amp;.)</string>
86           </property>
87           <property name="shortcut">
88            <string>.</string>
89           </property>
90          </widget>
91         </item>
92         <item>
93          <widget class="QPushButton" name="play_pause">
94           <property name="minimumSize">
95            <size>
96             <width>110</width>
97             <height>0</height>
98            </size>
99           </property>
100           <property name="text">
101            <string>Pause (space)</string>
102           </property>
103           <property name="shortcut">
104            <string>Space</string>
105           </property>
106          </widget>
107         </item>
108         <item>
109          <widget class="QLabel" name="status">
110           <property name="text">
111            <string>0–0 | offense | 0 passes, 0 sec possession</string>
112           </property>
113           <property name="alignment">
114            <set>Qt::AlignCenter</set>
115           </property>
116          </widget>
117         </item>
118        </layout>
119       </item>
120       <item row="0" column="0">
121        <widget class="QVideoWidget" name="video" native="true">
122         <property name="minimumSize">
123          <size>
124           <width>320</width>
125           <height>240</height>
126          </size>
127         </property>
128        </widget>
129       </item>
130       <item row="0" column="1">
131        <layout class="QVBoxLayout" name="buttons">
132         <item>
133          <spacer name="verticalSpacer_2">
134           <property name="orientation">
135            <enum>Qt::Vertical</enum>
136           </property>
137           <property name="sizeHint" stdset="0">
138            <size>
139             <width>20</width>
140             <height>40</height>
141            </size>
142           </property>
143          </spacer>
144         </item>
145         <item>
146          <layout class="QGridLayout" name="player_grid">
147           <item row="3" column="0" colspan="2">
148            <widget class="QPushButton" name="player_3">
149             <property name="text">
150              <string>Player 3 (&amp;e)</string>
151             </property>
152             <property name="shortcut">
153              <string>E</string>
154             </property>
155            </widget>
156           </item>
157           <item row="4" column="2" colspan="2">
158            <widget class="QPushButton" name="player_6">
159             <property name="text">
160              <string>Player 6 (&amp;d)</string>
161             </property>
162             <property name="shortcut">
163              <string>D</string>
164             </property>
165            </widget>
166           </item>
167           <item row="5" column="1" colspan="2">
168            <widget class="QPushButton" name="player_7">
169             <property name="text">
170              <string>Player 7 (&amp;f)</string>
171             </property>
172             <property name="shortcut">
173              <string>F</string>
174             </property>
175            </widget>
176           </item>
177           <item row="3" column="2" colspan="2">
178            <widget class="QPushButton" name="player_4">
179             <property name="text">
180              <string>Player 4 (&amp;a)</string>
181             </property>
182             <property name="shortcut">
183              <string>A</string>
184             </property>
185            </widget>
186           </item>
187           <item row="4" column="0" colspan="2">
188            <widget class="QPushButton" name="player_5">
189             <property name="text">
190              <string>Player 5 (&amp;s)</string>
191             </property>
192             <property name="shortcut">
193              <string>S</string>
194             </property>
195            </widget>
196           </item>
197           <item row="2" column="0" colspan="2">
198            <widget class="QPushButton" name="player_1">
199             <property name="text">
200              <string>Player 1 (&amp;q)</string>
201             </property>
202             <property name="shortcut">
203              <string>Q</string>
204             </property>
205            </widget>
206           </item>
207           <item row="2" column="2" colspan="2">
208            <widget class="QPushButton" name="player_2">
209             <property name="text">
210              <string>Player 2 (&amp;w)</string>
211             </property>
212             <property name="shortcut">
213              <string>W</string>
214             </property>
215            </widget>
216           </item>
217          </layout>
218         </item>
219         <item>
220          <widget class="QLabel" name="offense_label">
221           <property name="text">
222            <string>Offense</string>
223           </property>
224           <property name="alignment">
225            <set>Qt::AlignCenter</set>
226           </property>
227          </widget>
228         </item>
229         <item>
230          <layout class="QGridLayout" name="offense_grid">
231           <item row="4" column="0">
232            <widget class="QPushButton" name="pull">
233             <property name="text">
234              <string>Pull (&amp;p)</string>
235             </property>
236            </widget>
237           </item>
238           <item row="0" column="0">
239            <widget class="QPushButton" name="catch_">
240             <property name="text">
241              <string>Catch/take (&amp;c)</string>
242             </property>
243            </widget>
244           </item>
245           <item row="4" column="1">
246            <widget class="QPushButton" name="pull_landed">
247             <property name="text">
248              <string>Pull landed (&amp;p)</string>
249             </property>
250            </widget>
251           </item>
252           <item row="0" column="1">
253            <widget class="QPushButton" name="throwaway">
254             <property name="text">
255              <string>Throwaway (&amp;t)</string>
256             </property>
257            </widget>
258           </item>
259           <item row="2" column="0">
260            <widget class="QPushButton" name="offense_soft_plus">
261             <property name="text">
262              <string>Soft plus (&amp;+)</string>
263             </property>
264            </widget>
265           </item>
266           <item row="2" column="1">
267            <widget class="QPushButton" name="offense_soft_minus">
268             <property name="text">
269              <string>Soft minus (&amp;-)</string>
270             </property>
271            </widget>
272           </item>
273           <item row="1" column="0">
274            <widget class="QPushButton" name="drop">
275             <property name="text">
276              <string>Drop (&amp;x)</string>
277             </property>
278            </widget>
279           </item>
280           <item row="1" column="1">
281            <widget class="QPushButton" name="goal">
282             <property name="text">
283              <string>Goal (&amp;g)</string>
284             </property>
285            </widget>
286           </item>
287          </layout>
288         </item>
289         <item>
290          <widget class="QLabel" name="defense_label">
291           <property name="text">
292            <string>Defense</string>
293           </property>
294           <property name="alignment">
295            <set>Qt::AlignCenter</set>
296           </property>
297          </widget>
298         </item>
299         <item>
300          <layout class="QGridLayout" name="defense_grid">
301           <item row="1" column="0">
302            <widget class="QPushButton" name="our_defense">
303             <property name="text">
304              <string>Defense (&amp;x)</string>
305             </property>
306            </widget>
307           </item>
308           <item row="2" column="0">
309            <widget class="QPushButton" name="defense_soft_plus">
310             <property name="text">
311              <string>Soft plus (&amp;+)</string>
312             </property>
313            </widget>
314           </item>
315           <item row="0" column="1">
316            <widget class="QPushButton" name="their_throwaway">
317             <property name="text">
318              <string>Their t.away (&amp;t)</string>
319             </property>
320            </widget>
321           </item>
322           <item row="0" column="0">
323            <widget class="QPushButton" name="interception">
324             <property name="text">
325              <string>Interception (&amp;c)</string>
326             </property>
327            </widget>
328           </item>
329           <item row="2" column="1">
330            <widget class="QPushButton" name="defense_soft_minus">
331             <property name="text">
332              <string>Soft minus (&amp;-)</string>
333             </property>
334            </widget>
335           </item>
336           <item row="1" column="1">
337            <widget class="QPushButton" name="their_goal">
338             <property name="text">
339              <string>Their goal (&amp;g)</string>
340             </property>
341            </widget>
342           </item>
343           <item row="3" column="0">
344            <widget class="QPushButton" name="their_pull">
345             <property name="text">
346              <string>Their pull (&amp;p)</string>
347             </property>
348            </widget>
349           </item>
350           <item row="3" column="1">
351            <widget class="QPushButton" name="our_foul">
352             <property name="text">
353              <string>Our foul (&amp;o)</string>
354             </property>
355            </widget>
356           </item>
357          </layout>
358         </item>
359         <item>
360          <widget class="QLabel" name="misc_label">
361           <property name="text">
362            <string>Misc.</string>
363           </property>
364           <property name="alignment">
365            <set>Qt::AlignCenter</set>
366           </property>
367          </widget>
368         </item>
369         <item>
370          <layout class="QGridLayout" name="misc_grid">
371           <item row="0" column="0">
372            <widget class="QPushButton" name="substitution">
373             <property name="text">
374              <string>Substitution (&amp;b)</string>
375             </property>
376            </widget>
377           </item>
378           <item row="1" column="0">
379            <widget class="QPushButton" name="unknown">
380             <property name="text">
381              <string>Unknown (&amp;?)</string>
382             </property>
383            </widget>
384           </item>
385           <item row="1" column="1">
386            <widget class="QPushButton" name="delete_">
387             <property name="text">
388              <string>Delete (⌫)</string>
389             </property>
390            </widget>
391           </item>
392           <item row="0" column="1">
393            <widget class="QPushButton" name="stoppage">
394             <property name="text">
395              <string>Stoppage (&amp;v)</string>
396             </property>
397            </widget>
398           </item>
399          </layout>
400         </item>
401         <item>
402          <spacer name="verticalSpacer">
403           <property name="orientation">
404            <enum>Qt::Vertical</enum>
405           </property>
406           <property name="sizeHint" stdset="0">
407            <size>
408             <width>20</width>
409             <height>40</height>
410            </size>
411           </property>
412          </spacer>
413         </item>
414        </layout>
415       </item>
416       <item row="5" column="0" colspan="2">
417        <widget class="QTableView" name="event_view">
418         <property name="selectionMode">
419          <enum>QAbstractItemView::SingleSelection</enum>
420         </property>
421         <property name="selectionBehavior">
422          <enum>QAbstractItemView::SelectRows</enum>
423         </property>
424        </widget>
425       </item>
426      </layout>
427     </item>
428    </layout>
429   </widget>
430   <widget class="QMenuBar" name="menubar">
431    <property name="geometry">
432     <rect>
433      <x>0</x>
434      <y>0</y>
435      <width>1031</width>
436      <height>23</height>
437     </rect>
438    </property>
439   </widget>
440  </widget>
441  <customwidgets>
442   <customwidget>
443    <class>QVideoWidget</class>
444    <extends>QWidget</extends>
445    <header location="global">QVideoWidget</header>
446    <container>1</container>
447   </customwidget>
448  </customwidgets>
449  <resources/>
450  <connections/>
451 </ui>