⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 open_file.ui

📁 VLC Player Source Code
💻 UI
字号:
<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>530</width>    <height>216</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="windowTitle" >   <string>_("Open File")</string>  </property>  <layout class="QGridLayout" >   <item row="0" column="0" >    <widget class="QWidget" native="1" name="tempWidget" >     <property name="toolTip" >      <string>_("Choose one or more media file to open")</string>     </property>    </widget>   </item>   <item row="1" column="0" >    <spacer>     <property name="orientation" >      <enum>Qt::Vertical</enum>     </property>     <property name="sizeType" >      <enum>QSizePolicy::Fixed</enum>     </property>     <property name="sizeHint" stdset="0" >      <size>       <width>273</width>       <height>16</height>      </size>     </property>    </spacer>   </item>   <item row="2" column="0" >    <widget class="QCheckBox" name="subCheckBox" >     <property name="toolTip" >      <string>_("Add a subtitles file")</string>     </property>     <property name="text" >      <string>_("Use a sub&amp;titles file")</string>     </property>    </widget>   </item>   <item row="3" column="0" >    <widget class="QFrame" name="subFrame" >     <property name="sizePolicy" >      <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >       <horstretch>0</horstretch>       <verstretch>0</verstretch>      </sizepolicy>     </property>     <property name="frameShape" >      <enum>QFrame::StyledPanel</enum>     </property>     <layout class="QGridLayout" >      <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="1" >       <widget class="QLabel" name="sizeSubLabel" >        <property name="sizePolicy" >         <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >          <horstretch>0</horstretch>          <verstretch>0</verstretch>         </sizepolicy>        </property>        <property name="text" >         <string>_("Size:")</string>        </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="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="4" >       <widget class="QLabel" name="alignSubLabel" >        <property name="sizePolicy" >         <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >          <horstretch>0</horstretch>          <verstretch>0</verstretch>         </sizepolicy>        </property>        <property name="text" >         <string>_("Alignment:")</string>        </property>       </widget>      </item>      <item row="1" column="5" >       <widget class="QComboBox" name="alignSubComboBox" >        <property name="minimumSize" >         <size>          <width>100</width>          <height>0</height>         </size>        </property>       </widget>      </item>      <item row="1" column="6" colspan="2" >       <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="0" column="0" colspan="6" >       <widget class="QLineEdit" name="subInput" >        <property name="sizePolicy" >         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >          <horstretch>0</horstretch>          <verstretch>0</verstretch>         </sizepolicy>        </property>       </widget>      </item>      <item row="0" column="6" colspan="2" >       <widget class="QPushButton" name="subBrowseButton" >        <property name="sizePolicy" >         <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >          <horstretch>0</horstretch>          <verstretch>0</verstretch>         </sizepolicy>        </property>        <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>  </layout> </widget> <tabstops>  <tabstop>subCheckBox</tabstop>  <tabstop>subInput</tabstop>  <tabstop>subBrowseButton</tabstop>  <tabstop>sizeSubComboBox</tabstop>  <tabstop>alignSubComboBox</tabstop> </tabstops> <resources/> <connections/></ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -