]> git.sesse.net Git - nageru/blob - futatabi/mainwindow.ui
Add a MIDI mapping editor for Futatabi.
[nageru] / futatabi / 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>1038</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Futatabi</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <item row="0" column="0">
19      <widget class="QSplitter" name="splitter">
20       <property name="orientation">
21        <enum>Qt::Horizontal</enum>
22       </property>
23       <widget class="QWidget" name="horizontalLayoutWidget">
24        <layout class="QVBoxLayout" name="clip_and_play_lists">
25         <item>
26          <widget class="QTableView" name="clip_list"/>
27         </item>
28         <item>
29          <layout class="QHBoxLayout" name="clip_list_buttons">
30           <item>
31            <widget class="QPushButton" name="queue_btn">
32             <property name="text">
33              <string>Queue (&amp;Q)</string>
34             </property>
35             <property name="icon">
36              <iconset theme="list-add">
37               <normaloff>.</normaloff>.</iconset>
38             </property>
39            </widget>
40           </item>
41           <item>
42            <widget class="QPushButton" name="preview_btn">
43             <property name="text">
44              <string>Preview (&amp;W)</string>
45             </property>
46             <property name="icon">
47              <iconset theme="media-playback-start">
48               <normaloff>.</normaloff>.</iconset>
49             </property>
50            </widget>
51           </item>
52           <item>
53            <widget class="QPushButton" name="cue_in_btn">
54             <property name="text">
55              <string>Cue in (&amp;A)</string>
56             </property>
57            </widget>
58           </item>
59           <item>
60            <widget class="QPushButton" name="cue_out_btn">
61             <property name="text">
62              <string>Cue out (&amp;S)</string>
63             </property>
64            </widget>
65           </item>
66           <item>
67            <spacer name="horizontalSpacer_2">
68             <property name="orientation">
69              <enum>Qt::Horizontal</enum>
70             </property>
71             <property name="sizeHint" stdset="0">
72              <size>
73               <width>40</width>
74               <height>20</height>
75              </size>
76             </property>
77            </spacer>
78           </item>
79          </layout>
80         </item>
81         <item>
82          <widget class="QTableView" name="playlist">
83           <property name="selectionMode">
84            <enum>QAbstractItemView::ContiguousSelection</enum>
85           </property>
86           <property name="selectionBehavior">
87            <enum>QAbstractItemView::SelectRows</enum>
88           </property>
89          </widget>
90         </item>
91         <item>
92          <layout class="QHBoxLayout" name="playlist_buttons">
93           <item>
94            <widget class="QPushButton" name="playlist_duplicate_btn">
95             <property name="text">
96              <string>Duplicate</string>
97             </property>
98             <property name="icon">
99              <iconset theme="list-add">
100               <normaloff>.</normaloff>.</iconset>
101             </property>
102            </widget>
103           </item>
104           <item>
105            <widget class="QPushButton" name="playlist_remove_btn">
106             <property name="sizePolicy">
107              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
108               <horstretch>0</horstretch>
109               <verstretch>0</verstretch>
110              </sizepolicy>
111             </property>
112             <property name="text">
113              <string>Remove</string>
114             </property>
115             <property name="icon">
116              <iconset theme="list-remove">
117               <normaloff>.</normaloff>.</iconset>
118             </property>
119            </widget>
120           </item>
121           <item>
122            <widget class="QPushButton" name="playlist_move_up_btn">
123             <property name="text">
124              <string>Move up</string>
125             </property>
126             <property name="icon">
127              <iconset theme="go-up">
128               <normaloff>.</normaloff>.</iconset>
129             </property>
130            </widget>
131           </item>
132           <item>
133            <widget class="QPushButton" name="playlist_move_down_btn">
134             <property name="text">
135              <string>Move down</string>
136             </property>
137             <property name="icon">
138              <iconset theme="go-down">
139               <normaloff>.</normaloff>.</iconset>
140             </property>
141            </widget>
142           </item>
143           <item>
144            <widget class="QSlider" name="speed_slider">
145             <property name="enabled">
146              <bool>false</bool>
147             </property>
148             <property name="minimum">
149              <number>10</number>
150             </property>
151             <property name="maximum">
152              <number>200</number>
153             </property>
154             <property name="value">
155              <number>100</number>
156             </property>
157             <property name="orientation">
158              <enum>Qt::Horizontal</enum>
159             </property>
160            </widget>
161           </item>
162           <item>
163            <widget class="QPushButton" name="speed_lock_btn">
164             <property name="sizePolicy">
165              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
166               <horstretch>0</horstretch>
167               <verstretch>0</verstretch>
168              </sizepolicy>
169             </property>
170             <property name="minimumSize">
171              <size>
172               <width>72</width>
173               <height>0</height>
174              </size>
175             </property>
176             <property name="text">
177              <string> 100%</string>
178             </property>
179             <property name="icon">
180              <iconset>
181               <normalon>:/lock.svg</normalon>
182              </iconset>
183             </property>
184             <property name="checkable">
185              <bool>true</bool>
186             </property>
187             <property name="checked">
188              <bool>true</bool>
189             </property>
190            </widget>
191           </item>
192           <item>
193            <widget class="QPushButton" name="stop_btn">
194             <property name="text">
195              <string>Stop</string>
196             </property>
197             <property name="icon">
198              <iconset theme="media-playback-stop">
199               <normaloff>.</normaloff>.</iconset>
200             </property>
201            </widget>
202           </item>
203           <item>
204            <widget class="QPushButton" name="play_btn">
205             <property name="text">
206              <string>Play (space)</string>
207             </property>
208             <property name="icon">
209              <iconset theme="media-playback-start">
210               <normaloff>.</normaloff>.</iconset>
211             </property>
212            </widget>
213           </item>
214          </layout>
215         </item>
216        </layout>
217       </widget>
218       <widget class="QWidget" name="verticalLayoutWidget_4">
219        <layout class="QVBoxLayout" name="video_displays" stretch="1,2">
220         <item>
221          <layout class="QHBoxLayout" name="preview_and_live_panes">
222           <property name="spacing">
223            <number>3</number>
224           </property>
225           <item>
226            <layout class="QVBoxLayout" name="preview_pane" stretch="1,0">
227             <item>
228              <widget class="QFrame" name="preview_frame">
229               <property name="autoFillBackground">
230                <bool>true</bool>
231               </property>
232               <property name="frameShape">
233                <enum>QFrame::NoFrame</enum>
234               </property>
235               <property name="frameShadow">
236                <enum>QFrame::Plain</enum>
237               </property>
238               <property name="lineWidth">
239                <number>0</number>
240               </property>
241               <layout class="QGridLayout" name="gridLayout_3">
242                <property name="leftMargin">
243                 <number>3</number>
244                </property>
245                <property name="topMargin">
246                 <number>3</number>
247                </property>
248                <property name="rightMargin">
249                 <number>3</number>
250                </property>
251                <property name="bottomMargin">
252                 <number>3</number>
253                </property>
254                <item row="0" column="0">
255                 <widget class="JPEGFrameView" name="preview_display" native="true"/>
256                </item>
257               </layout>
258              </widget>
259             </item>
260             <item>
261              <layout class="QHBoxLayout" name="preview_layout" stretch="0">
262               <item>
263                <widget class="QLabel" name="preview_label">
264                 <property name="text">
265                  <string>Preview output</string>
266                 </property>
267                 <property name="alignment">
268                  <set>Qt::AlignCenter</set>
269                 </property>
270                </widget>
271               </item>
272              </layout>
273             </item>
274            </layout>
275           </item>
276           <item>
277            <layout class="QVBoxLayout" name="live_pane" stretch="1,0">
278             <item>
279              <widget class="QFrame" name="live_frame">
280               <property name="autoFillBackground">
281                <bool>true</bool>
282               </property>
283               <property name="frameShape">
284                <enum>QFrame::NoFrame</enum>
285               </property>
286               <property name="frameShadow">
287                <enum>QFrame::Plain</enum>
288               </property>
289               <property name="lineWidth">
290                <number>0</number>
291               </property>
292               <layout class="QGridLayout" name="gridLayout_2">
293                <property name="leftMargin">
294                 <number>3</number>
295                </property>
296                <property name="topMargin">
297                 <number>3</number>
298                </property>
299                <property name="rightMargin">
300                 <number>3</number>
301                </property>
302                <property name="bottomMargin">
303                 <number>3</number>
304                </property>
305                <item row="0" column="0">
306                 <widget class="JPEGFrameView" name="live_display" native="true"/>
307                </item>
308               </layout>
309              </widget>
310             </item>
311             <item>
312              <widget class="QLabel" name="live_label">
313               <property name="text">
314                <string>Current output (paused)</string>
315               </property>
316               <property name="alignment">
317                <set>Qt::AlignCenter</set>
318               </property>
319              </widget>
320             </item>
321            </layout>
322           </item>
323          </layout>
324         </item>
325         <item>
326          <layout class="QVBoxLayout" name="input_pane" stretch="1,0">
327           <item>
328            <layout class="QGridLayout" name="input_displays">
329             <property name="spacing">
330              <number>0</number>
331             </property>
332            </layout>
333           </item>
334           <item>
335            <widget class="QLabel" name="label">
336             <property name="text">
337              <string>Current inputs</string>
338             </property>
339             <property name="alignment">
340              <set>Qt::AlignCenter</set>
341             </property>
342            </widget>
343           </item>
344          </layout>
345         </item>
346        </layout>
347       </widget>
348      </widget>
349     </item>
350    </layout>
351   </widget>
352   <widget class="QMenuBar" name="menuBar">
353    <property name="geometry">
354     <rect>
355      <x>0</x>
356      <y>0</y>
357      <width>1038</width>
358      <height>22</height>
359     </rect>
360    </property>
361    <widget class="QMenu" name="menuFile">
362     <property name="title">
363      <string>&amp;Video</string>
364     </property>
365     <widget class="QMenu" name="menu_Export">
366      <property name="title">
367       <string>&amp;Export</string>
368      </property>
369      <addaction name="export_cliplist_clip_multitrack_action"/>
370      <addaction name="export_playlist_clip_interpolated_action"/>
371     </widget>
372     <widget class="QMenu" name="interpolation_menu">
373      <property name="title">
374       <string>Interpolation &amp;quality</string>
375      </property>
376      <addaction name="quality_0_action"/>
377      <addaction name="quality_1_action"/>
378      <addaction name="quality_2_action"/>
379      <addaction name="quality_3_action"/>
380      <addaction name="quality_4_action"/>
381     </widget>
382     <widget class="QMenu" name="padding_menu">
383      <property name="title">
384       <string>Cue point &amp;padding</string>
385      </property>
386      <addaction name="padding_0_action"/>
387      <addaction name="padding_1_action"/>
388      <addaction name="padding_2_action"/>
389      <addaction name="padding_5_action"/>
390     </widget>
391     <addaction name="interpolation_menu"/>
392     <addaction name="padding_menu"/>
393     <addaction name="menu_Export"/>
394     <addaction name="midi_mapping_action"/>
395     <addaction name="exit_action"/>
396     <addaction name="separator"/>
397    </widget>
398    <widget class="QMenu" name="menu_Help">
399     <property name="title">
400      <string>&amp;Help</string>
401     </property>
402     <addaction name="manual_action"/>
403     <addaction name="about_action"/>
404    </widget>
405    <widget class="QMenu" name="menu_Edit">
406     <property name="title">
407      <string>&amp;Edit</string>
408     </property>
409     <addaction name="undo_action"/>
410     <addaction name="redo_action"/>
411    </widget>
412    <addaction name="menuFile"/>
413    <addaction name="menu_Edit"/>
414    <addaction name="menu_Help"/>
415   </widget>
416   <action name="exit_action">
417    <property name="text">
418     <string>E&amp;xit</string>
419    </property>
420   </action>
421   <action name="manual_action">
422    <property name="text">
423     <string>Online &amp;manual…</string>
424    </property>
425   </action>
426   <action name="about_action">
427    <property name="text">
428     <string>&amp;About Futatabi…</string>
429    </property>
430   </action>
431   <action name="export_cliplist_clip_multitrack_action">
432    <property name="text">
433     <string>Selected clip list clip as raw &amp;multitrack…</string>
434    </property>
435   </action>
436   <action name="export_playlist_clip_interpolated_action">
437    <property name="text">
438     <string>Selected playlist clip(s) as &amp;interpolated single track…</string>
439    </property>
440   </action>
441   <action name="undo_action">
442    <property name="text">
443     <string>&amp;Undo</string>
444    </property>
445    <property name="shortcut">
446     <string>Ctrl+Z</string>
447    </property>
448   </action>
449   <action name="redo_action">
450    <property name="text">
451     <string>&amp;Redo</string>
452    </property>
453    <property name="shortcut">
454     <string>Ctrl+Y</string>
455    </property>
456   </action>
457   <action name="quality_0_action">
458    <property name="checkable">
459     <bool>true</bool>
460    </property>
461    <property name="text">
462     <string>No interpolation (&amp;0)</string>
463    </property>
464   </action>
465   <action name="quality_1_action">
466    <property name="checkable">
467     <bool>true</bool>
468    </property>
469    <property name="text">
470     <string>Fastest (&amp;1)</string>
471    </property>
472   </action>
473   <action name="quality_2_action">
474    <property name="checkable">
475     <bool>true</bool>
476    </property>
477    <property name="text">
478     <string>Default (&amp;2) (realtime 720p on fast embedded GPUs)</string>
479    </property>
480   </action>
481   <action name="quality_3_action">
482    <property name="checkable">
483     <bool>true</bool>
484    </property>
485    <property name="text">
486     <string>Good (&amp;3) (realtime 720p on GTX 970 or so)</string>
487    </property>
488   </action>
489   <action name="quality_4_action">
490    <property name="checkable">
491     <bool>true</bool>
492    </property>
493    <property name="text">
494     <string>Best (&amp;4) (not realtime on any current GPU)</string>
495    </property>
496   </action>
497   <action name="padding_0_action">
498    <property name="checkable">
499     <bool>true</bool>
500    </property>
501    <property name="text">
502     <string>&amp;0 seconds</string>
503    </property>
504   </action>
505   <action name="padding_1_action">
506    <property name="checkable">
507     <bool>true</bool>
508    </property>
509    <property name="text">
510     <string>&amp;1 second</string>
511    </property>
512   </action>
513   <action name="padding_2_action">
514    <property name="checkable">
515     <bool>true</bool>
516    </property>
517    <property name="text">
518     <string>&amp;2 seconds</string>
519    </property>
520   </action>
521   <action name="padding_5_action">
522    <property name="checkable">
523     <bool>true</bool>
524    </property>
525    <property name="text">
526     <string>&amp;5 seconds</string>
527    </property>
528   </action>
529   <action name="midi_mapping_action">
530    <property name="text">
531     <string>Setup MIDI controller…</string>
532    </property>
533   </action>
534  </widget>
535  <customwidgets>
536   <customwidget>
537    <class>JPEGFrameView</class>
538    <extends>QWidget</extends>
539    <header>jpeg_frame_view.h</header>
540   </customwidget>
541  </customwidgets>
542  <resources>
543   <include location="mainwindow.qrc"/>
544  </resources>
545  <connections/>
546 </ui>