]> git.sesse.net Git - pkanalytics/blob - mainwindow.ui
Include was d-ed in a common per-point receiver error stat.
[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>1251</width>
10     <height>754</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" columnstretch="1,0">
20       <item row="0" column="1" rowspan="4">
21        <layout class="QVBoxLayout" name="buttons" stretch="0,0,0,0,0,0,0,1">
22         <item>
23          <layout class="QGridLayout" name="player_grid">
24           <item row="3" column="0" colspan="2">
25            <widget class="QPushButton" name="player_3">
26             <property name="text">
27              <string>Player 3 (&amp;e)</string>
28             </property>
29             <property name="shortcut">
30              <string>E</string>
31             </property>
32            </widget>
33           </item>
34           <item row="4" column="2" colspan="2">
35            <widget class="QPushButton" name="player_6">
36             <property name="text">
37              <string>Player 6 (&amp;d)</string>
38             </property>
39             <property name="shortcut">
40              <string>D</string>
41             </property>
42            </widget>
43           </item>
44           <item row="5" column="1" colspan="2">
45            <widget class="QPushButton" name="player_7">
46             <property name="text">
47              <string>Player 7 (&amp;f)</string>
48             </property>
49             <property name="shortcut">
50              <string>F</string>
51             </property>
52            </widget>
53           </item>
54           <item row="3" column="2" colspan="2">
55            <widget class="QPushButton" name="player_4">
56             <property name="text">
57              <string>Player 4 (&amp;a)</string>
58             </property>
59             <property name="shortcut">
60              <string>A</string>
61             </property>
62            </widget>
63           </item>
64           <item row="4" column="0" colspan="2">
65            <widget class="QPushButton" name="player_5">
66             <property name="text">
67              <string>Player 5 (&amp;s)</string>
68             </property>
69             <property name="shortcut">
70              <string>S</string>
71             </property>
72            </widget>
73           </item>
74           <item row="2" column="0" colspan="2">
75            <widget class="QPushButton" name="player_1">
76             <property name="text">
77              <string>Player 1 (&amp;q)</string>
78             </property>
79             <property name="shortcut">
80              <string>Q</string>
81             </property>
82            </widget>
83           </item>
84           <item row="2" column="2" colspan="2">
85            <widget class="QPushButton" name="player_2">
86             <property name="text">
87              <string>Player 2 (&amp;w)</string>
88             </property>
89             <property name="shortcut">
90              <string>W</string>
91             </property>
92            </widget>
93           </item>
94          </layout>
95         </item>
96         <item>
97          <widget class="ClickableLabel" name="offense_label">
98           <property name="text">
99            <string>Offense</string>
100           </property>
101           <property name="alignment">
102            <set>Qt::AlignCenter</set>
103           </property>
104          </widget>
105         </item>
106         <item>
107          <layout class="QGridLayout" name="offense_grid">
108           <item row="4" column="0">
109            <widget class="QPushButton" name="pull_or_was_d">
110             <property name="text">
111              <string>Pull (&amp;p)</string>
112             </property>
113             <property name="shortcut">
114              <string>P</string>
115             </property>
116            </widget>
117           </item>
118           <item row="0" column="0">
119            <widget class="QPushButton" name="catch_">
120             <property name="text">
121              <string>Catch/take (&amp;c)</string>
122             </property>
123             <property name="shortcut">
124              <string>C</string>
125             </property>
126            </widget>
127           </item>
128           <item row="4" column="1">
129            <widget class="QPushButton" name="offensive_formation">
130             <property name="enabled">
131              <bool>true</bool>
132             </property>
133             <property name="text">
134              <string>Formation (&amp;o)</string>
135             </property>
136            </widget>
137           </item>
138           <item row="0" column="1">
139            <widget class="QPushButton" name="throwaway">
140             <property name="text">
141              <string>Throwaway (&amp;t)</string>
142             </property>
143             <property name="shortcut">
144              <string>T</string>
145             </property>
146            </widget>
147           </item>
148           <item row="2" column="0">
149            <widget class="QPushButton" name="offensive_soft_plus">
150             <property name="text">
151              <string>Soft plus (&amp;+)</string>
152             </property>
153             <property name="shortcut">
154              <string>+</string>
155             </property>
156            </widget>
157           </item>
158           <item row="2" column="1">
159            <widget class="QPushButton" name="offensive_soft_minus">
160             <property name="text">
161              <string>Soft minus (&amp;-)</string>
162             </property>
163             <property name="shortcut">
164              <string>-</string>
165             </property>
166            </widget>
167           </item>
168           <item row="1" column="0">
169            <widget class="QPushButton" name="drop">
170             <property name="text">
171              <string>Drop (&amp;x)</string>
172             </property>
173             <property name="shortcut">
174              <string>X</string>
175             </property>
176            </widget>
177           </item>
178           <item row="1" column="1">
179            <widget class="QPushButton" name="goal">
180             <property name="text">
181              <string>Goal (&amp;g)</string>
182             </property>
183             <property name="shortcut">
184              <string>G</string>
185             </property>
186            </widget>
187           </item>
188          </layout>
189         </item>
190         <item>
191          <widget class="ClickableLabel" name="defense_label">
192           <property name="text">
193            <string>Defense</string>
194           </property>
195           <property name="alignment">
196            <set>Qt::AlignCenter</set>
197           </property>
198          </widget>
199         </item>
200         <item>
201          <layout class="QGridLayout" name="defense_grid">
202           <item row="1" column="0">
203            <widget class="QPushButton" name="our_defense">
204             <property name="text">
205              <string>Defense (&amp;x)</string>
206             </property>
207             <property name="shortcut">
208              <string>X</string>
209             </property>
210            </widget>
211           </item>
212           <item row="2" column="0">
213            <widget class="QPushButton" name="defensive_soft_plus">
214             <property name="text">
215              <string>Soft plus (&amp;+)</string>
216             </property>
217             <property name="shortcut">
218              <string>+</string>
219             </property>
220            </widget>
221           </item>
222           <item row="0" column="1">
223            <widget class="QPushButton" name="their_throwaway">
224             <property name="text">
225              <string>Their t.away (&amp;t)</string>
226             </property>
227             <property name="shortcut">
228              <string>T</string>
229             </property>
230            </widget>
231           </item>
232           <item row="0" column="0">
233            <widget class="QPushButton" name="interception">
234             <property name="text">
235              <string>Interception (&amp;c)</string>
236             </property>
237             <property name="shortcut">
238              <string>C</string>
239             </property>
240            </widget>
241           </item>
242           <item row="2" column="1">
243            <widget class="QPushButton" name="defensive_soft_minus">
244             <property name="text">
245              <string>Soft minus (&amp;-)</string>
246             </property>
247             <property name="shortcut">
248              <string>-</string>
249             </property>
250            </widget>
251           </item>
252           <item row="1" column="1">
253            <widget class="QPushButton" name="their_goal">
254             <property name="text">
255              <string>Their goal (&amp;g)</string>
256             </property>
257             <property name="shortcut">
258              <string>G</string>
259             </property>
260            </widget>
261           </item>
262           <item row="3" column="0">
263            <widget class="QPushButton" name="their_pull">
264             <property name="text">
265              <string>Their pull (&amp;p)</string>
266             </property>
267             <property name="shortcut">
268              <string>P</string>
269             </property>
270            </widget>
271           </item>
272           <item row="3" column="1">
273            <widget class="QPushButton" name="defensive_formation">
274             <property name="enabled">
275              <bool>true</bool>
276             </property>
277             <property name="text">
278              <string>Formation (&amp;p)</string>
279             </property>
280             <property name="shortcut">
281              <string>O</string>
282             </property>
283            </widget>
284           </item>
285          </layout>
286         </item>
287         <item>
288          <widget class="QLabel" name="misc_label">
289           <property name="text">
290            <string>Misc.</string>
291           </property>
292           <property name="alignment">
293            <set>Qt::AlignCenter</set>
294           </property>
295          </widget>
296         </item>
297         <item>
298          <layout class="QGridLayout" name="misc_grid">
299           <item row="0" column="0">
300            <widget class="QPushButton" name="substitution">
301             <property name="text">
302              <string>Substitution (&amp;b)</string>
303             </property>
304             <property name="shortcut">
305              <string>B</string>
306             </property>
307            </widget>
308           </item>
309           <item row="1" column="0">
310            <widget class="QPushButton" name="unknown">
311             <property name="text">
312              <string>Unknown (&amp;?)</string>
313             </property>
314             <property name="shortcut">
315              <string>?</string>
316             </property>
317            </widget>
318           </item>
319           <item row="1" column="1">
320            <widget class="QPushButton" name="delete_">
321             <property name="text">
322              <string>Delete (⌫)</string>
323             </property>
324             <property name="shortcut">
325              <string>Backspace</string>
326             </property>
327            </widget>
328           </item>
329           <item row="0" column="1">
330            <widget class="QPushButton" name="stoppage">
331             <property name="text">
332              <string>Stoppage (&amp;v)</string>
333             </property>
334             <property name="shortcut">
335              <string>V</string>
336             </property>
337            </widget>
338           </item>
339          </layout>
340         </item>
341         <item>
342          <widget class="QTableView" name="player_view">
343           <property name="selectionMode">
344            <enum>QAbstractItemView::MultiSelection</enum>
345           </property>
346           <property name="selectionBehavior">
347            <enum>QAbstractItemView::SelectRows</enum>
348           </property>
349          </widget>
350         </item>
351        </layout>
352       </item>
353       <item row="0" column="0">
354        <widget class="VideoWidget" name="video">
355         <property name="minimumSize">
356          <size>
357           <width>320</width>
358           <height>240</height>
359          </size>
360         </property>
361        </widget>
362       </item>
363       <item row="1" column="0">
364        <layout class="QHBoxLayout" name="nav_buttons" stretch="1,0,0,0,0,0,0,0,2">
365         <item>
366          <widget class="QLabel" name="timestamp">
367           <property name="font">
368            <font>
369             <family>Noto Sans</family>
370            </font>
371           </property>
372           <property name="text">
373            <string>0:00:00.000</string>
374           </property>
375           <property name="alignment">
376            <set>Qt::AlignCenter</set>
377           </property>
378          </widget>
379         </item>
380         <item>
381          <widget class="QPushButton" name="minus10s">
382           <property name="text">
383            <string>-10s (&amp;K)</string>
384           </property>
385           <property name="shortcut">
386            <string>K</string>
387           </property>
388          </widget>
389         </item>
390         <item>
391          <widget class="QPushButton" name="plus10s">
392           <property name="text">
393            <string>+10s (&amp;L)</string>
394           </property>
395           <property name="shortcut">
396            <string>L</string>
397           </property>
398          </widget>
399         </item>
400         <item>
401          <widget class="QPushButton" name="minus2s">
402           <property name="text">
403            <string>-2s (&amp;←)</string>
404           </property>
405           <property name="shortcut">
406            <string>Left</string>
407           </property>
408          </widget>
409         </item>
410         <item>
411          <widget class="QPushButton" name="plus2s">
412           <property name="text">
413            <string>+2s (&amp;→)</string>
414           </property>
415           <property name="shortcut">
416            <string>Right</string>
417           </property>
418          </widget>
419         </item>
420         <item>
421          <widget class="QPushButton" name="minus1f">
422           <property name="text">
423            <string>-1f (&amp;,)</string>
424           </property>
425           <property name="shortcut">
426            <string>,</string>
427           </property>
428          </widget>
429         </item>
430         <item>
431          <widget class="QPushButton" name="plus1f">
432           <property name="text">
433            <string>+1f (&amp;.)</string>
434           </property>
435           <property name="shortcut">
436            <string>.</string>
437           </property>
438          </widget>
439         </item>
440         <item>
441          <widget class="QPushButton" name="play_pause">
442           <property name="minimumSize">
443            <size>
444             <width>110</width>
445             <height>0</height>
446            </size>
447           </property>
448           <property name="text">
449            <string>Pause (space)</string>
450           </property>
451           <property name="shortcut">
452            <string>Space</string>
453           </property>
454          </widget>
455         </item>
456         <item>
457          <widget class="QLabel" name="status">
458           <property name="text">
459            <string>0–0 | offense | 0 passes, 0 sec possession</string>
460           </property>
461           <property name="alignment">
462            <set>Qt::AlignCenter</set>
463           </property>
464          </widget>
465         </item>
466        </layout>
467       </item>
468       <item row="2" column="0">
469        <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0">
470         <item>
471          <widget class="QTableView" name="event_view">
472           <property name="selectionMode">
473            <enum>QAbstractItemView::SingleSelection</enum>
474           </property>
475           <property name="selectionBehavior">
476            <enum>QAbstractItemView::SelectRows</enum>
477           </property>
478          </widget>
479         </item>
480         <item>
481          <layout class="QVBoxLayout" name="offensive_formation_layout">
482           <item>
483            <widget class="QLabel" name="label">
484             <property name="text">
485              <string>Offensive formation</string>
486             </property>
487             <property name="alignment">
488              <set>Qt::AlignCenter</set>
489             </property>
490            </widget>
491           </item>
492           <item>
493            <widget class="QListView" name="offensive_formation_view"/>
494           </item>
495          </layout>
496         </item>
497         <item>
498          <layout class="QVBoxLayout" name="defensive_formation_layout">
499           <item>
500            <widget class="QLabel" name="label_2">
501             <property name="text">
502              <string>Defensive formation</string>
503             </property>
504             <property name="alignment">
505              <set>Qt::AlignCenter</set>
506             </property>
507            </widget>
508           </item>
509           <item>
510            <widget class="QListView" name="defensive_formation_view"/>
511           </item>
512          </layout>
513         </item>
514        </layout>
515       </item>
516      </layout>
517     </item>
518    </layout>
519   </widget>
520   <widget class="QMenuBar" name="menubar">
521    <property name="geometry">
522     <rect>
523      <x>0</x>
524      <y>0</y>
525      <width>1251</width>
526      <height>23</height>
527     </rect>
528    </property>
529   </widget>
530  </widget>
531  <customwidgets>
532   <customwidget>
533    <class>VideoWidget</class>
534    <extends>QOpenGLWidget</extends>
535    <header>video_widget.h</header>
536    <container>1</container>
537   </customwidget>
538   <customwidget>
539    <class>ClickableLabel</class>
540    <extends>QLabel</extends>
541    <header>clickable_label.h</header>
542   </customwidget>
543  </customwidgets>
544  <resources/>
545  <connections/>
546 </ui>