]> git.sesse.net Git - pkanalytics/blob - mainwindow.ui
Better backdating of formations.
[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">
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;o)</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="QVideoWidget" name="video" native="true">
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="text">
368            <string>0:00:00.000</string>
369           </property>
370           <property name="alignment">
371            <set>Qt::AlignCenter</set>
372           </property>
373          </widget>
374         </item>
375         <item>
376          <widget class="QPushButton" name="minus10s">
377           <property name="text">
378            <string>-10s (&amp;K)</string>
379           </property>
380           <property name="shortcut">
381            <string>K</string>
382           </property>
383          </widget>
384         </item>
385         <item>
386          <widget class="QPushButton" name="plus10s">
387           <property name="text">
388            <string>+10s (&amp;L)</string>
389           </property>
390           <property name="shortcut">
391            <string>L</string>
392           </property>
393          </widget>
394         </item>
395         <item>
396          <widget class="QPushButton" name="minus2s">
397           <property name="text">
398            <string>-2s (&amp;←)</string>
399           </property>
400           <property name="shortcut">
401            <string>Left</string>
402           </property>
403          </widget>
404         </item>
405         <item>
406          <widget class="QPushButton" name="plus2s">
407           <property name="text">
408            <string>+2s (&amp;→)</string>
409           </property>
410           <property name="shortcut">
411            <string>Right</string>
412           </property>
413          </widget>
414         </item>
415         <item>
416          <widget class="QPushButton" name="minus1f">
417           <property name="text">
418            <string>-1f (&amp;,)</string>
419           </property>
420           <property name="shortcut">
421            <string>,</string>
422           </property>
423          </widget>
424         </item>
425         <item>
426          <widget class="QPushButton" name="plus1f">
427           <property name="text">
428            <string>+1f (&amp;.)</string>
429           </property>
430           <property name="shortcut">
431            <string>.</string>
432           </property>
433          </widget>
434         </item>
435         <item>
436          <widget class="QPushButton" name="play_pause">
437           <property name="minimumSize">
438            <size>
439             <width>110</width>
440             <height>0</height>
441            </size>
442           </property>
443           <property name="text">
444            <string>Pause (space)</string>
445           </property>
446           <property name="shortcut">
447            <string>Space</string>
448           </property>
449          </widget>
450         </item>
451         <item>
452          <widget class="QLabel" name="status">
453           <property name="text">
454            <string>0–0 | offense | 0 passes, 0 sec possession</string>
455           </property>
456           <property name="alignment">
457            <set>Qt::AlignCenter</set>
458           </property>
459          </widget>
460         </item>
461        </layout>
462       </item>
463       <item row="2" column="0">
464        <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0">
465         <item>
466          <widget class="QTableView" name="event_view">
467           <property name="selectionMode">
468            <enum>QAbstractItemView::SingleSelection</enum>
469           </property>
470           <property name="selectionBehavior">
471            <enum>QAbstractItemView::SelectRows</enum>
472           </property>
473          </widget>
474         </item>
475         <item>
476          <layout class="QVBoxLayout" name="offensive_formation_layout">
477           <item>
478            <widget class="QLabel" name="label">
479             <property name="text">
480              <string>Offensive formation</string>
481             </property>
482             <property name="alignment">
483              <set>Qt::AlignCenter</set>
484             </property>
485            </widget>
486           </item>
487           <item>
488            <widget class="QListView" name="offensive_formation_view"/>
489           </item>
490          </layout>
491         </item>
492         <item>
493          <layout class="QVBoxLayout" name="defensive_formation_layout">
494           <item>
495            <widget class="QLabel" name="label_2">
496             <property name="text">
497              <string>Defensive formation</string>
498             </property>
499             <property name="alignment">
500              <set>Qt::AlignCenter</set>
501             </property>
502            </widget>
503           </item>
504           <item>
505            <widget class="QListView" name="defensive_formation_view"/>
506           </item>
507          </layout>
508         </item>
509        </layout>
510       </item>
511      </layout>
512     </item>
513    </layout>
514   </widget>
515   <widget class="QMenuBar" name="menubar">
516    <property name="geometry">
517     <rect>
518      <x>0</x>
519      <y>0</y>
520      <width>1251</width>
521      <height>23</height>
522     </rect>
523    </property>
524   </widget>
525  </widget>
526  <customwidgets>
527   <customwidget>
528    <class>QVideoWidget</class>
529    <extends>QWidget</extends>
530    <header location="global">QVideoWidget</header>
531    <container>1</container>
532   </customwidget>
533   <customwidget>
534    <class>ClickableLabel</class>
535    <extends>QLabel</extends>
536    <header>clickable_label.h</header>
537   </customwidget>
538  </customwidgets>
539  <resources/>
540  <connections/>
541 </ui>