2018-10-23 18:57:17 -05:00

57 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Output</class>
<widget class="QDialog" name="Output">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>793</width>
<height>292</height>
</rect>
</property>
<property name="windowTitle">
<string>Decklink Output</string>
</property>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>751</width>
<height>221</height>
</rect>
</property>
<layout class="QVBoxLayout" name="propertiesLayout"/>
</widget>
<widget class="QPushButton" name="startOutput">
<property name="geometry">
<rect>
<x>520</x>
<y>250</y>
<width>113</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QPushButton" name="stopOutput">
<property name="geometry">
<rect>
<x>650</x>
<y>250</y>
<width>113</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>