open_file.ui
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:7k
源码类别:
midi
开发平台:
Unix_Linux
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <author>Jean-Baptiste Kempf</author>
- <class>OpenFile</class>
- <widget class="QWidget" name="OpenFile">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>566</width>
- <height>344</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle">
- <string>Open File</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QGroupBox" name="tempWidget">
- <property name="toolTip">
- <string>Choose one or more media file to open</string>
- </property>
- <property name="title">
- <string>File Selection</string>
- </property>
- <layout class="QGridLayout" name="gridLayout1">
- <item row="0" column="0" colspan="3">
- <widget class="QLabel" name="label">
- <property name="text">
- <string>You can select local files with the following list and buttons.</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0" rowspan="3" colspan="2">
- <widget class="QListWidget" name="fileListWidg">
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>100</height>
- </size>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::DefaultContextMenu</enum>
- </property>
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAsNeeded</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="editTriggers">
- <set>QAbstractItemView::AllEditTriggers</set>
- </property>
- <property name="alternatingRowColors">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="2">
- <widget class="QPushButton" name="fileBrowseButton">
- <property name="text">
- <string>Add...</string>
- </property>
- </widget>
- </item>
- <item row="2" column="2">
- <widget class="QPushButton" name="delFileButton">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Delete</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QCheckBox" name="subCheckBox">
- <property name="toolTip">
- <string>Add a subtitles file</string>
- </property>
- <property name="text">
- <string>Use a sub&titles file</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QFrame" name="subFrame">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <layout class="QGridLayout" name="gridLayout2">
- <item row="1" column="0">
- <spacer>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>16</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="1" column="3">
- <spacer>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>30</width>
- <height>26</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="1" column="7">
- <spacer>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>16</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="1" column="1">
- <widget class="QLabel" name="sizeSubLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Size:</string>
- </property>
- <property name="buddy">
- <cstring>sizeSubComboBox</cstring>
- </property>
- </widget>
- </item>
- <item row="1" column="2">
- <widget class="QComboBox" name="sizeSubComboBox">
- <property name="minimumSize">
- <size>
- <width>100</width>
- <height>0</height>
- </size>
- </property>
- </widget>
- </item>
- <item row="1" column="4">
- <widget class="QLabel" name="alignSubLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Alignment:</string>
- </property>
- <property name="buddy">
- <cstring>alignSubComboBox</cstring>
- </property>
- </widget>
- </item>
- <item row="1" column="5" colspan="2">
- <widget class="QComboBox" name="alignSubComboBox">
- <property name="minimumSize">
- <size>
- <width>100</width>
- <height>0</height>
- </size>
- </property>
- </widget>
- </item>
- <item row="0" column="0" colspan="6">
- <widget class="QLineEdit" name="subInput"/>
- </item>
- <item row="0" column="6" colspan="2">
- <widget class="QPushButton" name="subBrowseButton">
- <property name="minimumSize">
- <size>
- <width>100</width>
- <height>0</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Select the subtitles file</string>
- </property>
- <property name="text">
- <string>Browse...</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="3" column="0">
- <spacer>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::MinimumExpanding</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>273</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <tabstops>
- <tabstop>fileListWidg</tabstop>
- <tabstop>fileBrowseButton</tabstop>
- <tabstop>delFileButton</tabstop>
- <tabstop>subCheckBox</tabstop>
- <tabstop>subInput</tabstop>
- <tabstop>subBrowseButton</tabstop>
- <tabstop>sizeSubComboBox</tabstop>
- <tabstop>alignSubComboBox</tabstop>
- </tabstops>
- <resources/>
- <connections/>
- </ui>