open_net.ui

来自「VLC Player Source Code」· UI 代码 · 共 144 行

UI
144
字号
<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 + =
减小字号Ctrl + -
显示快捷键?