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