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