Ignore:
Timestamp:
Mar 16, 2012, 4:02:47 PM (14 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: 0.7.1 trunk update

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/findsubtitles/findsubtitlesconfigdialog.ui

    r114 r124  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <class>FindSubtitlesConfigDialog</class>
    3  <widget class="QDialog" name="FindSubtitlesConfigDialog" >
    4   <property name="geometry" >
     4 <widget class="QDialog" name="FindSubtitlesConfigDialog">
     5  <property name="geometry">
    56   <rect>
    67    <x>0</x>
    78    <y>0</y>
    8     <width>489</width>
    9     <height>271</height>
     9    <width>4</width>
     10    <height></height>
    1011   </rect>
    1112  </property>
    12   <property name="windowTitle" >
     13  <property name="windowTitle">
    1314   <string>Advanced options</string>
    1415  </property>
    15   <layout class="QVBoxLayout" >
     16  <layout class="QVBoxLayout">
    1617   <item>
    17     <widget class="QGroupBox" name="groupBox" >
    18      <property name="title" >
     18    <widget class="QGroupBox" name="groupBox_2">
     19     <property name="title">
     20      <string>Server</string>
     21     </property>
     22     <layout class="QHBoxLayout" name="horizontalLayout">
     23      <item>
     24       <widget class="QLabel" name="label">
     25        <property name="text">
     26         <string>&amp;Opensubtitles server:</string>
     27        </property>
     28        <property name="buddy">
     29         <cstring>server_edit</cstring>
     30        </property>
     31       </widget>
     32      </item>
     33      <item>
     34       <widget class="QLineEdit" name="server_edit"/>
     35      </item>
     36     </layout>
     37    </widget>
     38   </item>
     39   <item>
     40    <widget class="QGroupBox" name="groupBox">
     41     <property name="title">
    1942      <string>Proxy</string>
    2043     </property>
    21      <layout class="QVBoxLayout" >
    22       <item>
    23        <widget class="QCheckBox" name="use_proxy_check" >
    24         <property name="text" >
     44     <layout class="QVBoxLayout">
     45      <item>
     46       <widget class="QCheckBox" name="use_proxy_check">
     47        <property name="text">
    2548         <string>&amp;Enable proxy</string>
    2649        </property>
     
    2851      </item>
    2952      <item>
    30        <widget class="QWidget" native="1" name="proxy_container" >
    31         <property name="enabled" >
     53       <widget class="QWidget" na>
     54        <property name="enabled">
    3255         <bool>false</bool>
    3356        </property>
    34         <layout class="QGridLayout" >
    35          <item row="0" column="0" >
    36           <widget class="QLabel" name="label_2" >
    37            <property name="text" >
     57        <layout class="QGridLayout">
     58         <item row="0" column="0">
     59          <widget class="QLabel" name="label_2">
     60           <property name="text">
    3861            <string>&amp;Host:</string>
    3962           </property>
    40            <property name="buddy" >
     63           <property name="buddy">
    4164            <cstring>proxy_hostname_edit</cstring>
    4265           </property>
    4366          </widget>
    4467         </item>
    45          <item row="0" column="1" colspan="2" >
    46           <widget class="QLineEdit" name="proxy_hostname_edit" />
    47          </item>
    48          <item row="0" column="3" >
    49           <widget class="QLabel" name="label_3" >
    50            <property name="text" >
     68         <item row="0" column="1" colspan="2">
     69          <widget class="QLineEdit" name="proxy_hostname_edit"/>
     70         </item>
     71         <item row="0" column="3">
     72          <widget class="QLabel" name="label_3">
     73           <property name="text">
    5174            <string>&amp;Port:</string>
    5275           </property>
    53            <property name="alignment" >
     76           <property name="alignment">
    5477            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    5578           </property>
    56            <property name="buddy" >
     79           <property name="buddy">
    5780            <cstring>proxy_port_spin</cstring>
    5881           </property>
    5982          </widget>
    6083         </item>
    61          <item row="0" column="4" >
    62           <widget class="QSpinBox" name="proxy_port_spin" >
    63            <property name="maximum" >
     84         <item row="0" column="4">
     85          <widget class="QSpinBox" name="proxy_port_spin">
     86           <property name="maximum">
    6487            <number>65535</number>
    6588           </property>
    6689          </widget>
    6790         </item>
    68          <item row="1" column="0" >
    69           <widget class="QLabel" name="label_4" >
    70            <property name="text" >
     91         <item row="1" column="0">
     92          <widget class="QLabel" name="label_4">
     93           <property name="text">
    7194            <string>&amp;Username:</string>
    7295           </property>
    73            <property name="buddy" >
     96           <property name="buddy">
    7497            <cstring>proxy_username_edit</cstring>
    7598           </property>
    7699          </widget>
    77100         </item>
    78          <item row="1" column="1" colspan="4" >
    79           <widget class="QLineEdit" name="proxy_username_edit" />
    80          </item>
    81          <item row="2" column="0" >
    82           <widget class="QLabel" name="label_5" >
    83            <property name="text" >
     101         <item row="1" column="1" colspan="4">
     102          <widget class="QLineEdit" name="proxy_username_edit"/>
     103         </item>
     104         <item row="2" column="0">
     105          <widget class="QLabel" name="label_5">
     106           <property name="text">
    84107            <string>Pa&amp;ssword:</string>
    85108           </property>
    86            <property name="buddy" >
     109           <property name="buddy">
    87110            <cstring>proxy_password_edit</cstring>
    88111           </property>
    89112          </widget>
    90113         </item>
    91          <item row="2" column="1" colspan="4" >
    92           <widget class="QLineEdit" name="proxy_password_edit" >
    93            <property name="echoMode" >
     114         <item row="2" column="1" colspan="4">
     115          <widget class="QLineEdit" name="proxy_password_edit">
     116           <property name="echoMode">
    94117            <enum>QLineEdit::Password</enum>
    95118           </property>
    96119          </widget>
    97120         </item>
    98          <item row="3" column="0" >
    99           <widget class="QLabel" name="label_6" >
    100            <property name="text" >
     121         <item row="3" column="0">
     122          <widget class="QLabel" name="label_6">
     123           <property name="text">
    101124            <string>&amp;Type:</string>
    102125           </property>
    103            <property name="buddy" >
     126           <property name="buddy">
    104127            <cstring>proxy_type_combo</cstring>
    105128           </property>
    106129          </widget>
    107130         </item>
    108          <item row="3" column="1" >
    109           <widget class="QComboBox" name="proxy_type_combo" />
    110          </item>
    111          <item row="3" column="2" colspan="3" >
     131         <item row="3" column="1">
     132          <widget class="QComboBox" name="proxy_type_combo"/>
     133         </item>
     134         <item row="3" column="2" colspan="3">
    112135          <spacer>
    113            <property name="orientation" >
     136           <property name="orientation">
    114137            <enum>Qt::Horizontal</enum>
    115138           </property>
    116            <property name="sizeHint" >
     139           <property name="sizeHint" >
    117140            <size>
    118141             <width>261</width>
     
    129152   </item>
    130153   <item>
    131     <widget class="QDialogButtonBox" name="buttonBox" >
    132      <property name="orientation" >
     154    <widget class="QDialogButtonBox" name="buttonBox">
     155     <property name="orientation">
    133156      <enum>Qt::Horizontal</enum>
    134157     </property>
    135      <property name="standardButtons" >
    136       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
     158     <property name="standardButtons">
     159      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
    137160     </property>
    138161    </widget>
     
    140163  </layout>
    141164 </widget>
     165
     166
     167
     168
     169
     170
     171
     172
     173
     174
    142175 <resources/>
    143176 <connections>
     
    148181   <slot>accept()</slot>
    149182   <hints>
    150     <hint type="sourcelabel" >
     183    <hint type="sourcelabel">
    151184     <x>248</x>
    152185     <y>254</y>
    153186    </hint>
    154     <hint type="destinationlabel" >
     187    <hint type="destinationlabel">
    155188     <x>157</x>
    156189     <y>274</y>
     
    164197   <slot>reject()</slot>
    165198   <hints>
    166     <hint type="sourcelabel" >
     199    <hint type="sourcelabel">
    167200     <x>316</x>
    168201     <y>260</y>
    169202    </hint>
    170     <hint type="destinationlabel" >
     203    <hint type="destinationlabel">
    171204     <x>286</x>
    172205     <y>274</y>
     
    180213   <slot>setEnabled(bool)</slot>
    181214   <hints>
    182     <hint type="sourcelabel" >
     215    <hint type="sourcelabel">
    183216     <x>260</x>
    184217     <y>91</y>
    185218    </hint>
    186     <hint type="destinationlabel" >
     219    <hint type="destinationlabel">
    187220     <x>260</x>
    188221     <y>179</y>
Note: See TracChangeset for help on using the changeset viewer.