]> git.sesse.net Git - pkanalytics/blob - mainwindow.ui
Make it possible to delete events.
[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>1031</width>
10     <height>713</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,0,0" columnstretch="1,0">
20       <item row="3" column="0" colspan="2">
21        <layout class="QHBoxLayout" name="nav_buttons" stretch="1,0,0,0,0,0,0,0,2">
22         <item>
23          <widget class="QLabel" name="timestamp">
24           <property name="text">
25            <string>0:00:00.000</string>
26           </property>
27           <property name="alignment">
28            <set>Qt::AlignCenter</set>
29           </property>
30          </widget>
31         </item>
32         <item>
33          <widget class="QPushButton" name="minus10s">
34           <property name="text">
35            <string>-10s (&amp;K)</string>
36           </property>
37           <property name="shortcut">
38            <string>K</string>
39           </property>
40          </widget>
41         </item>
42         <item>
43          <widget class="QPushButton" name="plus10s">
44           <property name="text">
45            <string>+10s (&amp;L)</string>
46           </property>
47           <property name="shortcut">
48            <string>L</string>
49           </property>
50          </widget>
51         </item>
52         <item>
53          <widget class="QPushButton" name="minus2s">
54           <property name="text">
55            <string>-2s (&amp;←)</string>
56           </property>
57           <property name="shortcut">
58            <string>Left</string>
59           </property>
60          </widget>
61         </item>
62         <item>
63          <widget class="QPushButton" name="plus2s">
64           <property name="text">
65            <string>+2s (&amp;→)</string>
66           </property>
67           <property name="shortcut">
68            <string>Right</string>
69           </property>
70          </widget>
71         </item>
72         <item>
73          <widget class="QPushButton" name="minus1f">
74           <property name="text">
75            <string>-1f (&amp;,)</string>
76           </property>
77           <property name="shortcut">
78            <string>,</string>
79           </property>
80          </widget>
81         </item>
82         <item>
83          <widget class="QPushButton" name="plus1f">
84           <property name="text">
85            <string>+1f (&amp;.)</string>
86           </property>
87           <property name="shortcut">
88            <string>.</string>
89           </property>
90          </widget>
91         </item>
92         <item>
93          <widget class="QPushButton" name="play_pause">
94           <property name="minimumSize">
95            <size>
96             <width>110</width>
97             <height>0</height>
98            </size>
99           </property>
100           <property name="text">
101            <string>Pause (space)</string>
102           </property>
103           <property name="shortcut">
104            <string>Space</string>
105           </property>
106          </widget>
107         </item>
108         <item>
109          <widget class="QLabel" name="status">
110           <property name="text">
111            <string>0–0 | offense | 0 passes, 0 sec possession</string>
112           </property>
113           <property name="alignment">
114            <set>Qt::AlignCenter</set>
115           </property>
116          </widget>
117         </item>
118        </layout>
119       </item>
120       <item row="0" column="0">
121        <widget class="QVideoWidget" name="video" native="true">
122         <property name="minimumSize">
123          <size>
124           <width>320</width>
125           <height>240</height>
126          </size>
127         </property>
128        </widget>
129       </item>
130       <item row="0" column="1">
131        <layout class="QVBoxLayout" name="buttons">
132         <item>
133          <spacer name="verticalSpacer_2">
134           <property name="orientation">
135            <enum>Qt::Vertical</enum>
136           </property>
137           <property name="sizeHint" stdset="0">
138            <size>
139             <width>20</width>
140             <height>40</height>
141            </size>
142           </property>
143          </spacer>
144         </item>
145         <item>
146          <layout class="QGridLayout" name="player_grid">
147           <item row="3" column="0" colspan="2">
148            <widget class="QPushButton" name="player_3">
149             <property name="text">
150              <string>Player 3 (&amp;e)</string>
151             </property>
152             <property name="shortcut">
153              <string>E</string>
154             </property>
155            </widget>
156           </item>
157           <item row="4" column="2" colspan="2">
158            <widget class="QPushButton" name="player_6">
159             <property name="text">
160              <string>Player 6 (&amp;d)</string>
161             </property>
162             <property name="shortcut">
163              <string>D</string>
164             </property>
165            </widget>
166           </item>
167           <item row="5" column="1" colspan="2">
168            <widget class="QPushButton" name="player_7">
169             <property name="text">
170              <string>Player 7 (&amp;f)</string>
171             </property>
172             <property name="shortcut">
173              <string>F</string>
174             </property>
175            </widget>
176           </item>
177           <item row="3" column="2" colspan="2">
178            <widget class="QPushButton" name="player_4">
179             <property name="text">
180              <string>Player 4 (&amp;a)</string>
181             </property>
182             <property name="shortcut">
183              <string>A</string>
184             </property>
185            </widget>
186           </item>
187           <item row="4" column="0" colspan="2">
188            <widget class="QPushButton" name="player_5">
189             <property name="text">
190              <string>Player 5 (&amp;s)</string>
191             </property>
192             <property name="shortcut">
193              <string>S</string>
194             </property>
195            </widget>
196           </item>
197           <item row="2" column="0" colspan="2">
198            <widget class="QPushButton" name="player_1">
199             <property name="text">
200              <string>Player 1 (&amp;q)</string>
201             </property>
202             <property name="shortcut">
203              <string>Q</string>
204             </property>
205            </widget>
206           </item>
207           <item row="2" column="2" colspan="2">
208            <widget class="QPushButton" name="player_2">
209             <property name="text">
210              <string>Player 2 (&amp;w)</string>
211             </property>
212             <property name="shortcut">
213              <string>W</string>
214             </property>
215            </widget>
216           </item>
217          </layout>
218         </item>
219         <item>
220          <widget class="QLabel" name="offense_label">
221           <property name="text">
222            <string>Offense</string>
223           </property>
224           <property name="alignment">
225            <set>Qt::AlignCenter</set>
226           </property>
227          </widget>
228         </item>
229         <item>
230          <layout class="QGridLayout" name="offense_grid">
231           <item row="4" column="0">
232            <widget class="QPushButton" name="pull">
233             <property name="text">
234              <string>Pull (&amp;p)</string>
235             </property>
236             <property name="shortcut">
237              <string>P, Return</string>
238             </property>
239            </widget>
240           </item>
241           <item row="0" column="0">
242            <widget class="QPushButton" name="catch_">
243             <property name="text">
244              <string>Catch/take (&amp;c)</string>
245             </property>
246             <property name="shortcut">
247              <string>C</string>
248             </property>
249            </widget>
250           </item>
251           <item row="4" column="1">
252            <widget class="QPushButton" name="pull_landed">
253             <property name="text">
254              <string>Pull landed (&amp;p)</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            </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            </widget>
325           </item>
326           <item row="2" column="0">
327            <widget class="QPushButton" name="defense_soft_plus">
328             <property name="text">
329              <string>Soft plus (&amp;+)</string>
330             </property>
331            </widget>
332           </item>
333           <item row="0" column="1">
334            <widget class="QPushButton" name="their_throwaway">
335             <property name="text">
336              <string>Their t.away (&amp;t)</string>
337             </property>
338            </widget>
339           </item>
340           <item row="0" column="0">
341            <widget class="QPushButton" name="interception">
342             <property name="text">
343              <string>Interception (&amp;c)</string>
344             </property>
345            </widget>
346           </item>
347           <item row="2" column="1">
348            <widget class="QPushButton" name="defense_soft_minus">
349             <property name="text">
350              <string>Soft minus (&amp;-)</string>
351             </property>
352            </widget>
353           </item>
354           <item row="1" column="1">
355            <widget class="QPushButton" name="their_goal">
356             <property name="text">
357              <string>Their goal (&amp;g)</string>
358             </property>
359            </widget>
360           </item>
361           <item row="3" column="0">
362            <widget class="QPushButton" name="their_pull">
363             <property name="text">
364              <string>Their pull (&amp;p)</string>
365             </property>
366            </widget>
367           </item>
368           <item row="3" column="1">
369            <widget class="QPushButton" name="our_foul">
370             <property name="text">
371              <string>Our foul (&amp;o)</string>
372             </property>
373            </widget>
374           </item>
375          </layout>
376         </item>
377         <item>
378          <widget class="QLabel" name="misc_label">
379           <property name="text">
380            <string>Misc.</string>
381           </property>
382           <property name="alignment">
383            <set>Qt::AlignCenter</set>
384           </property>
385          </widget>
386         </item>
387         <item>
388          <layout class="QGridLayout" name="misc_grid">
389           <item row="0" column="0">
390            <widget class="QPushButton" name="substitution">
391             <property name="text">
392              <string>Substitution (&amp;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            </widget>
402           </item>
403           <item row="1" column="1">
404            <widget class="QPushButton" name="delete_">
405             <property name="text">
406              <string>Delete (⌫)</string>
407             </property>
408             <property name="shortcut">
409              <string>Backspace</string>
410             </property>
411            </widget>
412           </item>
413           <item row="0" column="1">
414            <widget class="QPushButton" name="stoppage">
415             <property name="text">
416              <string>Stoppage (&amp;v)</string>
417             </property>
418            </widget>
419           </item>
420          </layout>
421         </item>
422         <item>
423          <spacer name="verticalSpacer">
424           <property name="orientation">
425            <enum>Qt::Vertical</enum>
426           </property>
427           <property name="sizeHint" stdset="0">
428            <size>
429             <width>20</width>
430             <height>40</height>
431            </size>
432           </property>
433          </spacer>
434         </item>
435        </layout>
436       </item>
437       <item row="5" column="0" colspan="2">
438        <widget class="QTableView" name="event_view">
439         <property name="selectionMode">
440          <enum>QAbstractItemView::SingleSelection</enum>
441         </property>
442         <property name="selectionBehavior">
443          <enum>QAbstractItemView::SelectRows</enum>
444         </property>
445        </widget>
446       </item>
447      </layout>
448     </item>
449    </layout>
450   </widget>
451   <widget class="QMenuBar" name="menubar">
452    <property name="geometry">
453     <rect>
454      <x>0</x>
455      <y>0</y>
456      <width>1031</width>
457      <height>23</height>
458     </rect>
459    </property>
460   </widget>
461  </widget>
462  <customwidgets>
463   <customwidget>
464    <class>QVideoWidget</class>
465    <extends>QWidget</extends>
466    <header location="global">QVideoWidget</header>
467    <container>1</container>
468   </customwidget>
469  </customwidgets>
470  <resources/>
471  <connections/>
472 </ui>