FFMPEG-UI/userinterface.ui
2022-12-29 09:34:05 +01:00

150 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>747</width>
<height>318</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="titleLabel">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:18pt; font-weight:600; color:#8ae234;&quot;&gt;FFmpeg &lt;/span&gt;&lt;span style=&quot; font-size:18pt; font-weight:600; color:#729fcf;&quot;&gt;video converter&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="dragL">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="text">
<string>Drag your file here</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="gridLayout"/>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QPushButton" name="fileInputBtn">
<property name="text">
<string>Get Input File</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="OutputTypeCB">
<item>
<property name="text">
<string>Output type</string>
</property>
</item>
<item>
<property name="text">
<string>mov</string>
</property>
</item>
<item>
<property name="text">
<string>webm</string>
</property>
</item>
<item>
<property name="text">
<string>mp4</string>
</property>
</item>
<item>
<property name="text">
<string>mkv</string>
</property>
</item>
<item>
<property name="text">
<string>mpg</string>
</property>
</item>
<item>
<property name="text">
<string>mp3</string>
</property>
</item>
<item>
<property name="text">
<string>m4a</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="outputFileNameLE">
<property name="placeholderText">
<string>Output filename (without extension)</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="convertBtn">
<property name="text">
<string>Convert!</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QProgressBar" name="convertPB">
<property name="enabled">
<bool>true</bool>
</property>
<property name="cursor">
<cursorShape>WaitCursor</cursorShape>
</property>
<property name="toolTipDuration">
<number>4</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="textVisible">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
<property name="textDirection">
<enum>QProgressBar::TopToBottom</enum>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>