]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/ui/open_net.ui
Qt4 - VLM improvements... Classing for the three kind of objects, more property editi...
[vlc] / modules / gui / qt4 / ui / open_net.ui
index 5ce7f209870059c7008ef216543cabc357cfd9c1..c62298f7db2e7f9c50f557ffeec4b1d46e7de2f0 100644 (file)
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>420</width>
-    <height>205</height>
+    <height>195</height>
    </rect>
   </property>
   <property name="windowTitle" >
@@ -23,7 +23,7 @@
    <item>
     <widget class="QGroupBox" name="groupBox" >
      <property name="title" >
-      <string>Network Protocol</string>
+      <string>_("Network Protocol")</string>
      </property>
      <layout class="QGridLayout" >
       <property name="margin" >
       <item row="1" column="0" >
        <widget class="QComboBox" name="protocolCombo" >
         <property name="toolTip" >
-         <string>Set the protocol for the URL</string>
+         <string>_("Set 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>
+         <string>_("Protocol")</string>
         </property>
        </widget>
       </item>
       <item row="1" column="2" >
        <widget class="QSpinBox" name="portSpin" >
+        <property name="toolTip" >
+         <string>_("Set the port used")</string>
+        </property>
         <property name="maximum" >
          <number>65535</number>
         </property>
          </sizepolicy>
         </property>
         <property name="text" >
-         <string>Address</string>
+         <string>_("Address")</string>
         </property>
        </widget>
       </item>
       <item row="0" column="2" >
        <widget class="QLabel" name="label_4" >
         <property name="text" >
-         <string>Port</string>
+         <string>_("Port")</string>
         </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,\nwith or without the protocol.")</string>
         </property>
        </widget>
       </item>
       </sizepolicy>
      </property>
      <property name="title" >
-      <string>Options</string>
+      <string>_("Options")</string>
      </property>
      <layout class="QHBoxLayout" >
       <property name="margin" >
       </property>
       <item>
        <widget class="QCheckBox" name="timeShift" >
+        <property name="toolTip" >
+         <string/>
+        </property>
         <property name="text" >
-         <string>Allow timeshifting</string>
+         <string>_("Allow timeshifting")</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="ipv6" >
         <property name="text" >
-         <string>Force IPv6</string>
+         <string>_("Force IPv6")</string>
         </property>
        </widget>
       </item>
      <property name="orientation" >
       <enum>Qt::Vertical</enum>
      </property>
+     <property name="sizeType" >
+      <enum>QSizePolicy::MinimumExpanding</enum>
+     </property>
      <property name="sizeHint" >
       <size>
        <width>20</width>
-       <height>40</height>
+       <height>10</height>
       </size>
      </property>
     </spacer>
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>protocolCombo</tabstop>
+  <tabstop>addressText</tabstop>
+  <tabstop>portSpin</tabstop>
+  <tabstop>timeShift</tabstop>
+  <tabstop>ipv6</tabstop>
+ </tabstops>
  <resources/>
  <connections/>
 </ui>