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

📄 open_net.ui

📁 VLC Player Source Code
💻 UI
字号:
<ui version="4.0" > <author>Jean-Baptiste Kempf</author> <class>OpenNetwork</class> <widget class="QWidget" name="OpenNetwork" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>431</width>    <height>233</height>   </rect>  </property>  <property name="windowTitle" >   <string>Form</string>  </property>  <layout class="QVBoxLayout" >   <item>    <widget class="QGroupBox" name="groupBox" >     <property name="title" >      <string>_("Network Protocol")</string>     </property>     <layout class="QGridLayout" >      <item row="1" column="0" >       <widget class="QComboBox" name="protocolCombo" >        <property name="toolTip" >         <string>_("Select the protocol for the URL.")</string>        </property>       </widget>      </item>      <item row="0" column="0" >       <widget class="QLabel" name="label" >        <property name="text" >         <string>_("Protocol")</string>        </property>        <property name="buddy" >         <cstring>protocolCombo</cstring>        </property>       </widget>      </item>      <item row="1" column="2" >       <widget class="QSpinBox" name="portSpin" >        <property name="toolTip" >         <string>_("Select the port used")</string>        </property>        <property name="accelerated" >         <bool>true</bool>        </property>        <property name="maximum" >         <number>65535</number>        </property>        <property name="value" >         <number>1234</number>        </property>       </widget>      </item>      <item row="0" column="1" >       <widget class="QLabel" name="label_2" >        <property name="sizePolicy" >         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >          <horstretch>0</horstretch>          <verstretch>0</verstretch>         </sizepolicy>        </property>        <property name="text" >         <string>_("Address")</string>        </property>        <property name="buddy" >         <cstring>addressText</cstring>        </property>       </widget>      </item>      <item row="0" column="2" >       <widget class="QLabel" name="label_4" >        <property name="text" >         <string>_("Port")</string>        </property>        <property name="buddy" >         <cstring>portSpin</cstring>        </property>       </widget>      </item>      <item row="1" column="1" >       <widget class="QLineEdit" name="addressText" >        <property name="toolTip" >         <string>_("Enter the URL of the network stream here, with or without the protocol.")</string>        </property>       </widget>      </item>     </layout>    </widget>   </item>   <item>    <widget class="QGroupBox" name="groupBox_3" >     <property name="sizePolicy" >      <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >       <horstretch>0</horstretch>       <verstretch>0</verstretch>      </sizepolicy>     </property>     <property name="title" >      <string>_("Options")</string>     </property>     <layout class="QHBoxLayout" >      <item>       <widget class="QCheckBox" name="timeShift" >        <property name="toolTip" >         <string/>        </property>        <property name="text" >         <string>_("Allow timeshifting")</string>        </property>       </widget>      </item>     </layout>    </widget>   </item>   <item>    <spacer>     <property name="orientation" >      <enum>Qt::Vertical</enum>     </property>     <property name="sizeType" >      <enum>QSizePolicy::MinimumExpanding</enum>     </property>     <property name="sizeHint" stdset="0" >      <size>       <width>20</width>       <height>10</height>      </size>     </property>    </spacer>   </item>  </layout> </widget> <tabstops>  <tabstop>protocolCombo</tabstop>  <tabstop>addressText</tabstop>  <tabstop>portSpin</tabstop>  <tabstop>timeShift</tabstop> </tabstops> <resources/> <connections/></ui>

⌨️ 快捷键说明

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