]> git.sesse.net Git - pkanalytics/blob - mainwindow.ui
Fix up various 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>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</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             <property name="shortcut">
261              <string>T</string>
262             </property>
263            </widget>
264           </item>
265           <item row="2" column="0">
266            <widget class="QPushButton" name="offensive_soft_plus">
267             <property name="text">
268              <string>Soft plus (&amp;+)</string>
269             </property>
270             <property name="shortcut">
271              <string>+</string>
272             </property>
273            </widget>
274           </item>
275           <item row="2" column="1">
276            <widget class="QPushButton" name="offensive_soft_minus">
277             <property name="text">
278              <string>Soft minus (&amp;-)</string>
279             </property>
280             <property name="shortcut">
281              <string>-</string>
282             </property>
283            </widget>
284           </item>
285           <item row="1" column="0">
286            <widget class="QPushButton" name="drop">
287             <property name="text">
288              <string>Drop (&amp;x)</string>
289             </property>
290             <property name="shortcut">
291              <string>X</string>
292             </property>
293            </widget>
294           </item>
295           <item row="1" column="1">
296            <widget class="QPushButton" name="goal">
297             <property name="text">
298              <string>Goal (&amp;g)</string>
299             </property>
300             <property name="shortcut">
301              <string>G</string>
302             </property>
303            </widget>
304           </item>
305          </layout>
306         </item>
307         <item>
308          <widget class="QLabel" name="defense_label">
309           <property name="text">
310            <string>Defense</string>
311           </property>
312           <property name="alignment">
313            <set>Qt::AlignCenter</set>
314           </property>
315          </widget>
316         </item>
317         <item>
318          <layout class="QGridLayout" name="defense_grid">
319           <item row="1" column="0">
320            <widget class="QPushButton" name="our_defense">
321             <property name="text">
322              <string>Defense (&amp;x)</string>
323             </property>
324             <property name="shortcut">
325              <string>X</string>
326             </property>
327            </widget>
328           </item>
329           <item row="2" column="0">
330            <widget class="QPushButton" name="defensive_soft_plus">
331             <property name="text">
332              <string>Soft plus (&amp;+)</string>
333             </property>
334             <property name="shortcut">
335              <string>+</string>
336             </property>
337            </widget>
338           </item>
339           <item row="0" column="1">
340            <widget class="QPushButton" name="their_throwaway">
341             <property name="text">
342              <string>Their t.away (&amp;t)</string>
343             </property>
344             <property name="shortcut">
345              <string>T</string>
346             </property>
347            </widget>
348           </item>
349           <item row="0" column="0">
350            <widget class="QPushButton" name="interception">
351             <property name="text">
352              <string>Interception (&amp;c)</string>
353             </property>
354             <property name="shortcut">
355              <string>C</string>
356             </property>
357            </widget>
358           </item>
359           <item row="2" column="1">
360            <widget class="QPushButton" name="defensive_soft_minus">
361             <property name="text">
362              <string>Soft minus (&amp;-)</string>
363             </property>
364             <property name="shortcut">
365              <string>-</string>
366             </property>
367            </widget>
368           </item>
369           <item row="1" column="1">
370            <widget class="QPushButton" name="their_goal">
371             <property name="text">
372              <string>Their goal (&amp;g)</string>
373             </property>
374             <property name="shortcut">
375              <string>G</string>
376             </property>
377            </widget>
378           </item>
379           <item row="3" column="0">
380            <widget class="QPushButton" name="their_pull">
381             <property name="text">
382              <string>Their pull (&amp;p)</string>
383             </property>
384             <property name="shortcut">
385              <string>P</string>
386             </property>
387            </widget>
388           </item>
389           <item row="3" column="1">
390            <widget class="QPushButton" name="our_foul">
391             <property name="text">
392              <string>Our foul (&amp;o)</string>
393             </property>
394             <property name="shortcut">
395              <string>O</string>
396             </property>
397            </widget>
398           </item>
399          </layout>
400         </item>
401         <item>
402          <widget class="QLabel" name="misc_label">
403           <property name="text">
404            <string>Misc.</string>
405           </property>
406           <property name="alignment">
407            <set>Qt::AlignCenter</set>
408           </property>
409          </widget>
410         </item>
411         <item>
412          <layout class="QGridLayout" name="misc_grid">
413           <item row="0" column="0">
414            <widget class="QPushButton" name="substitution">
415             <property name="text">
416              <string>Substitution (&amp;b)</string>
417             </property>
418             <property name="shortcut">
419              <string>B</string>
420             </property>
421            </widget>
422           </item>
423           <item row="1" column="0">
424            <widget class="QPushButton" name="unknown">
425             <property name="text">
426              <string>Unknown (&amp;?)</string>
427             </property>
428             <property name="shortcut">
429              <string>?</string>
430             </property>
431            </widget>
432           </item>
433           <item row="1" column="1">
434            <widget class="QPushButton" name="delete_">
435             <property name="text">
436              <string>Delete (⌫)</string>
437             </property>
438             <property name="shortcut">
439              <string>Backspace</string>
440             </property>
441            </widget>
442           </item>
443           <item row="0" column="1">
444            <widget class="QPushButton" name="stoppage">
445             <property name="text">
446              <string>Stoppage (&amp;v)</string>
447             </property>
448             <property name="shortcut">
449              <string>V</string>
450             </property>
451            </widget>
452           </item>
453          </layout>
454         </item>
455         <item>
456          <widget class="QTableView" name="player_view">
457           <property name="selectionMode">
458            <enum>QAbstractItemView::MultiSelection</enum>
459           </property>
460           <property name="selectionBehavior">
461            <enum>QAbstractItemView::SelectRows</enum>
462           </property>
463          </widget>
464         </item>
465        </layout>
466       </item>
467      </layout>
468     </item>
469    </layout>
470   </widget>
471   <widget class="QMenuBar" name="menubar">
472    <property name="geometry">
473     <rect>
474      <x>0</x>
475      <y>0</y>
476      <width>1251</width>
477      <height>23</height>
478     </rect>
479    </property>
480   </widget>
481  </widget>
482  <customwidgets>
483   <customwidget>
484    <class>QVideoWidget</class>
485    <extends>QWidget</extends>
486    <header location="global">QVideoWidget</header>
487    <container>1</container>
488   </customwidget>
489  </customwidgets>
490  <resources/>
491  <connections/>
492 </ui>