]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/ui/open_net.ui
Accelerate the network port SpinBox chooser.
[vlc] / modules / gui / qt4 / ui / open_net.ui
index 016ddea55c90fc5b872d78f3bb58c131b98b0518..85b7a91911fd6df69eafcecbc8e29c98792a2b40 100644 (file)
    <string>Form</string>
   </property>
   <layout class="QVBoxLayout" >
-  <item>
+   <item>
     <widget class="QGroupBox" name="groupBox" >
      <property name="title" >
       <string>_("Network Protocol")</string>
      </property>
      <layout class="QGridLayout" >
-     <item row="1" column="0" >
+      <item row="1" column="0" >
        <widget class="QComboBox" name="protocolCombo" >
         <property name="toolTip" >
-         <string>_("Set the protocol for the URL")</string>
+         <string>_("Select the protocol for the URL.")</string>
         </property>
        </widget>
       </item>
         <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>_("Set the port used")</string>
+         <string>_("Select the port used")</string>
+        </property>
+        <property name="accelerated" >
+         <bool>true</bool>
         </property>
         <property name="maximum" >
          <number>65535</number>
@@ -58,6 +64,9 @@
         <property name="text" >
          <string>_("Address")</string>
         </property>
+        <property name="buddy" >
+         <cstring>addressText</cstring>
+        </property>
        </widget>
       </item>
       <item row="0" column="2" >
         <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,\nwith or without the protocol.")</string>
+         <string>_("Enter the URL of the network stream here, with or without the protocol.")</string>
         </property>
        </widget>
       </item>
       <string>_("Options")</string>
      </property>
      <layout class="QHBoxLayout" >
-     <item>
+      <item>
        <widget class="QCheckBox" name="timeShift" >
         <property name="toolTip" >
          <string/>
      <property name="sizeType" >
       <enum>QSizePolicy::MinimumExpanding</enum>
      </property>
-     <property name="sizeHint" >
+     <property name="sizeHint" stdset="0" >
       <size>
        <width>20</width>
        <height>10</height>