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

📄 open.ui

📁 VLC Player Source Code
💻 UI
字号:
<ui version="4.0" > <author>Jean-Baptiste Kempf</author> <class>Open</class> <widget class="QWidget" name="Open" >  <property name="enabled" >   <bool>true</bool>  </property>  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>586</width>    <height>532</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="minimumSize" >   <size>    <width>400</width>    <height>0</height>   </size>  </property>  <property name="windowTitle" >   <string>Dialog</string>  </property>  <layout class="QGridLayout" name="gridLayout" >   <item row="0" column="0" colspan="4" >    <widget class="QTabWidget" name="Tab" />   </item>   <item row="1" column="0" colspan="4" >    <widget class="QCheckBox" name="advancedCheckBox" >     <property name="toolTip" >      <string>_("Show extended options")</string>     </property>     <property name="text" >      <string>_("Show &amp;more options")</string>     </property>    </widget>   </item>   <item row="2" column="0" colspan="4" >    <widget class="QGroupBox" name="advancedFrame" >     <layout class="QGridLayout" name="gridLayout_2" >      <item row="0" column="0" >       <widget class="QLabel" name="cacheLabel" >        <property name="text" >         <string>_("Caching")</string>        </property>        <property name="buddy" >         <cstring>cacheSpinBox</cstring>        </property>       </widget>      </item>      <item row="0" column="1" >       <widget class="QSpinBox" name="cacheSpinBox" >        <property name="toolTip" >         <string>_("Change the caching for the media")</string>        </property>        <property name="alignment" >         <set>Qt::AlignRight</set>        </property>        <property name="suffix" >         <string> ms</string>        </property>        <property name="maximum" >         <number>65535</number>        </property>       </widget>      </item>      <item row="0" column="2" >       <spacer>        <property name="orientation" >         <enum>Qt::Horizontal</enum>        </property>        <property name="sizeHint" stdset="0" >         <size>          <width>16</width>          <height>24</height>         </size>        </property>       </spacer>      </item>      <item row="0" column="3" >       <widget class="QLabel" name="label_3" >        <property name="text" >         <string>_("Start Time")</string>        </property>        <property name="buddy" >         <cstring>startTimeSpinBox</cstring>        </property>       </widget>      </item>      <item row="0" column="4" colspan="2" >       <widget class="QSpinBox" name="startTimeSpinBox" >        <property name="toolTip" >         <string>_("Change the start time for the media")</string>        </property>        <property name="alignment" >         <set>Qt::AlignRight</set>        </property>        <property name="suffix" >         <string> s</string>        </property>        <property name="maximum" >         <number>65535</number>        </property>       </widget>      </item>      <item row="0" column="6" >       <spacer>        <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 row="1" column="1" colspan="6" >       <widget class="Line" name="line" />      </item>      <item row="2" column="0" colspan="7" >       <widget class="QCheckBox" name="slaveCheckbox" >        <property name="text" >         <string>_("Play another media synchronously (extra audio file, ...)")</string>        </property>       </widget>      </item>      <item row="3" column="0" >       <widget class="QLabel" name="slaveLabel" >        <property name="text" >         <string>_("Extra media")</string>        </property>        <property name="buddy" >         <cstring>slaveText</cstring>        </property>       </widget>      </item>      <item row="3" column="1" colspan="4" >       <widget class="QLineEdit" name="slaveText" />      </item>      <item row="3" column="5" colspan="2" >       <widget class="QPushButton" name="slaveBrowseButton" >        <property name="toolTip" >         <string>_("Select the file")</string>        </property>        <property name="text" >         <string>_("Browse...")</string>        </property>       </widget>      </item>      <item row="4" column="1" colspan="6" >       <widget class="Line" name="line" />      </item>      <item row="5" column="0" >       <widget class="QLabel" name="advancedLabel" >        <property name="text" >         <string>_("Customize")</string>        </property>        <property name="buddy" >         <cstring>advancedLineInput</cstring>        </property>       </widget>      </item>      <item row="5" column="1" colspan="6" >       <widget class="QLineEdit" name="advancedLineInput" >        <property name="toolTip" >         <string>_("Complete MRL for VLC internal")</string>        </property>       </widget>      </item>     </layout>    </widget>   </item>   <item row="3" column="0" >    <spacer>     <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 row="3" column="1" >    <widget class="QPushButton" name="menuButton" >     <property name="sizePolicy" >      <sizepolicy vsizetype="Minimum" hsizetype="Fixed" >       <horstretch>0</horstretch>       <verstretch>0</verstretch>      </sizepolicy>     </property>     <property name="maximumSize" >      <size>       <width>20</width>       <height>16777215</height>      </size>     </property>     <property name="focusPolicy" >      <enum>Qt::ClickFocus</enum>     </property>     <property name="contextMenuPolicy" >      <enum>Qt::NoContextMenu</enum>     </property>     <property name="toolTip" >      <string>_("Select play mode")</string>     </property>    </widget>   </item>   <item row="3" column="2" >    <widget class="QPushButton" name="playButton" >     <property name="sizePolicy" >      <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >       <horstretch>0</horstretch>       <verstretch>0</verstretch>      </sizepolicy>     </property>     <property name="minimumSize" >      <size>       <width>0</width>       <height>0</height>      </size>     </property>     <property name="text" >      <string>Play</string>     </property>     <property name="default" >      <bool>true</bool>     </property>    </widget>   </item>   <item row="3" column="3" >    <widget class="QDialogButtonBox" name="buttonsBox" >     <property name="sizePolicy" >      <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >       <horstretch>0</horstretch>       <verstretch>0</verstretch>      </sizepolicy>     </property>     <property name="standardButtons" >      <set>QDialogButtonBox::NoButton</set>     </property>    </widget>   </item>   <item row="4" column="0" colspan="4" >    <spacer>     <property name="orientation" >      <enum>Qt::Vertical</enum>     </property>     <property name="sizeType" >      <enum>QSizePolicy::Preferred</enum>     </property>     <property name="sizeHint" stdset="0" >      <size>       <width>20</width>       <height>5</height>      </size>     </property>    </spacer>   </item>  </layout> </widget> <tabstops>  <tabstop>Tab</tabstop>  <tabstop>advancedCheckBox</tabstop>  <tabstop>cacheSpinBox</tabstop>  <tabstop>startTimeSpinBox</tabstop>  <tabstop>slaveCheckbox</tabstop>  <tabstop>slaveText</tabstop>  <tabstop>slaveBrowseButton</tabstop>  <tabstop>advancedLineInput</tabstop>  <tabstop>playButton</tabstop>  <tabstop>menuButton</tabstop>  <tabstop>buttonsBox</tabstop> </tabstops> <resources/> <connections>  <connection>   <sender>slaveCheckbox</sender>   <signal>clicked(bool)</signal>   <receiver>slaveLabel</receiver>   <slot>setVisible(bool)</slot>   <hints>    <hint type="sourcelabel" >     <x>54</x>     <y>384</y>    </hint>    <hint type="destinationlabel" >     <x>63</x>     <y>410</y>    </hint>   </hints>  </connection>  <connection>   <sender>slaveCheckbox</sender>   <signal>clicked(bool)</signal>   <receiver>slaveText</receiver>   <slot>setVisible(bool)</slot>   <hints>    <hint type="sourcelabel" >     <x>127</x>     <y>387</y>    </hint>    <hint type="destinationlabel" >     <x>136</x>     <y>406</y>    </hint>   </hints>  </connection>  <connection>   <sender>slaveCheckbox</sender>   <signal>clicked(bool)</signal>   <receiver>slaveBrowseButton</receiver>   <slot>setVisible(bool)</slot>   <hints>    <hint type="sourcelabel" >     <x>219</x>     <y>102</y>    </hint>    <hint type="destinationlabel" >     <x>386</x>     <y>131</y>    </hint>   </hints>  </connection> </connections></ui>

⌨️ 快捷键说明

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