yolobs-studio/UI/frontend-plugins/decklink-output-ui/forms/output.ui

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

134 lines
3.2 KiB
Text
Raw Permalink Normal View History

2019-07-27 12:47:10 +00:00
<?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>785</width>
<height>497</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Decklink Output</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<property name="modal">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Output</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="propertiesLayout"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
2020-03-25 08:07:22 +00:00
<number>6</number>
2019-07-27 12:47:10 +00:00
</property>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2020-03-25 08:07:22 +00:00
<widget class="QPushButton" name="outputButton">
2019-07-27 12:47:10 +00:00
<property name="text">
<string>Start</string>
</property>
2020-03-25 08:07:22 +00:00
<property name="checkable">
<bool>true</bool>
2019-07-27 12:47:10 +00:00
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Preview Output</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="previewPropertiesLayout"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2020-03-25 08:07:22 +00:00
<widget class="QPushButton" name="previewOutputButton">
2019-07-27 12:47:10 +00:00
<property name="text">
<string>Start</string>
</property>
2020-03-25 08:07:22 +00:00
<property name="checkable">
<bool>true</bool>
2019-07-27 12:47:10 +00:00
</property>
</widget>
</item>
</layout>
</item>
2020-03-25 08:07:22 +00:00
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2019-07-27 12:47:10 +00:00
<item>
2019-09-22 21:19:10 +00:00
<widget class="QLabel" name="keyerLabel">
2019-07-27 12:47:10 +00:00
<property name="text">
<string>Keyer output requires RGB mode in advanced settings.</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>