]> git.sesse.net Git - nageru/blob - futatabi/mainwindow.ui
Make the UI programmatically dependent on NUM_CAMERAS.
[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            <spacer name="horizontalSpacer">
145             <property name="orientation">
146              <enum>Qt::Horizontal</enum>
147             </property>
148             <property name="sizeHint" stdset="0">
149              <size>
150               <width>40</width>
151               <height>20</height>
152              </size>
153             </property>
154            </spacer>
155           </item>
156           <item>
157            <widget class="QPushButton" name="stop_btn">
158             <property name="text">
159              <string>Stop</string>
160             </property>
161             <property name="icon">
162              <iconset theme="media-playback-stop">
163               <normaloff>.</normaloff>.</iconset>
164             </property>
165            </widget>
166           </item>
167           <item>
168            <widget class="QPushButton" name="play_btn">
169             <property name="text">
170              <string>Play (space)</string>
171             </property>
172             <property name="icon">
173              <iconset theme="media-playback-start">
174               <normaloff>.</normaloff>.</iconset>
175             </property>
176            </widget>
177           </item>
178          </layout>
179         </item>
180        </layout>
181       </widget>
182       <widget class="QWidget" name="verticalLayoutWidget_4">
183        <layout class="QVBoxLayout" name="video_displays" stretch="1,2">
184         <item>
185          <layout class="QHBoxLayout" name="preview_and_live_panes">
186           <item>
187            <layout class="QVBoxLayout" name="preview_pane" stretch="1,0">
188             <item>
189              <widget class="JPEGFrameView" name="preview_display" native="true"/>
190             </item>
191             <item>
192              <layout class="QHBoxLayout" name="preview_layout">
193               <property name="spacing">
194                <number>0</number>
195               </property>
196               <item>
197                <widget class="QLabel" name="label_2">
198                 <property name="text">
199                  <string>Preview output</string>
200                 </property>
201                 <property name="alignment">
202                  <set>Qt::AlignCenter</set>
203                 </property>
204                </widget>
205               </item>
206              </layout>
207             </item>
208            </layout>
209           </item>
210           <item>
211            <layout class="QVBoxLayout" name="live_pane" stretch="1,0">
212             <item>
213              <widget class="JPEGFrameView" name="live_display" native="true"/>
214             </item>
215             <item>
216              <widget class="QLabel" name="live_label">
217               <property name="text">
218                <string>Current output (paused)</string>
219               </property>
220               <property name="alignment">
221                <set>Qt::AlignCenter</set>
222               </property>
223              </widget>
224             </item>
225            </layout>
226           </item>
227          </layout>
228         </item>
229         <item>
230          <layout class="QVBoxLayout" name="input_pane" stretch="1,0">
231           <item>
232            <layout class="QGridLayout" name="input_displays">
233             <property name="spacing">
234              <number>0</number>
235             </property>
236            </layout>
237           </item>
238           <item>
239            <widget class="QLabel" name="label">
240             <property name="text">
241              <string>Current inputs</string>
242             </property>
243             <property name="alignment">
244              <set>Qt::AlignCenter</set>
245             </property>
246            </widget>
247           </item>
248          </layout>
249         </item>
250        </layout>
251       </widget>
252      </widget>
253     </item>
254    </layout>
255   </widget>
256   <widget class="QMenuBar" name="menuBar">
257    <property name="geometry">
258     <rect>
259      <x>0</x>
260      <y>0</y>
261      <width>1038</width>
262      <height>22</height>
263     </rect>
264    </property>
265    <widget class="QMenu" name="menuFile">
266     <property name="title">
267      <string>&amp;Video</string>
268     </property>
269     <widget class="QMenu" name="menu_Export">
270      <property name="title">
271       <string>&amp;Export</string>
272      </property>
273      <addaction name="export_cliplist_clip_multitrack_action"/>
274      <addaction name="export_playlist_clip_interpolated_action"/>
275     </widget>
276     <widget class="QMenu" name="interpolation_menu">
277      <property name="title">
278       <string>Interpolation &amp;quality</string>
279      </property>
280      <addaction name="quality_0_action"/>
281      <addaction name="quality_1_action"/>
282      <addaction name="quality_2_action"/>
283      <addaction name="quality_3_action"/>
284      <addaction name="quality_4_action"/>
285     </widget>
286     <addaction name="interpolation_menu"/>
287     <addaction name="menu_Export"/>
288     <addaction name="exit_action"/>
289    </widget>
290    <widget class="QMenu" name="menu_Help">
291     <property name="title">
292      <string>&amp;Help</string>
293     </property>
294     <addaction name="manual_action"/>
295     <addaction name="about_action"/>
296    </widget>
297    <widget class="QMenu" name="menu_Edit">
298     <property name="title">
299      <string>&amp;Edit</string>
300     </property>
301     <addaction name="undo_action"/>
302     <addaction name="redo_action"/>
303    </widget>
304    <addaction name="menuFile"/>
305    <addaction name="menu_Edit"/>
306    <addaction name="menu_Help"/>
307   </widget>
308   <action name="exit_action">
309    <property name="text">
310     <string>E&amp;xit</string>
311    </property>
312   </action>
313   <action name="manual_action">
314    <property name="text">
315     <string>Online &amp;manual…</string>
316    </property>
317   </action>
318   <action name="about_action">
319    <property name="text">
320     <string>&amp;About Futatabi…</string>
321    </property>
322   </action>
323   <action name="export_cliplist_clip_multitrack_action">
324    <property name="text">
325     <string>Selected clip list clip as raw &amp;multitrack…</string>
326    </property>
327   </action>
328   <action name="export_playlist_clip_interpolated_action">
329    <property name="text">
330     <string>Selected playlist clip(s) as &amp;interpolated single track…</string>
331    </property>
332   </action>
333   <action name="undo_action">
334    <property name="text">
335     <string>&amp;Undo</string>
336    </property>
337    <property name="shortcut">
338     <string>Ctrl+Z</string>
339    </property>
340   </action>
341   <action name="redo_action">
342    <property name="text">
343     <string>&amp;Redo</string>
344    </property>
345    <property name="shortcut">
346     <string>Ctrl+Y</string>
347    </property>
348   </action>
349   <action name="quality_0_action">
350    <property name="checkable">
351     <bool>true</bool>
352    </property>
353    <property name="text">
354     <string>No interpolation (&amp;0)</string>
355    </property>
356   </action>
357   <action name="quality_1_action">
358    <property name="checkable">
359     <bool>true</bool>
360    </property>
361    <property name="text">
362     <string>Fastest (&amp;1)</string>
363    </property>
364   </action>
365   <action name="quality_2_action">
366    <property name="checkable">
367     <bool>true</bool>
368    </property>
369    <property name="text">
370     <string>Default (&amp;2) (realtime 720p on fast embedded GPUs)</string>
371    </property>
372   </action>
373   <action name="quality_3_action">
374    <property name="checkable">
375     <bool>true</bool>
376    </property>
377    <property name="text">
378     <string>Good (&amp;3) (realtime 720p on GTX 970 or so)</string>
379    </property>
380   </action>
381   <action name="quality_4_action">
382    <property name="checkable">
383     <bool>true</bool>
384    </property>
385    <property name="text">
386     <string>Best (&amp;4) (not realtime on any current GPU)</string>
387    </property>
388   </action>
389  </widget>
390  <customwidgets>
391   <customwidget>
392    <class>JPEGFrameView</class>
393    <extends>QWidget</extends>
394    <header>jpeg_frame_view.h</header>
395   </customwidget>
396  </customwidgets>
397  <resources/>
398  <connections/>
399 </ui>