120 lines
2.9 KiB
Plaintext
120 lines
2.9 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>OBSRemux</class>
|
||
|
<widget class="QDialog" name="OBSRemux">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>491</width>
|
||
|
<height>124</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Dialog</string>
|
||
|
</property>
|
||
|
<widget class="QProgressBar" name="progressBar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>90</y>
|
||
|
<width>351</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>24</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="formLayoutWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>10</y>
|
||
|
<width>471</width>
|
||
|
<height>71</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QFormLayout" name="formLayout">
|
||
|
<property name="fieldGrowthPolicy">
|
||
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
||
|
</property>
|
||
|
<property name="verticalSpacing">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Remux.SourceFile</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string>Remux.TargetFile</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QLineEdit" name="sourceFile">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="browseSource">
|
||
|
<property name="text">
|
||
|
<string>Browse</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||
|
<item>
|
||
|
<widget class="QLineEdit" name="targetFile">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="browseTarget">
|
||
|
<property name="text">
|
||
|
<string>Browse</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="remux">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>370</x>
|
||
|
<y>90</y>
|
||
|
<width>111</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Remux.Remux</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|